Skip to main content

Questions tagged [jre]

The Java Runtime Environment, comprising of the Java Virtual Machine and standard Java APIs.

1 vote
2 answers
19k views

DbVisualizer Error "No JVM could be found .." and "please define EXE4J_JAVA_HOME"

On this download page i downloaded dbvisualizer.zip and unpacked it to a folder. Starting the dbvis.exe i get this error: No JVM could be found in your system. Please define EXE4J_JAVA_HOME to ...
surfmuggle's user avatar
1 vote
2 answers
3k views

apache-tomcat-8.0.22; Error occurred in initializing VM java.lang.NoClassDefFoundError : java/lang/Object

I have reinstalled JRE with latest version JRE1.8.0_45 . Whenever I try to run Tomcat :startup.bat this error occurs . Installation of JRE done with Oracle online installer and was perfect. ...
Vatsal Desai's user avatar
1 vote
0 answers
214 views

Can you specify the JRE version an applet should run?

Is it possible to specify the JRE version a Java applet should execute in the browser? e.g. If I have Java 7u17 and Java7u72 installed (32-bit) can the applet request 7u17 to be used? Similarly, if ...
George G's user avatar
1 vote
1 answer
1k views

Switching JRE version

I have JDK 1.8.0_05 64 bit, 1.6.0_45 64 bit and 1.6.0_39 32 bit versions installed on a same machine. I am using this machine for Android app development and it was working fine with Native Android ...
noob's user avatar
  • 1,355
1 vote
0 answers
308 views

Java error with kodak app

I've run out of options with the kodak development guys, so I am hoping that someone here will have an answer. We runs kodak asset management system and some machines, get this error when trying to ...
Meridian's user avatar
1 vote
0 answers
666 views

Wrong OEM while trying to use FlashTool. (Android Rooting)

I am trying to follow this link to install FlashTool so that I can root my Micromax Canavas HD. My Dev Enviornment is Ubuntu 12.04 LTE 64 bit with support libs for 32 architecture. I as well changed ...
Junaid's user avatar
  • 111
1 vote
0 answers
1k 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 ...
WYSIWYG's user avatar
  • 201
1 vote
1 answer
454 views

JRE / Windows version compatibility

I'm creating an installer for a Java application for Windows. The customers wants to bundle the JRE with the installation (I know that's kind of frowned upon, but it's not up to me). If I bundle the ...
fweigl's user avatar
  • 213
1 vote
1 answer
8k views

Eclipse says "Access Denied" when running javaw and how to fix it?

I'm trying to get Eclipse to compile and run a HelloWorld class but it can't even do that. I have installed Eclipse x86 SDK 4.2.0 together bit with the latest JRE and JDK both in 64 bit as well. I ...
Eduardo de Luna's user avatar
0 votes
2 answers
189 views

Is there a virtualization solution for OSX Lion that doesn't require JRE?

I'm trying to verify if I can get along with using OSX Lion without JRE and the possibility to run virtual machines would be the last mile. VirtualBox is Java based so that's out of the question. Does ...
Mihai's user avatar
  • 3
0 votes
2 answers
762 views

Problems launching java programs in Windows Command Line after Java Update 281

After updating Java 8 (update 281) yesterday (2021-02-15) I could no longer use the Single-File Launch in the Windows Command Line. Prior to this I had no problems using this feature but now I get the ...
Guest2578's user avatar
0 votes
1 answer
4k views

Update Debian8 JRE 1.7 => 1.8

The OpenJDK website reports installation is a simple one line operation. Debian/Ubunutu is specifically referenced in the instructions. http://openjdk.java.net/install/ sudo apt-get install openjdk-...
StackAbstraction's user avatar
0 votes
1 answer
2k views

Installing Java on Debian

I need to get Java working for an online class, but I'm not having any luck. I've installed the package sun-java6-jre successfully, but Java still does not load in browser. The Oracle instructions ...
some1's user avatar
  • 484
0 votes
2 answers
608 views

Java Installation in Windows 7

I installed java from Oracle website (here.) the last one Windows x64, but when I try to set the path there is no JDK folder inside the installation folder. There is jre folder there but it doesn't ...
user avatar
0 votes
1 answer
312 views

Are Java libraries shared in memory between processes?

On Linux when two processes (programs) use the same native .so library it is loaded only once. The memory that contains the machine code is shared between processes as read-only so it doesn't have to ...
zomega's user avatar
  • 1,250

15 30 50 per page
1
3 4
5
6 7
9