Open emad4ald opened 3 years ago
Please read carefully the README. This package comes without a JDK. You have two choices:
I have jdk portable But the app still has issue
Maybe an update of the platform broke the support for my Launcher.ini. It can be easily fixed but it requires your manual work, this package is quite outdated and NetBeans 8 has been discontinued, for example the "on-line" installs of my portable editions are broken due to missing downloading link. So I am not going to support this package anymore.
It seems that your PortableApps environment sets the variable %JAVA_HOME%
into Device:\Portable\Apps\PortableApps\CommonFiles\Java
, which I suppose is a JRE folder but we need a JDK folder.
From your screenshot I can see you got both OpenJDK and OracleJDK.
To fix your issue:
Device:\Portable\Apps\PortableApps\NetBeans_JavaSE_Portable\App\AppInfo\Launcher
NetBeans_JavaSE_Portable.ini
fileFileWrite3
settings block and replace:
"%JAVA_HOME%"
with "%PAL:PortableAppsDir%\CommonFiles\*JDK_FOLDER*"
JDK
, JDK64
, OpenJDK64
"%PAL:PortableAppsDir%\CommonFiles\JDK64"
I get this error
Error: The specified folder does not contain a Java platform.