You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.
The latest ESPlorer release jar doesn't include multi file upload. If you want this, you have to build from the sources in github. Here's how I did it.
Install Netbeans 8.1, download from here. I used the "All", but I think Java SE should be enough.
Install JDK 1.7 (I wasn't able to use JDK 1.8), download from here.
Download rsyntaxtextarea 2.5.6.jar (I wasn't able to use any other version) from here, put it somewhere and remember where (e.g.: inside the ESPlorer root dir)
Open the project.properties file in a texteditor, and edit file.reference.rsyntaxtextarea-2.5.6.jar to point to where you put rsyntaxtextarea 2.5.6.jar
Open netbeans
Open the ESPlorer project, you should get an error about the JDK platform
Click resolve, add platform
Add the JDK 1.7 dir, and where it says Name you should see "JDK 1.7", rename that to "JDK1.7" (notice the lack of a space), close the dialog
9 press F11 to build