Search found 1 match
- Tue Sep 17, 2024 6:41 pm
- Forum: Showcase
- Topic: Java on ESP32
- Replies: 0
- Views: 2587
Java on ESP32
Have you ever thought or wished you could execute java code on ESP32? Today I will share an open source project to support that and you can even debug each line of java code and see the values of variables with Visual Studio Code. Features : + Support execution of most java bytecode instructions. ...