jre « Windows « Java I/O Q&A





1. JRE installation directory in Windows    stackoverflow.com

Is there any command to check the active (since the machine can have more than 1 JRE installed) JRE installation directory under Windows. For linux, the corresponding command is

which java
Is there ...

2. Where to get the JRE binaries/zip for Windows x64bit?    stackoverflow.com

Where can I get the JRE binaries/zip for Windows x64bit machine? I searched on Oracle Java achieve here, but I got the .exes installer files or Is it the right ...

3. Cannot run program "C:\Program Files\Java\jdk1.6.0_24\jre\bin\java.exe": CreateProcess error=87, The parameter is incorrect    stackoverflow.com

I am trying to build a web application using Ant. I am using JUnit and Cobertura for code coverage. Junit is only for DAO testing. When i run build it compiles everything and ...

5. there are many jre exe files: what are the differences and which I choose?    forums.oracle.com

Having some problems, that I will describe in another message, I was looking for the latest jre. I saw that on www.java.com there is 6 update 1, whereas on www.sun.com there is already 6 update 2. So, I would like to know when an update is made available on www.java.com and through automatic updates? Also, I saw different names, and I ...

6. Is it possible to convert Java to EXE and run this EXE file without any JRE    forums.oracle.com

ps. somehow I managed to make an exe (still not sure whether it would work without jre, because this machine has one... that indicates a question: does it ask for the jre folder, to compile the neccesary things within the exe, or to know, where to search for these things, when th exe runs, therefore making the program totally dependent from ...

7. Is it possible to convert Java to EXE and run this EXE file without any JRE    forums.oracle.com

hello friends I have GCC/GCJ for windows but dont know how to work with it... it creates file with .o extension but i m not able to create .exe from that... i installed mingw for that also .. unsuccessful ... tell me the solution for it... i want to generate machine dependent exe from java file...on the web i ve seen ...