Skip to main content



      Home
Home » Newcomers » Newcomers » troubles with first launch of eclipse
troubles with first launch of eclipse [message #58762] Thu, 28 April 2005 03:19 Go to next message
Eclipse UserFriend
Originally posted by: alethesnake.inwind.it

hi,
I've downloaded eclipse 3.0.2 for win32 and I've unzipped it into
c:\eclipse.
when I double click on eclipse.exe it answers with an error. in the log
file I read:
java.version=1.3.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT

!ENTRY org.eclipse.osgi apr 28, 2005 08:55:34.99
!MESSAGE Error registering XML parser services.
!STACK 0
java.lang.ClassNotFoundException: javax.xml.parsers.SAXParserFactory
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at .....

my sdk is 1.5.
could anyone suggest me which is the problem?
thanks
Re: troubles with first launch of eclipse [message #58787 is a reply to message #58762] Thu, 28 April 2005 05:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

Yes. The problem is that Eclipse find an 1.3.1_01 vm on your computer
(java.version shows that in your log). You need to specify the java. Ie. if
you have 1.5 jdk installed in c:\jdk15 you should run Eclipse with the
following parameters:

eclipse.exe -vm c:\jdk15\bin\javaw.exe

HTH,
Regards,
Csaba

exquisitus wrote:
> hi,
> I've downloaded eclipse 3.0.2 for win32 and I've unzipped it into
> c:\eclipse.
> when I double click on eclipse.exe it answers with an error. in the log
> file I read:
> java.version=1.3.1_01
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT
>
> !ENTRY org.eclipse.osgi apr 28, 2005 08:55:34.99
> !MESSAGE Error registering XML parser services.
> !STACK 0
> java.lang.ClassNotFoundException: javax.xml.parsers.SAXParserFactory
> at java.net.URLClassLoader$1.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Unknown Source)
> at .....
>
> my sdk is 1.5.
> could anyone suggest me which is the problem?
> thanks
Re: troubles with first launch of eclipse [message #59013 is a reply to message #58787] Thu, 28 April 2005 10:20 Go to previous message
Eclipse UserFriend
Originally posted by: alethesnake.inwind.it

thank you very much!
It runs well


bye
Previous Topic:change workspace
Next Topic:SWT with Visual Editor
Goto Forum:
  


Current Time: Thu May 08 05:32:00 EDT 2025

Powered by FUDForum. Page generated in 0.09895 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top