G
Guest
Sun Java? How do I install it in Linpus? Thanks for any help. 
...
In the terminal:
Copy all of the following 5 lines (as I don't know how do overflow in the command line)
Code:wget -O jdk-6u7-linux-i586-rpm.bin [url]http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-6u7-linux-i586-rpm.bin?BundledLineItemUUID=tHpIBe.mLDAAAAEfLfVX2APt&OrderID=n.VIBe.mk5sAAAEfEPVX2APt&ProductID=XzBIBe.oxM4AAAEaVJcGcbZW&FileName=/jdk-6u7-linux-i586-rpm.bin[/url]
Then after the rpm.bin has downloaded install using the following:
Code:sudo bash jdk-6u7-linux-i586-rpm.bin
Press enter to scroll through all of the agreement and then at the end type "yes" to confirm. This will then install the JDK and when unpacked everything will work find (or so I've found so far)
Enjoy!