Questions tagged [sun-java6-jdk]
17 questions
14
votes
4 answers
Huh? JDK not found? (on Windows 7 64-bit)
I am setting up a development environment for the latest Android 2.3 on a fresh install of Windows 7 64-bit.
I first installed the 64-bit JDK 6 (jdk-6u23-windows-x64.exe).
Then, I installed 64-bit Eclipse Classic 3.6…
Android Eve
- 717
9
votes
6 answers
Installing sun-java6-jdk with apt-get on Ubuntu 10.04
I have followed the instructions on numerous pages, such as this, which say to run the following commands:
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jdk
However,…
Adam S
- 748
8
votes
5 answers
install sun java 6 and sun java 7 side-by-side on linux (fedora 16) using rpm
This is what I would like to achieve, but I'm failing (I'm a newbie in Linux).
I have a Fedora 16 box (64 bit) and would like to install multiple versions of oracle java (java 6 and java 7 for the moment).
I'm trying to install java using the rpm…
alfo_1205
- 83
4
votes
5 answers
Why there is no sun-java in Debian Wheezy and how can I fix this?
Sun's java is in Debian Lenny and Debian Squeeze repos (non-free) but no in wheezy1,2. Why?
edit: after further research I found that java has been removed. reson:
ROM; security issues and newer versions cannot be redistributed 3
The following…
seler
- 363
3
votes
1 answer
Ubuntu apt-get package configuration screen
I am trying to install java 1.6 on Ubuntu (11.04) using apt-get:
sudo apt-get install sun-java6-jre
and i am presented with a screen "Package Configuration" with a OK button I can click on. I would post the image but new users are not allowed to…
ltfishie
- 215
2
votes
1 answer
How to install Java6 add-on for IE9
I have an internal web app I need to test using java 1.6 on Internet Explorer.
I installed the java6 jdk but there seems to be no add-on included for IE. I tried the 6 JRE too but nothing shows up in IE manage add-ons (and when I run the test on…
user1561108
- 767
2
votes
1 answer
How can I ensure I'm using JDK version 1.6?
Before I installed Java JDK1.6 on WinXP machine I typed from the CMD line
c:\javac
'javac' is not recognized as internal command ...
Here I concluded I did not have a JDK installation on my PC
So, I installed java 1.6.0_30
c:\javac
Usage: javac…
zundarz
- 1,163
2
votes
1 answer
Installing Java 6 on Ubuntu 10.04 fails on missing Java 6 JRE package
I'm trying to install Java 6 on Ubuntu 10.04 and it's been harder than it should be. In another question about installing Java on Ubuntu/Linux it said that I needed to do the following:
sudo add-apt-repository "deb http://archive.canonical.com/…
David S
- 127
2
votes
0 answers
JVM disappeared on Mac OS X Snow Leopard 10.6.8
I'm working in Eclipse one night, (also using Android's DDMS from the commandline). The next morning, I open the lid... attempt to run Eclipse and get an error.
me$ sudo /Applications/eclipse/eclipse
JavaVM: requested Java version ((null)) not…
weisjohn
- 160
- 1
- 10
2
votes
0 answers
Default maximum heap size -- Ubuntu 10.04 LTS, openjdk6-jre
I just installed openjdk6-jre on Ubuntu 10.04
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.2) (6b20-1.9.2-0ubuntu1~10.04.1)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
Every time I run "java" I get this error:
Error…
sachin
- 21
1
vote
1 answer
IE8 how to hide "Java is obsolete" bar message preventing automatic script execution?
I have a computer which specifically needs to use Java 6 Update 11 AND IE8. (Updating to Java 7 Update 67 crashes all the web apps of my customer).
I uninstalled the new Java and installed his old version again but the Java Applets execution are now…
Jeff Noel
- 167
1
vote
1 answer
Run CronExpression between specific times (but not on the hour)
I've seen quite a few questions here related to configuring CronExpressions. But they all seem to have exact hours (no minutes specified) as their time window for running.
Is there a way to configure a CronExpression to run say, every 5 minutes of…
elspoono
- 11
0
votes
2 answers
Jdk 1.6.37 installation and setting up in fedora 17
I have installed jdk 1.6.37 in fedora 17 which already has java 1.7 openjdk i want to set java 1.6 as my default java how can i do this...
When i check the following command in terminal
alternatives --display java
the result does…
Aravindhan
- 129
0
votes
1 answer
Optimal way to export JDK_HOME setting in openSUSE for use with PhpStorm?
I'm trying out PHPStorm on openSUSE, and it requires the Sun Java JDK which doesn't come by default. I installed the Sun JDK based on directions here.
I can run PHPStorm file as root user after that procedure but when I try to run it under my user…
Jim Connors
- 113
0
votes
1 answer
Windows 7 Firewall with Java SE binary line item(s):
When I was on the Allowed Programs window in the firewall, I noticed not one but two line items identically entitled "Java (TM) Platform SE binary."
One of them was checkboxed only Home/Work (Private), and the other one was checked only on…
user33666
- 367