1
vote
4answers
71 views
Eclipse - Mac Os Default JRE missing
The list of installed JRE's is empty, when I click "add" the only options I'm given are -
Execution Environment Description,
Standard 1.1.x VM,
Standard VM.
There's no option for …
1
vote
7answers
124 views
Will JRE 1.4 support classes compiled with Java 1.5 & 1.6?
Will code compiled using 1.5 and 1.6 run on a 1.4 JRE? We weren't sure which Java versions the 1.4 JRE supports.
We know that if the code in question implements 1.5 or 1.6 suppor …
2
votes
2answers
412 views
java runtime 6 with socks v5 proxy - Possible?
I have written an application that (amongst other things) runs a local service in windows that acts as a SOCKS v5 proxy for Firefox.
I'm in the debugging phase right now and have …
0
votes
2answers
255 views
How to run a program using Wine that requires JRE on Ubuntu?
Hello,
I have an application that requires JRE to run on Windows. I have now migrated to Ubuntu and trying to run that application using WINE. But I get the error "No Java Found". …
0
votes
1answer
101 views
JRE and the trusting of local intranet applets
Hi,
Is there a way I can trust a particular host within our Intranet for running a java applets within the browser? I can't even run an applet sitting on my machine in IE7 without …
2
votes
4answers
181 views
Java / Eclipse : How does Eclipse compile classes with only a JRE ?
I need to batch a compilation with a special JRE which has been "customized".
Eclipse is able to compile the classes with this JRE, but I need to make a build script outside of E …
2
votes
3answers
120 views
Why 2 bins for exe’s in jdk?
When i am installing JDK(TM) Update 10, it installs the following four features :
-> Development Tools
-> Demos and Samples
-> Source Code
-> Java DB
With last three features, …
1
vote
3answers
93 views
Installing IBM JRE on Windows (a non-IBM machine)
I'm developing a Java 5.0 application that connects to Websphere Application Server default messaging queues.
My application will be deployed on Windows server (with sun JDK insta …
1
vote
4answers
105 views
where can I get the latest JRE / JDK as a zip file, I mean, no exe installer
You may call me a maniac, but I like to be sure that just by copying the contents of the java folder and setting the environment variables, everything will work fine.
So I usually …
0
votes
1answer
98 views
Domain name resolution not working in Java Applications on Ubuntu64 9.04 machine. All other software resolves DNS correctly.
I have an number of Java applications installed on an Ubuntu64 9.04 PC, and none of them can resolve domain names (there are multiple JRE's too - some of them are IBM products). If …
0
votes
5answers
133 views
Java unsupported version — Classic Problem
If you have ever used java I think at least one times you ever got error about unsupported version. Everybody known how to fixed it, change JRE and etc.
Today, I would like to kno …
2
votes
3answers
464 views
How can you package an executable jar with a portable JRE?
I want to be able to distribute by executable JAR without having to make the user upgrade to the latest version of the JRE. How can I package a JRE into the JAR so that they can ru …
2
votes
4answers
262 views
Is there a possibility for smaller JRE / packaging Java software for Softgrid
My Java program is being distributed as a Microsoft App-V package (also known as Softgrid) on a customer. The JRE size is causing some headache, being quite large when distributed …
1
vote
6answers
79 views
java -version returns old version
OS: Windows XP
I am using yuicompressor-2.4.2 to compress some css before uploading to my server.
But when i run it, the following exception appears:
Exception in thread "main" j …
3
votes
5answers
1k views
How do I detect which kind of JRE is installed — 32bit vs. 64bit
During installation with an NSIS installer, I need to check which JRE (32bit vs 64bit) is installed on a system. I already know that I can check a system property "sun.arch.data.mo …
