(I already examined the answers here and here, but that doesn't answers my question)
I copied Java's folders (JRE & JDK) to a local folder and I manage to run .jar application by this command:
SomeFolder\Java\jre6\bin\javaw.exe -jar SomeApp.jar
But how can I run .exe application (e.g. eclipse.exe) by a similar way in two cases:
- The application required only JRE
- The application required also JDK
p.s. unfortunately "portableapps.com" solution is not acceptable.