Tagged Questions
Java Runtime Environment
75
votes
9answers
11k views
What are major differences between C# and Java?
I just want to clarify one thing. This is not a question on which one is better, that part I leave to someone else to discuss. I don't care about it.
I've been asked this question on my job interview ...
22
votes
4answers
769 views
What is the state of Open Source Java?
What is the current state of Java's transition to an open source license (which Wikipedia lists as the GNU General Public License / Java Community Process)?
Java being inclusive of many things, ...
21
votes
7answers
21k 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.model", but this is ...
20
votes
4answers
74k views
Java JRE 64-bit download for Windows?
I'm working on a web site project with a Java component and am currently testing for cross-browser compatibility. Most is fine but the Java part won't load on 64-bit browsers. Looks like I need a ...
15
votes
14answers
11k views
m2eclipse: Eclipse is running in a JRE, but a JDK is required
I have a problem with m2eclipse (0.10.0) together with eclipse galileo (Build id: 20090920-1017).
I always get the error message:"Eclipse is running in a JRE, but a JDK is required". I have tried ...
15
votes
2answers
657 views
Scala Actors: Different behavior on JRE 1.5 and 1.6
My simulation is using actors and Scala 2.8-Snapshot. In Java JRE 1.5 it runs well - all 40 gears (actors) are working simultaneously. Using Java JRE 1.6 only 3 gears are working simultaneously. I ...
14
votes
6answers
18k 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 run the installer ...
11
votes
5answers
413 views
Why do people say that Java can't have an expression evaluator?
I am aware that by default Java does not have the so-called eval (what I pronounce as "evil") method. This sounds like a bad thing—knowing you do not have something which so many others do. ...
10
votes
2answers
2k views
Bundling a private JRE on Mac OS X
Starting with the next version of Mac OS X, Java will no longer be included in the system and I don't want to force my customers to install it themselves. So I would like to do what I do on Windows - ...
10
votes
1answer
22k views
JRE on Android
This might sound like a stupid question, but google didn't help me.
Is there a JRE available for Android? If so which version is it? Are there any major features missing?
If not does that mean all ...
9
votes
4answers
73 views
JDK, JRE an JARs compatibility
I know a bit about JDK and JRE source and binary compatibility (e.g. this and this), but not sure about the following situation:
Consider I have an application which is compiled using JDK5 and runs ...
9
votes
4answers
2k views
Eclipse on Mac, getting “Specified VM install not found” error when trying to build
When I try and do an Ant build on my mac (Snow Leopard, Eclipse 3.6 - Helios) I get an error dialog that says
"Problem Occured"
'Launching projectName build.xml' has encountered
a problem. ...
9
votes
2answers
7k views
Where can I find old versions of the JDK and JRE?
To test compatibility, I need to find old versions of the JRE and JDK. Where can I find download links to these files?
9
votes
5answers
27k views
Java SE 6 vs. JRE 1.6 vs. JDK 1.6 - What do these mean?
I see many different Java terms floating around. I need to install the JDK 1.6. It was my understanding that Java 6 == Java 1.6. However, when I install Java SE 6, I get a JVM that reports as ...
8
votes
5answers
7k views
where to get full source code for rt.jar (jre 6 Update 22 )
I am searching the source code for rt.jar for Oracle JRE/JDK 6 Update 22.
The src.zip, which is included with the delivery, does not contain all sources, for examples the sun.* (e.g. ...
8
votes
7answers
4k views
JDK/JRE/JVM/Java SDK | What do they all mean? Sometimes you can develop with JRE and sometimes you need JDK?
To tell the truth, I am quite confused on all these terms (JDK/JRE/Java SDK). I am not sure what each one does.
When I first started doing simple java examples in eclipse, I am pretty sure I only had ...
8
votes
11answers
3k views
Why are there many JRE implementations?
I was wondering..There is Sun's JRE, IBM's JRE, BEA's JRE, Oracle's JRE and some more less know JREs in the market.
Why is there so many JRE implementations? Does the fact that Sun opened the Java ...
7
votes
1answer
91 views
How to determine the minimum JRE version and system requirements for my Java application
I have written an application in Java using Eclipse IDE and I now need to know the minimum JRE version that is required to run the application! I know that certain methods are only available under ...
7
votes
3answers
6k views
Is it possible to install both 32bit and 64bit Java on Windows 7?
Is it possible to install both 32bit and 64bit Java on Windows 7?
I have some applications that I can run under 64bit, but there are some that only run under 32bit.
7
votes
5answers
709 views
JDK, JRE, Java: Version Confusion!
Although I'm not a real Java developer (yet), I feel like I should know this by now, but I'm still very confused. My question has two parts:
What is the difference between the so-called (as I've ...
7
votes
5answers
334 views
How to retrieve useful system information in java?
Which system information are useful - especially when tracing an exception or other problems down - in a java application?
I am thinking about details about exceptions, java/os information, ...
7
votes
1answer
2k views
MXMLC and 64bit JRE
Are there any workarounds to get the Flex compiler to work with a 64bit JRE? If I use an MXMLC task in an Ant buildfile in Eclipse it works fine but if I try to use MXMLC from the command line (or try ...
7
votes
4answers
2k views
Google app engine JRE Class “Black List”
There is a "JRE Class White List" for the Google App Engine.
What I would really like is a "Black List" -- in other words, Java APIs that will not work on GAE. Does such a list exist? Have any ...
7
votes
1answer
2k views
Difference between classpath and endorsed directory
Does anyone know what the difference is between adding an appropriate JAR-file (eg. Apache XALAN) to a JRE's endorsed directory and adding it to the application's classpath?
Is it possible to take a ...
7
votes
2answers
5k views
How do you specify a particular JRE for a Browser applet?
I have an third-party applet that requires JRE v1.5_12 to work correctly. THe user is installing JRE v1.6.07 or better. It used to be with 1.5 and below, that I could have multiple JRE's on the ...
6
votes
1answer
83 views
Where are the unit tests for “native” Java classes?
For "fun" I'm loosely porting a few Java classes to PHP (e.g. java.util.regex.Matcher), so I'd like to be able to run/port the unit tests for these:
java.lang.StringBuilder
java.util.regex.Pattern
...
6
votes
7answers
695 views
How can I convert a JAR file to an EXE file?
I have created a JAR file and I want run it on a client. I have a couple of questions:
How can I convert the JAR file to an EXE file?
How can I encrypt the JAR file's contents? The jar file could be ...
6
votes
2answers
754 views
Whats the work of JDK and JRE?
I have a confusion that what JRE is doin on the Background and what does the JDK doing.
6
votes
7answers
7k 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 a MacOS Default JRE ...
6
votes
2answers
2k 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 I put the domain ...
6
votes
2answers
11k views
How to redirect verbose garbage collection output to a file?
How to redirect verbose garbage collection output to a file? Suns site shows an example for unix but it doesn't work for windows.
6
votes
6answers
10k views
How to run eclipse without running JRE install?
I wish to run eclipse for C++ on Vista but I absolutely do not want to run the JRE install. Is there any place where I can get a JRE in a zip that I can just dump in the eclipse folder and have it ...
5
votes
7answers
5k views
Ant + Vista 64 : “Unable to locate tools.jar” (jre/jdk conflict?)
I'm trying to use ant in a vista 64 environment to build some docbook/xml files.
However, I can't resolve this error message. Anybody have suggestions?
C:\Users\Robert Admin>ant
Unable to locate ...
5
votes
10answers
656 views
Will Java compiled in windows work in Linux?
My Java program is in working order when i use it under Windows(Eclipse and Bluej). I compress it to a Jar and send it to my red hat and bang. nothing works. It breaks on the weirdest things, such as ...
5
votes
2answers
2k views
What flags are enabled by -XX:+AggressiveOpts on Sun JRE 1.6u20?
From Sun JRE performance tuning whitepaper, -XX:+AggressiveOpts flag is described as:
Turns on point performance
optimizations that are expected to be
on by default in upcoming releases.
The ...
5
votes
2answers
3k 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 run the jar with no ...
4
votes
2answers
91 views
Why JRE with Liferay
I downloaded Liferay Tomcat bundle and I can see that there is a JRE inside TOMCAT_HOME. Why this JRE. The JRE is not present there if I download Tomcat from Apache website.
Any idea?
4
votes
1answer
143 views
Override US_export_policy and local_policy jar for a application
Is it possible to override US_export_policy and local_policy jar through JVM or application arguments?
4
votes
2answers
210 views
What's the difference between Java RE download with an 'S' and without it?
There are two different downloads for Java 7 offline Windows x86 installation. One with an 's' and one without. I've tried looking around but can't seem to find what differentiates the two?
...
4
votes
6answers
194 views
Java: Do BOTH the compiler AND the JRE require access to all 3rd-party class files?
I have 15 years' C++ experience but am new to Java. I am trying to understand how the absence of header files is handled by Java. I have a few questions related to this issue.
Specifically, suppose ...
4
votes
2answers
1k views
Downloading IBM J9 JDK
I have the following questions on IBM J9 JDK/JRE.
Does any one know the location where I can download the latest J9 JDK? I googed it and couldn't find the location.
What is the relation between IBM ...
4
votes
5answers
188 views
Java binary licensing
Can we include java JRE binaries (binaries itself, not installer) into our software distribution package? Can we do it for free?
This software is proprietary closed-source secure client for russian ...
4
votes
1answer
2k views
Is it possible to specify where JVM's crash dumps go?
We have a desktop application using JNI that occasionally causes the JVM to crash. Luckily the JVM produces a hs_err_pidXXXX.log file, which is quite useful in debugging such errors. However, it ...
4
votes
4answers
2k 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 Eclipse.
What is ...
4
votes
4answers
3k views
How can I detect the installed Sun JRE on Windows?
I tried googling the answer, but all I found was tips on how to detect Java from a browser or the very generic way of just starting Java and see if it runs, which introduces a possibly long delay in ...
4
votes
1answer
218 views
Java: Why method type in .class file contains return type, not only signature?
There is a "NameAndType" structure in the constants pool in .class file.
It is used for dynamic binding.
All methods that class can "export" described as "signature + return type".
Like
...
4
votes
3answers
938 views
Bundling JDK/JRE
I am inquiring into the licensing pertaining to distributing the JDK/JRE from Sun.
The reason I ask is that I would like to provide a client with an ISO disk image that includes my application plus ...
4
votes
12answers
17k views
How to check JRE version prior to launch?
What's the best way to determine if the version of the JRE installed on a machine is high enough for the application which the user wants to run? Is there a way of doing it using java-only stuff? I'd ...
3
votes
2answers
122 views
How to prevent that java.exe is installed in Windows' system32?
Is there a way to prevent that the Java installation routine (e.g. jdk-7u1-windows-i586.exe) copies java.exe into C:\Windows\system32 directory?
I have to install my software on a client's laptop and ...
3
votes
3answers
259 views
sqljdbc4 hangs after update to Apple Java for Mac OS X 10.6 update 6
The lastest Apple Java for Mac OS X 10.6 update 6 hangs my mssql jdbc driver (sqljdbc4.jar), has anybody else run into this problem? Any fixes? Anybody know a way to revert back to update 5?