JVM problem when starting eclipse
6 Message(s) by 3 Author(s) originally posted in java software tools
| From: Miipe |
Date: Thursday, April 26, 2007
|
Hi,
I receive
error message saying something like "Cannot
run eclipse with
1.3.0_01
JVM version , has to be at least version 1.4.1 or higher"
I have installed version 1.4.2, but still not running.
OS is windows 2000 SP 4.
Any tips for this?
Br, Miikka
| From: Frank Langelage |
Date: Thursday, April 26, 2007
|
wrote in message:
Hi,
I receive error message saying something like "Cannot run eclipse with
1.3.0_01 JVM version, has to be at least version 1.4.1 or higher"
I have installed version 1.4.2, but still not running.
OS is windows 2000 SP 4.
Any tips for this?
Br, Miikka
Add "-vm
<Path to your JAVA 1.4.2>/bin/JAVA" to the
command line .
| From: Miipe |
Date: Friday, April 27, 2007
|
wrote in message:
wrote in message:
> Hi,
> I receive error message saying something like "Cannot run eclipse with
> 1.3.0_01 JVM version, has to be at least version 1.4.1 or higher"
> I have installed version 1.4.2, but still not running.
> OS is windows 2000 SP 4.
> Any tips for this?
> Br, Miikka
Add "-vm
<Path to your JAVA 1.4.2>/bin/JAVA" to the command line.
Hi,
After typing above
text I could start, but I have to start like this
every time when running eclipse.
Is there any way around this? Some settings in eclipse?
/Miikka
| From: Frank Langelage |
Date: Friday, April 27, 2007
|
wrote in message:
wrote in message:
wrote in message:
Hi,
I receive error message saying something like "Cannot run eclipse with
1.3.0_01 JVM version, has to be at least version 1.4.1 or higher"
I have installed version 1.4.2, but still not running.
OS is windows 2000 SP 4.
Any tips for this?
Br, Miikka
Add "-vm
<Path to your JAVA 1.4.2>/bin/JAVA" to the command line.
Hi,
After typing above text I could start, but I have to start like this
every time when running eclipse.
Is there any way around this? Some settings in eclipse?
/Miikka
Create a
link to eclipse.exe on the desktop and this to the
target at
link properties.
| From: Thomas Ehardt |
Date: Sunday, April 29, 2007
|
The proper way to do this is to modify the eclipse.ini
file ; you do
*not* need to use a shortcut.
Open the eclipse.ini file in your favorite editor and add a line at
the beginning something like this:
-vm c:/JAVA/jdk1.5.0_11/bin/JAVAw.exe
See this FAQ:
http://wiki.eclipse.org/index.php/FAQ_How_do_I_run_Eclipse%3F
wrote in message:
Hi,
I receive error message saying something like "Cannot run eclipse with
1.3.0_01 JVM version, has to be at least version 1.4.1 or higher"
I have installed version 1.4.2, but still not running.
OS is windows 2000 SP 4.
Any tips for this?
> Br, Miikka
| From: Miipe |
Date: Friday, May 04, 2007
|
wrote in message:
The proper way to do this is to modify the eclipse.ini file; you do
*not* need to use a shortcut.
Open the eclipse.ini file in your favorite editor and add a line at
the beginning something like this:
-vm c:/JAVA/jdk1.5.0_11/bin/JAVAw.exe
See this FAQ:http://wiki.eclipse.org/index.php/FAQ_How_do_I_run_Eclipse%3F
wrote in message:
> Hi,
> I receive error message saying something like "Cannot run eclipse with
> 1.3.0_01 JVM version, has to be at least version 1.4.1 or higher"
> I have installed version 1.4.2, but still not running.
> OS is windows 2000 SP 4.
> Any tips for this?
> Br, Miikka- Piilota siteerattu teksti -
- N=E4yt=E4 siteerattu teksti -
Hi,
Thank you very much. Now eclipse is working fine.
Br, Miikka
Next Message: Ant FTP task NoClassDefFoundError
Blogs related to JVM problem when starting eclipse
RE: Apache - tomcat connection on Suse Lnux
StandardClassLoader.addRepositoryIn > ternal(StandardClassLoader.
java:944) > > ... 6 more > > > > Could you help me? > > thank you > > > > > --------------------------------------------------------------------- > To
start a new topic,
...
How would jQuery look like in… Java?
When looking at the progress of JRuby, it seems like we can get to
start using Ruby on the
JVM this year. So far the performance isn’t outstanding because all code is interpreted, but once they
start working on the compiler,
...
Password Safe / Password Gorilla
It’s only at beta version 0.6 as of January 16, 2007, but apparently there is now a cross-platform
Java port of Password Safe, released under the
Eclipse Public License.
Java implies some overhead with the supporting
JVM, but that’s an
...
RE: java.util.MissingResourceException: Can't find bundle for basename
That's not part of Tomcat or any Sun JRE, but does appear to be from the GNU
JVM. Might try running a simple
Java program from
Eclipse that dumps the system properties, just to verify what you are running. - Chuck THIS COMMUNICATION MAY
...
Re: How many Searches is a Searcher Worth?
Still no
problem. I'm running Lucene 2.1, JDK 1.5, and running the code from inside
Eclipse on a Windows XP box. I think the
Eclipse JVM only allocates 128M to processes by default...... So, the only thing that comes to mind is the
...
Re: my webapp is crashing the JVM intermittently
Perhaps you should try a different
JVM version. I've seen cases where
eclipse would crash repeatedly (every 10 min) with one
JVM version. Updating to a different version fixed the
problem. Also I see that you aren't on a very recent Sun
...