You are here

Java Portable Launcher not working

4 posts / 0 new
Last post
chockalocka
Offline
Last seen: 3 years 11 months ago
Joined: 2019-12-28 19:11
Java Portable Launcher not working

Hi there,
I'm absolutely new to Portable Apps so please forgive for any unnecessary questions.
I'm trying to run Java JRE. When launching "JavaPortableLauncher.exe" I always get the following alert:

"jPortable Launcher (64-bit) cannot be started. You may wish to re-install to fix this issue. (ERROR: open could not be found)"

The same thing happens when I try to launch 32-Bit version of the "JavaPortableLauncher.exe".

Here are the steps I did to install the Java application. I downloaded and ran the file "jPortable64_8_Update_231_online.paf.exe". During the install attempt I got an alert claiming that the actual Java application was not available. So I did some research and found out that there seems to be a problem with downloading the respective Java file from the Java site during the install. The research recommended downloading the appropriate java file and including it in the same folder where the "jPortable64_8_Update_231_online.paf.exe" is located at on my drive. So I downloaded the file "jre-8u231-windows-x64.exe" from the Java website and put it in the same folder. This time the installation went without any alerts. The Java files where installed to my USB stick at "K:\PortableApps/CommonFiles/Java64"

After that I downloaded and installed the "JavaPortableLauncher64_5.0.paf.exe". It resides at "K:\PortableApps/JavaPortableLauncher64". When I run "JavaPortableLauncher.exe" from "K:\PortableApps/JavaPortableLauncher64" I get the error message mentioned above.
So I did the whole procedure for the 32-bit versions as well:
I paired "jPortable_8_Update_231_online.paf.exe" with "jre-8u231-windows-i586.exe" in the same folder and installed them to "K:\PortableApps/CommonFiles/Java". I downloaded and installed "JavaPortableLauncher_5.0.paf.exe" which ended up at "K:\PortableApps\JavaPortableLauncher". But same thing here. When I run "JavaPortableLauncher.exe" from "K:\PortableApps\JavaPortableLauncher" I get the error message.

Any ideas what goes wrong?

Any help is really appreciated. Thank you Smile

Cheers

Tobi

richo
richo's picture
Offline
Last seen: 1 month 2 weeks ago
Joined: 2007-01-31 22:03
Check file/folder layout

Check that the java files did indeed actually install correctly.

Sometimes the install will go successfully, but not actually move the files to their final destination. This happens when something interferes with the install.

Check for a jre1.8.0_231 folder in both CommonFiles/Java and CommonFiles/Java64

Folder structure should look like the following on a truely successful install:

PortableApps\CommonFiles\Java

Folders:
 App
 bin
 Data
 lib
 Other

Files:
 COPYRIGHT
 JavaPortable.ini
 LICENSE
 README.txt
 release
 THIRDPARTYLICENSEREADME-JAVAFX.txt
 THIRDPARTYLICENSEREADME.txt
 Welcome.html
 _DO NOT store your files here or in subfolders.txt

and

PortableApps\CommonFiles\Java64

Folders:
 App
 bin
 Data
 lib
 Other

Files:
 COPYRIGHT
 JavaPortable.ini
 LICENSE
 README.txt
 release
 THIRDPARTYLICENSEREADME-JAVAFX.txt
 THIRDPARTYLICENSEREADME.txt
 Welcome.html
 _DO NOT store your files here or in subfolders.txt
chockalocka
Offline
Last seen: 3 years 11 months ago
Joined: 2019-12-28 19:11
Hey richo,

Hey richo,

thank you for your quick reply. I checked and PortableApps\CommonFiles\Java and CommonFiles/Java64 have the exact same folder structure you've posted.
Though just like in your listing there is no folder by the name jre1.8.0_231. However in my endeavors to solve the problem I also downloaded jre-8u231-windows-i586.tar.gz from this site:
https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-...

I've opened the file with 7-zip and saw that within the gz-file there is a folder named jre1.8.0_231 I briefly compared the content of that file with the files of the PortableApp installation. It looks like all files can be found in the PortableApps\CommonFiles\Java and CommonFiles/Java64 folders.

Thank you for your help.

Cheers

Tobi

richo
richo's picture
Offline
Last seen: 1 month 2 weeks ago
Joined: 2007-01-31 22:03
RE: Hey richo,

Been a while, but I hope you also downloaded the jre-8u231-windows-x64.tar.gz file for the Java64 folder, otherwise both folders will contain only the 32-bit version of Java.

Log in or register to post comments