when I load the application, I get
Code:
/usr/lib/jvm/java-7-ibm/jre/bin/java/bin/java not found
????
How come it is not working?
I followed the instructions here
http://www.wikihow.com/Install-IBM-Java-on-Ubuntu-Linux
however I only loaded sdk since it has jre.
hey everyone
i've installed java using this guide.
I want to play this java simulation: http://www.compadre.org/OSP/items/detail.cfm?ID=9640 in java 3d mode on a linux (ubuntu) system. But it doesn't work.
If I switch to java 3d-mode it complains that java 3d is not installed. sudo aptitude install libjava3d-java didn't help.
Then I did a right click in this java app and selected Diagnostics-> About Java 3D.
Hello, the default java installation is openJDK.
/usr/bin/java -> /etc/alternatives/java
/etc/alternatives/java -> /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java
I want to install JDK 1.6, and executed this command:
Code:
alternatives --install /usr/bin/java java /usr/lib/java/jdk1.6.0_45/bin/java 20000
But the symbolic link does change at all. What might be wrong?
hello friends,
i am new to ubuntu.
Hi,I've successfully installed the sun-jre version of the Java plugin, which correctly shows as "Java TM plug-on 1.7.0_11" as an Iceweasel plug-in. Mozilla's site shows that this is the current Java plugin.
hi gurus.
I have a little script that runs java from a certain directory. This script runs fine when run manually but when I try to schedule it, it fails to find the script.
dear all,
I have now tried several times to download Java for either vpn connections or use of digital photoprinting software and other things, I have gone over the links from the official java homepage, the ubuntu wiki page and different online terminal codes, ...
but it seems there still is no working java applet on my computer, i cannot activate java in my browser and don't know if there is an
I am trying to establish a chatting application between a server and a client, but the application could not run because of this line of code : message = (String) input.readObject();
because at first, inputStream is null ! any one can help please ?