The Java Runtime Environment, comprising of the Java Virtual Machine and standard Java APIs.
1
vote
2answers
156 views
Upgrade to java 1.7 in eclipse on mac
I'm sort of a beginner with eclipse but I want to update the libraries or build path or whatever to java 1.7 from java 1.6 and I can't figure it out. I'm a computer science student at the university ...
0
votes
2answers
806 views
installing subversion on linux
i wanna install Subversion Edge on Linux. i've downloaded CollabNetSubversionEdge-1.3.3_linux-x86.tar.gz from here
and i'm following the instruction from here
when i execute bin/csvn start on the ...
0
votes
1answer
72 views
Cannot delete jar from lib/ext folder
I've added a jar in the extension folder of my JRE (lib/ext) in order to provide an extension code to my applications.
Now I want to delete this jar, but I cannot. The error message says:
Cannot ...
0
votes
1answer
261 views
Windows 8 Java install is interrupted
Every time i attempt to install JRE 7u9 the installer gives me an error saying that java ran into an unexpected error please try installing later. Whenever i try I get the same error.
I attempted to ...
0
votes
1answer
1k views
Java JRE: Setting default heap size
I'm having trouble with Java on a virtual server, it always gives me the following error:
# java
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not ...
1
vote
0answers
76 views
MATLAB not loading- java NoClassDefFoundError
The installation itself was giving an error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: data starting at 0 is in unknown format
but when I deselected Aeromodeling toolbox ...
0
votes
0answers
24 views
Eclipse Juno can't run any Java project
I use Eclipse Juno - Eclipse IDE for C/C++ Developers , and I can't run any Java project , mean even there is no "Run" option .
For example when I right click on the Main class I just see (no ...
0
votes
0answers
208 views
Can't install Java JRE
I need to install Java on my computer for my browser to be able to use Java video players. I had Java installed until now (i often run Java based stuff like eclipse or minecraft), but my browser ...
0
votes
0answers
715 views
How to install 32-bit OpenJDK on 64-bit Unbuntu (and CentOS)?
I'm running 64-bit Ubuntu. I have a Java program that bundled with a 32-bit native library. I found no way to run it on the default 64-bit OpenJDK and manage to get a 32-bit one instead. But when I ...
0
votes
0answers
191 views
OpenOffice3 with 32bit JRE in CentOS6 64bit
I want to know if it is possible and how to install headless Open Office 3 with 32 bit JRE on CentOS6 64 bit.
I need to set it in $HOME directory on Webfaction hosting.
Open Office they already ...
0
votes
0answers
178 views
JRE rt.jar getting deleted on machine reboot
I am observing a strange behavior on some of my Windows machines. I have a Server application that uses Java JRE 1.6u26 (Oracle) which is bundled within it. Sometimes a machine reboot causes the ...