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













-1















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)









share|improve this question









New contributor




Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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
If this question can be reworded to fit the rules in the help center, please edit the question.
















  • 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















-1















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)









share|improve this question









New contributor




Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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
If this question can be reworded to fit the rules in the help center, please edit the question.
















  • 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













-1












-1








-1








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)









share|improve this question









New contributor




Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question









New contributor




Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited yesterday







Arun













New contributor




Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









ArunArun

11




11




New contributor




Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Arun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




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
If this question can be reworded to fit the rules in the help center, please edit the question.







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
If this question can be reworded to fit the rules in the help center, please edit the question.












  • 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











  • 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










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.