The java-7 tag has no wiki summary.
4
votes
2answers
50 views
How to add Java System Runtime Parameters?
I'm given the following instructions:
You must set the sun.lang.ClassLoader.allowArraySyntax system property
to true by adding the following to the JVM arguments:
...
-2
votes
1answer
35 views
FInding a matching substring in a string in Android Java [closed]
I have a string as shown below:
name, value0, value1, value2, time K3G Gyroscope Sensor, -0.088575,
-0.399200, -0.915076, 1301052 K3DH Acceleration Sensor, -1.362035, 3.868179, 8.798744, 1301161 ...
0
votes
0answers
329 views
Downgrading Java from 7 to 6 failed — Mac
A while ago, I downgraded from Java 7 to Java 6 on my Mac, using these instructions.
A few days ago, and for no apparent reason, this has stopped working (in my web browser) and Java just doesn't ...
0
votes
1answer
150 views
rpm jdk-7-linux-x64.rpm
I tried to install java 1.7 with rpm but got this error:
#rpm -i jdk-7-linux-x64.rpm.
package jdk-2000:1.7.0-fcs.x86_64 is already installed
If the package really was installed, then how come ...
1
vote
0answers
59 views
Java Causing Seg fault in IE
I have a web app that uses a Java Applet for various functions like finding network devices through multicast, as well as combining XML and a xsl-fo template for printing.
Recently most of my users ...
0
votes
2answers
6k views
Java 7 update for mac snow leopard X 10.6.8
Is it possible to update my imac snow leopard X 10.6.8 with Java 7? I'm just a user - not a developer and I need Java 7 to access data from a website that I frequently use. I'm afraid to plunge ...
4
votes
3answers
2k views
Java plugin in the browser doesn't work even though it is enabled
I installed the Java Development Kit (64-bit) recently and saw it includes the JRE plugin for 64-bit as well. But, since Firefox is 32-bit, I also installed JRE 32-bit version. This is what is shown ...
1
vote
1answer
130 views
Mac OS 10.7 Missing Java Completely
I'm in dire straights. I was trying to replace my java JDK and downgrade to 1.6 and somehow managed to completely screw up all the previous versions in the process. Bottom line, my Mac has no JDK ...
1
vote
1answer
174 views
How can I use Java 7 with browsers in OS X 10.8?
I've downloaded Java 7 Update 9 from java.com. I've installed it. I can see the icon in my System Preferences.
So now I quit and reopen Safari v6.0.2 and try to use Java and I get a dialog asking ...
0
votes
1answer
523 views
OS X 10.8.2 not supporting Java application
Even with the latest update for Java (JRE 7u9) on my Mac book (OS X 10.8.2), I am unable to run Java applet from Safari. Does anyone have idea why this happening?
PS: Now that I've enabled the Java ...
2
votes
0answers
345 views
Installed Java 7, but terminal still shows Java 6
I've installed Java 7 on my Mac (10.7.5), but in the terminal there is still java 6.
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot(TM) ...
1
vote
1answer
510 views
Why don't I get a java preferences icon when I install Oracle Java 7u9 on my Mac
I have tried repeatedly to install the Oracle java runtime (Java 7 update 9) on my mac, but it doesn't work. I should just be able to download it from oracle, mount the disk image, and click to ...
3
votes
0answers
153 views
How to install Java 7 on Solaris 9?
Oracle states the following regarding Java 7:
This version of the JDK is supported on the Oracle Solaris 10 Update 9
or later OS, Oracle Solaris 11 Express OS, and Oracle Solaris 11 OS
...
2
votes
0answers
895 views
How to get java webstart 6 on OSX 10.8.2 after java update
I'm trying to find out how to run java webstart 1.6 on a machine running OSX 10.8.2. Every time I try to open the .jnlp file I get java 7 rather than java 6 starting.
The system seems to still have ...
14
votes
6answers
16k views
How do I switch between Java 7 and Java 6 on OS X 10.8.2?
I am using Java SE 7 to program simple games for windows and mac, but I have to switch to java 6 to run games such as Minecraft on my computer. This used to work just fine before I updated to Mac OS X ...
1
vote
1answer
77 views
Can a java exploit circumvent browser plug in permission?
Since Java 7 is vulnerable i am asking myself if the vulnerability is circumventing the plug in permission of any given browser.
For example: http://www.youtube.com/watch?v=pn1Rbnidhl8 here you see ...
0
votes
1answer
1k views
Can I safely uninstall JavaFX and still use JRE 7?
I finally got around to updating to JRE 7 today, and noticed that it came bundled with JavaFX 2.
I'm generally attentive during installation processes to ensure that I don't leave any check-boxes ...