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.
Published at LXer:
The Apache Software Foundation one of tech's most influential open-source groups is closer to quitting Java's governing body after losing a stand-off vote against Oracle on Java.
I had trouble with java applications running in browsers (google chrome and firefox) so I updated java. However, the only result was that both firfox and google chrome claim that java is not installed. I tried reinstalling java but again that did not work.
I have tried enabling java via browser settings but java doesn't even appear as an option.
I am not sure what forum to post this in, however since it is a question that relates to my N4 here it goes for now.
I want to buy an N7 or N10. I use a website for business published by the Dept. of Finance for the City of NY that uses Java to display documents.
My N4 does not run Java and I am assuming but I am not certain that the N7 and N10 also do not.
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?
LinuxSecurity.com: This update of IBM Java 1.5.0 to SR11 FP2 brings various bug and lots of security fixes. Following security issues were fixed: CVE-2010-0084: Unspecified vulnerability in the Java Runtime Environment component in Oracle Java SE and Java for Business 6 [More...]
In the ServerFault question What's the diablo-jre? (FreeBSD) it is mentioned that FreeBSD has a special license to distribute Java.
Now that the Operating System Distributor License for Java is being retired and Ubuntu Linux is pulling Java from all repositories, what does it mean for Diablo from FreeBSD?
I want to write Java interpreter for Android. But as I have learned, there's no "android-specific Java", the application are just written in ordinary Java, then compiled to .class files and then to .dex which can be run on Android.
i got following error when i try to run a java prg
Exception in thread "main" java.lang.UnsupportedClassVersionError: Abc : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineCla