Application Details:
Version: | 8 |
License: | Free to use |
URL: | http://java.sun.com/ |
Votes: | 4 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 6.23 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
What does not
Workarounds
Installer crashes after clicking "Next"
Open winecfg and select Windows version to "Windows XP"
You have to do this, or else installation will be incomplete
use this command to install Java and wait it to complete:
wine jre-8uXXX-windows-x64.exe /s
Where "jre-8uXXX-windows-x64.exe" is the location and name of the Java installation file
Java commands are not added to CMD
1. Open regedit
wine regedit
2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment
3. Create a new "multiple word value" key named "JAVA_HOME" with the value "C:\Program Files\Java\jre1.8.0_XXX" (where XXX is the Java version you installed in)
NOTE: You can add both 32-Bits and 64-Bit version of Java alongside each other on the key
4. Modify "PATH" key and add to the key: ";%JAVA_HOME%\bin"
WARNING: DO NOT erase and replace it, add it to the key value instead. Eg:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\wbem;%SystemRoot%\system32\WindowsPowershell\v1.0;%JAVA_HOME%\bin
5. (Optional) Check it by opening wine CMD and using:
echo %JAVA_HOME%
java -version
6. Close regedit :3
What was not tested
Hardware tested
Graphics:
Additional Comments
You may need to repeat workaround #2 manually everytime you update Java (change only JAVA_HOME path value)
jre1.8.0_311 was tested on this report
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Manjaro Linux | Dec 14 2021 | 6.23 | No, but has workaround | Yes | Yes | Gold | Josesk Volpe | |
Show | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Apr 15 2020 | 5.0 | No, but has workaround | Yes | Yes | Gold | Leith Bade | |
Show | Fedora 30 x86_64 | Jan 21 2020 | 4.21 | No, but has workaround | Yes | Yes | Silver | Travis Sidelinger | |
Show | Gentoo Linux x86_64 | Dec 11 2019 | 4.20-staging | No, but has workaround | Yes | Yes | Gold | Myk Taylor | |
Show | Ubuntu 17.10 "Artful" amd64 (+variants like Kubuntu) | Feb 26 2018 | 3.2 | No, but has workaround | Yes | Yes | Bronze | noa body |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.