Chat about current Lua tools and IDEs

User avatar
By MatsWebjorn
#60453 Ok. So what you're saying is that upgrading ESplorer to Maven (8.2) is not a quick fix, and will most likely not happen in the near future. My best shot is then to run prebuild ESplorer in a isolated VM, or to use nodemcu-uploader.py or luatool.
User avatar
By MatsWebjorn
#61023 I've now found a way to get a Java SE 7.4 environment to build ESPlorer from Git

1.1) Download "Java SE Development Kit 7u80" from http://www.oracle.com/technetwork/java/ ... 80-oth-JPR (Requires login)
1.2) Run installer

or

2.1) Download "JDK 7u80 with NetBeans 8.0.2" from http://www.oracle.com/us/technologies/j ... 32126.html
2.2) Run installer (i.e jdk-7u80-nb-8_0_2-windows-x64.exe)
2.3) Uninstall "Netbeans IDE 8.0.2"

3.1) Download "NetBeans IDE 7.4" from https://netbeans.org/downloads/7.4/
3.2) Run installer (i.e netbeans-7.4-javase-windows.exe)

4.1) Download Java Secure Socket Extension (JSSE) 1.0.3 Global (jsse-1_0_3_04-gl.zip) from
http://www.oracle.com/technetwork/java/ ... gl-oth-JPR
4.2) Unpack zip-file
4.3) Start Netbeans IDE 7.4
4.4) Open ESPlorer project
4.5) When Resolve occurs: Create library "jSSC" (Important!) and add jsse.jar from zip

Done :-)