Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

How to build ESPlorer from sources

Develo edited this page Feb 10, 2016 · 1 revision

ESPlorer build from sources

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.

  1. Install Netbeans 8.1, download from here. I used the "All", but I think Java SE should be enough.
  2. Install JDK 1.7 (I wasn't able to use JDK 1.8), download from here.
  3. 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)
  4. 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
  5. Open netbeans
  6. Open the ESPlorer project, you should get an error about the JDK platform
  7. Click resolve, add platform
  8. 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
  9. The ESPLorer .jar should be under the dist subdir
Clone this wiki locally