How to run javaws from 32 bit 'jdk-1_5_0_06-linux-i586.bin' on Ubuntu 18.04 64 bit? [on hold]How to uninstall java on Linux Mint 12No such file or directory java while executing scriptInstall Java 8 on ARM Nas (Debian Wheezy)Could not find libjava.soJava problem - RHELNot Able to run simple Java Swing Program on Raspbian on Raspberry Pi 2 Headless connected using tight VNCInstalling a .rpm package on a Unix VM - root unable to see the fileSet up for Android Studio gets stuckUbuntu 18.04 LUKS boot problemsChoose right Java on JNLP
What does "I’d sit this one out, Cap," imply or mean in the context?
Was Spock the First Vulcan in Starfleet?
What happens if you roll doubles 3 times then land on "Go to jail?"
How do I find the solutions of the following equation?
Integer addition + constant, is it a group?
Short story about space worker geeks who zone out by 'listening' to radiation from stars
How to safely derail a train during transit?
How does buying out courses with grant money work?
Crossing the line between justified force and brutality
What can we do to stop prior company from asking us questions?
Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?
Is HostGator storing my password in plaintext?
Go Pregnant or Go Home
How long to clear the 'suck zone' of a turbofan after start is initiated?
How do I go from 300 unfinished/half written blog posts, to published posts?
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
System.debug(JSON.Serialize(o)) Not longer shows full string
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
Do sorcerers' Subtle Spells require a skill check to be unseen?
How did Arya survive the stabbing?
Where does the Z80 processor start executing from?
Is there a problem with hiding "forgot password" until it's needed?
How to check is there any negative term in a large list?
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
How to run javaws from 32 bit 'jdk-1_5_0_06-linux-i586.bin' on Ubuntu 18.04 64 bit? [on hold]
How to uninstall java on Linux Mint 12No such file or directory java while executing scriptInstall Java 8 on ARM Nas (Debian Wheezy)Could not find libjava.soJava problem - RHELNot Able to run simple Java Swing Program on Raspbian on Raspberry Pi 2 Headless connected using tight VNCInstalling a .rpm package on a Unix VM - root unable to see the fileSet up for Android Studio gets stuckUbuntu 18.04 LUKS boot problemsChoose right Java on JNLP
I need to run a web based software that supports only jdk 1.5 32 bit on Ubuntu 18.04 64 bit OS.How to run jdk-1_5_0_06-linux-i586.bin on Ubuntu 18.04 64 bit? I need to open a JNLP file with javaws inorder to run the software. javaws is not opening.
I tried the following already,
sudo apt-get install lib32z1
sudo dpkg --add-architecture i386
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install multiarch-support
sudo apt-get install libx11-6:i386
When i execute javaws from terminal it is stuck at 'java loading' for some time and then fails
itadmin@MT-MRD:~/Desktop/java/jdk1.5.0_06/jre/bin$ ./javaws
itadmin@MT-MRD:~/Desktop/java/jdk1.5.0_06/jre/bin$ Exception in thread
"main" java.lang.UnsatisfiedLinkError: /home/itadmin/Desktop/java/jdk1.5.0_06/jre/lib/i386/xawt/libmawt.so:
libXext.so.6: cannot open shared object file: No such file or directory at
java.lang.ClassLoader$NativeLibrary.load(Native Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647) at
java.lang.Runtime.load0(Runtime.java:769) at
java.lang.System.load(System.java:967) at
java.lang.ClassLoader$NativeLibrary.load(Native Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668) at
java.lang.Runtime.loadLibrary0(Runtime.java:822) at
java.lang.System.loadLibrary(System.java:992) at
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50) at
java.security.AccessController.doPrivileged(Native Method) at
java.awt.Toolkit.loadLibraries(Toolkit.java:1509) at java.awt.Toolkit.
(Toolkit.java:1530) at com.sun.javaws.Main.main(Main.java:76)
linux ubuntu java jdk openjdk
New contributor
put on hold as off-topic by Jeff Schaller♦, jimmij, roaima, X Tian, nwildner yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Jeff Schaller, jimmij, roaima, X Tian, nwildner
add a comment |
I need to run a web based software that supports only jdk 1.5 32 bit on Ubuntu 18.04 64 bit OS.How to run jdk-1_5_0_06-linux-i586.bin on Ubuntu 18.04 64 bit? I need to open a JNLP file with javaws inorder to run the software. javaws is not opening.
I tried the following already,
sudo apt-get install lib32z1
sudo dpkg --add-architecture i386
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install multiarch-support
sudo apt-get install libx11-6:i386
When i execute javaws from terminal it is stuck at 'java loading' for some time and then fails
itadmin@MT-MRD:~/Desktop/java/jdk1.5.0_06/jre/bin$ ./javaws
itadmin@MT-MRD:~/Desktop/java/jdk1.5.0_06/jre/bin$ Exception in thread
"main" java.lang.UnsatisfiedLinkError: /home/itadmin/Desktop/java/jdk1.5.0_06/jre/lib/i386/xawt/libmawt.so:
libXext.so.6: cannot open shared object file: No such file or directory at
java.lang.ClassLoader$NativeLibrary.load(Native Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647) at
java.lang.Runtime.load0(Runtime.java:769) at
java.lang.System.load(System.java:967) at
java.lang.ClassLoader$NativeLibrary.load(Native Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668) at
java.lang.Runtime.loadLibrary0(Runtime.java:822) at
java.lang.System.loadLibrary(System.java:992) at
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50) at
java.security.AccessController.doPrivileged(Native Method) at
java.awt.Toolkit.loadLibraries(Toolkit.java:1509) at java.awt.Toolkit.
(Toolkit.java:1530) at com.sun.javaws.Main.main(Main.java:76)
linux ubuntu java jdk openjdk
New contributor
put on hold as off-topic by Jeff Schaller♦, jimmij, roaima, X Tian, nwildner yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Jeff Schaller, jimmij, roaima, X Tian, nwildner
Please consider asking for an upgraded version that supports a supported java version; from Wikipedia: "Public support and security updates for Java 1.5 ended in November 2009. Paid security updates for Oracle customers ended in April 2015."
– Jeff Schaller♦
yesterday
Thankyou guys, it seems like the missing 32 bit library file libXext was the issue. Now the application is working.
– Arun
yesterday
add a comment |
I need to run a web based software that supports only jdk 1.5 32 bit on Ubuntu 18.04 64 bit OS.How to run jdk-1_5_0_06-linux-i586.bin on Ubuntu 18.04 64 bit? I need to open a JNLP file with javaws inorder to run the software. javaws is not opening.
I tried the following already,
sudo apt-get install lib32z1
sudo dpkg --add-architecture i386
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install multiarch-support
sudo apt-get install libx11-6:i386
When i execute javaws from terminal it is stuck at 'java loading' for some time and then fails
itadmin@MT-MRD:~/Desktop/java/jdk1.5.0_06/jre/bin$ ./javaws
itadmin@MT-MRD:~/Desktop/java/jdk1.5.0_06/jre/bin$ Exception in thread
"main" java.lang.UnsatisfiedLinkError: /home/itadmin/Desktop/java/jdk1.5.0_06/jre/lib/i386/xawt/libmawt.so:
libXext.so.6: cannot open shared object file: No such file or directory at
java.lang.ClassLoader$NativeLibrary.load(Native Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647) at
java.lang.Runtime.load0(Runtime.java:769) at
java.lang.System.load(System.java:967) at
java.lang.ClassLoader$NativeLibrary.load(Native Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668) at
java.lang.Runtime.loadLibrary0(Runtime.java:822) at
java.lang.System.loadLibrary(System.java:992) at
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50) at
java.security.AccessController.doPrivileged(Native Method) at
java.awt.Toolkit.loadLibraries(Toolkit.java:1509) at java.awt.Toolkit.
(Toolkit.java:1530) at com.sun.javaws.Main.main(Main.java:76)
linux ubuntu java jdk openjdk
New contributor
I need to run a web based software that supports only jdk 1.5 32 bit on Ubuntu 18.04 64 bit OS.How to run jdk-1_5_0_06-linux-i586.bin on Ubuntu 18.04 64 bit? I need to open a JNLP file with javaws inorder to run the software. javaws is not opening.
I tried the following already,
sudo apt-get install lib32z1
sudo dpkg --add-architecture i386
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install multiarch-support
sudo apt-get install libx11-6:i386
When i execute javaws from terminal it is stuck at 'java loading' for some time and then fails
itadmin@MT-MRD:~/Desktop/java/jdk1.5.0_06/jre/bin$ ./javaws
itadmin@MT-MRD:~/Desktop/java/jdk1.5.0_06/jre/bin$ Exception in thread
"main" java.lang.UnsatisfiedLinkError: /home/itadmin/Desktop/java/jdk1.5.0_06/jre/lib/i386/xawt/libmawt.so:
libXext.so.6: cannot open shared object file: No such file or directory at
java.lang.ClassLoader$NativeLibrary.load(Native Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647) at
java.lang.Runtime.load0(Runtime.java:769) at
java.lang.System.load(System.java:967) at
java.lang.ClassLoader$NativeLibrary.load(Native Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668) at
java.lang.Runtime.loadLibrary0(Runtime.java:822) at
java.lang.System.loadLibrary(System.java:992) at
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50) at
java.security.AccessController.doPrivileged(Native Method) at
java.awt.Toolkit.loadLibraries(Toolkit.java:1509) at java.awt.Toolkit.
(Toolkit.java:1530) at com.sun.javaws.Main.main(Main.java:76)
linux ubuntu java jdk openjdk
linux ubuntu java jdk openjdk
New contributor
New contributor
edited yesterday
Arun
New contributor
asked yesterday
ArunArun
11
11
New contributor
New contributor
put on hold as off-topic by Jeff Schaller♦, jimmij, roaima, X Tian, nwildner yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Jeff Schaller, jimmij, roaima, X Tian, nwildner
put on hold as off-topic by Jeff Schaller♦, jimmij, roaima, X Tian, nwildner yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – Jeff Schaller, jimmij, roaima, X Tian, nwildner
Please consider asking for an upgraded version that supports a supported java version; from Wikipedia: "Public support and security updates for Java 1.5 ended in November 2009. Paid security updates for Oracle customers ended in April 2015."
– Jeff Schaller♦
yesterday
Thankyou guys, it seems like the missing 32 bit library file libXext was the issue. Now the application is working.
– Arun
yesterday
add a comment |
Please consider asking for an upgraded version that supports a supported java version; from Wikipedia: "Public support and security updates for Java 1.5 ended in November 2009. Paid security updates for Oracle customers ended in April 2015."
– Jeff Schaller♦
yesterday
Thankyou guys, it seems like the missing 32 bit library file libXext was the issue. Now the application is working.
– Arun
yesterday
Please consider asking for an upgraded version that supports a supported java version; from Wikipedia: "Public support and security updates for Java 1.5 ended in November 2009. Paid security updates for Oracle customers ended in April 2015."
– Jeff Schaller♦
yesterday
Please consider asking for an upgraded version that supports a supported java version; from Wikipedia: "Public support and security updates for Java 1.5 ended in November 2009. Paid security updates for Oracle customers ended in April 2015."
– Jeff Schaller♦
yesterday
Thankyou guys, it seems like the missing 32 bit library file libXext was the issue. Now the application is working.
– Arun
yesterday
Thankyou guys, it seems like the missing 32 bit library file libXext was the issue. Now the application is working.
– Arun
yesterday
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Please consider asking for an upgraded version that supports a supported java version; from Wikipedia: "Public support and security updates for Java 1.5 ended in November 2009. Paid security updates for Oracle customers ended in April 2015."
– Jeff Schaller♦
yesterday
Thankyou guys, it seems like the missing 32 bit library file libXext was the issue. Now the application is working.
– Arun
yesterday