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
Java .jar file opens and runs properly.
What does not
GUI Off-line Installer fails silently. Hangs. Process must be killed.
Workarounds
Run "winecfg" and set "Windows Version" to "Windows XP" or, if winetricks is installed, use command "winetricks winxp".
GUI Off-line installer fails but the "silent" install option installs
and registers all components including un-installer and control panel applet (accessible via command "wine control").
Install from a terminal like so:
wine jre-8u162-windows-i586.exe /s
Simplify java use by creating (or adding to existing semi-colon delimited path list) :
HKEY_CURRENT_USER\Envirionment
PATH=c:\Program Files\Java\jre1.8.0_162\bin (REG_EXPAND_SZ)
Start jar with:
Registers properly and with "Thunar" or "Nautilus" (probably all file managers) can be selected with right-click "Open With Java(TM) Platform SE binaryâ€. Otherwise commands such as these can be used:
wine java -jar file.jar
wine start java -jar "c:\Program Files\file.jar"
What was not tested
Not sure. JRE is vast.
Hardware tested
Graphics:
Additional Comments
Final line of installation was:
0087:fixme:wininet:query_global_option INTERNET_OPTION_PER_CONNECTION_OPTION stub
0087:fixme:wininet:get_proxy_autoconfig_url no support on this platform
Since all of the Java components registered properly, I would guess the install was 99% successful and some ancillary options couldn't be set because wine lacks the feature.
With "Windows Version" set to anything other than "Windows XP", the offline installer will not register the control panel or un-installer. This is the case in a 64-bit wine prefix with jre-8u162-windows-x64.exe regardless of windows version, although Java fully extracts to "Program Files" and all components are there.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | 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 | |
Current | 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 |
38624 | jre-8u45-windows-i586.exe installer exits silently (needs advapi32.dll GetWindowsAccountDomainSid stub) | CLOSED | FIXED | View |
38811 | Java JRE 8 installer 'jre-8uXX-windows-i586.exe' crashes on startup (GetThreadPreferredUILanguages is a stub) | CLOSED | FIXED | View |
40821 | Multiple applications crash with stack overflow when setting IHTMLElement2::accessKey property (Java JRE 8 installer, RealNetworks RealPlayer 18.x, Adobe Photoshop CS3 installer) | CLOSED | FIXED | View |
52219 | Java 8 offline installer crashes | UNCONFIRMED | View |
Comments for this application have been disabled because there are no maintainers.