Skip to main content



      Home
Home » Eclipse Projects » Technology Project and PMC » install problems on windows xp
install problems on windows xp [message #42245] Sun, 19 January 2003 15:00 Go to next message
Eclipse UserFriend
Originally posted by: marc_e.ye.olde.spam.buster.cablespeed.com

Hi all,
Brand new to eclipse here, so be nice.

I downloaded the m4 release and extracted to c:\eclipse. Clicked
eclipse.exe, got the "installing..." message. Then, nothing. just hung at
startup.

All subsequent attempts have resulted in hanging. It appears that eclipse
isn't finding my jvm. java_home is set, although it appears that it doesn't
matter.

Any help?
Re: install problems on windows xp [message #42289 is a reply to message #42245] Sun, 19 January 2003 20:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jovigao.hotmail.com

Execute the following command line manually:
eclipse.exe -vm c:\jdk1.4\bin\javaw.exe
"Marc E" <marc_e@ye.olde.spam.buster.cablespeed.com> wrote in message
news:b0ev3d$qdi$1@rogue.oti.com...
> Hi all,
> Brand new to eclipse here, so be nice.
>
> I downloaded the m4 release and extracted to c:\eclipse. Clicked
> eclipse.exe, got the "installing..." message. Then, nothing. just hung at
> startup.
>
> All subsequent attempts have resulted in hanging. It appears that eclipse
> isn't finding my jvm. java_home is set, although it appears that it
doesn't
> matter.
>
> Any help?
>
>
>
Re: install problems on windows xp [message #44188 is a reply to message #42289] Fri, 31 January 2003 12:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ihor.biliboard.com

I have similar problem except "Access Denied" message when I ran
eclipse.exe -vm c:\jdk141\bin\javaw.exe or
eclipse.exe -vm c:\jdk141\jre\bin\javaw.exe

Eclipse 2.0.2

I'm the only user on my Windows XP and selected as
"Computer administrator".
Runnig "java -version" from anywhere shows this:

java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

any help, please
-i-

> Execute the following command line manually:
> eclipse.exe -vm c:\jdk1.4\bin\javaw.exe
> "Marc E" <marc_e@ye.olde.spam.buster.cablespeed.com> wrote in message
> news:b0ev3d$qdi$1@rogue.oti.com...
> > Hi all,
> > Brand new to eclipse here, so be nice.
> >
> > I downloaded the m4 release and extracted to c:\eclipse. Clicked
> > eclipse.exe, got the "installing..." message. Then, nothing. just hung
at
> > startup.
> >
> > All subsequent attempts have resulted in hanging. It appears that
eclipse
> > isn't finding my jvm. java_home is set, although it appears that it
> doesn't
> > matter.
> >
> > Any help?
> >
> >
> >
>
>
Re: install problems on windows xp [message #44278 is a reply to message #42245] Sun, 02 February 2003 12:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel_megert.oti.com

You can find the answer in the FAQ.

Dani
Re: install problems on windows xp [message #44461 is a reply to message #44278] Mon, 03 February 2003 13:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ihor.biliboard.com

> You can find the answer in the FAQ.

sorry Daniel, there si nothing about "Access Denied" when starting
eclipse.exe
for the first time in Windows XP.
I've tried to specify -vm, -os, -ws, -arch eclipse always return "Access
Denied".
I'm using JDK141.
If you know for sure, point me on a place in FAQ which will help me.

-i-
Re: install problems on windows xp [message #44671 is a reply to message #44461] Tue, 04 February 2003 16:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel_megert.oti.com

As you can see from the thread I answered Marc's question which doesn't
say anything about "Access Denied".

Is there a .log file in your workspace .metadata directory?

Dani
Re: install problems on windows xp [message #44701 is a reply to message #44671] Tue, 04 February 2003 17:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ihor.biliboard.com

> Is there a .log file in your workspace .metadata directory?

no .log* files there.
when I started
"java -cp startup.jar org.eclipse.core.launcher.Main"
I see that Access Denied message with this java exception:

C:\eclipse>java -cp startup.jar org.eclipse.core.launcher.Main
java.lang.UnsatisfiedLinkError:
C:\eclipse\plugins\org.eclipse.swt.win32_2.0.2\os\win32\x86\ swt-win32-2052.d
ll:
Access is denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1381)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 4)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:41)
at
org.eclipse.swt.widgets.Display.internal_new_GC(Display.java :1109)
at org.eclipse.swt.graphics.Device.init(Device.java:541)
at org.eclipse.swt.widgets.Display.init(Display.java:1128)
at org.eclipse.swt.graphics.Device.<init>(Device.java:90)
at org.eclipse.swt.widgets.Display.<init>(Display.java:279)
at org.eclipse.swt.widgets.Display.<init>(Display.java:275)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1308)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

-i-
Re: install problems on windows xp [message #44888 is a reply to message #44701] Thu, 06 February 2003 03:32 Go to previous messageGo to next message
Eclipse UserFriend
Ihor,

does the following DLL exist?

C:\eclipse\plugins\org.eclipse.swt.win32_2.0.2\os\win32\x86\ swt-win32-2052.dll


did you change Java security options (. file)? e.g. disabling native calls?
did you check c:\eclipse\workspace\.metadata for the .log file?

Dani
Re: install problems on windows xp [message #44935 is a reply to message #44888] Thu, 06 February 2003 11:52 Go to previous message
Eclipse UserFriend
Originally posted by: ihor.biliboard.com

> does the following DLL exist?
>
C:\eclipse\plugins\org.eclipse.swt.win32_2.0.2\os\win32\x86\ swt-win32-2052.d
ll

yes

> did you change Java security options (. file)? e.g. disabling native
calls?
> did you check c:\eclipse\workspace\.metadata for the .log file?

problem was solved.
I've unzip eclipse-sdk with cygwin's unzip.
chmod -R 777 eclipse helps

-i-
Re: install problems on windows xp [message #588872 is a reply to message #42245] Sun, 19 January 2003 20:37 Go to previous message
Eclipse UserFriend
Originally posted by: jovigao.hotmail.com

Execute the following command line manually:
eclipse.exe -vm c:\jdk1.4\bin\javaw.exe
"Marc E" <marc_e@ye.olde.spam.buster.cablespeed.com> wrote in message
news:b0ev3d$qdi$1@rogue.oti.com...
> Hi all,
> Brand new to eclipse here, so be nice.
>
> I downloaded the m4 release and extracted to c:\eclipse. Clicked
> eclipse.exe, got the "installing..." message. Then, nothing. just hung at
> startup.
>
> All subsequent attempts have resulted in hanging. It appears that eclipse
> isn't finding my jvm. java_home is set, although it appears that it
doesn't
> matter.
>
> Any help?
>
>
>
Re: install problems on windows xp [message #589618 is a reply to message #42289] Fri, 31 January 2003 12:43 Go to previous message
Eclipse UserFriend
Originally posted by: ihor.biliboard.com

I have similar problem except "Access Denied" message when I ran
eclipse.exe -vm c:\jdk141\bin\javaw.exe or
eclipse.exe -vm c:\jdk141\jre\bin\javaw.exe

Eclipse 2.0.2

I'm the only user on my Windows XP and selected as
"Computer administrator".
Runnig "java -version" from anywhere shows this:

java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

any help, please
-i-

> Execute the following command line manually:
> eclipse.exe -vm c:\jdk1.4\bin\javaw.exe
> "Marc E" <marc_e@ye.olde.spam.buster.cablespeed.com> wrote in message
> news:b0ev3d$qdi$1@rogue.oti.com...
> > Hi all,
> > Brand new to eclipse here, so be nice.
> >
> > I downloaded the m4 release and extracted to c:\eclipse. Clicked
> > eclipse.exe, got the "installing..." message. Then, nothing. just hung
at
> > startup.
> >
> > All subsequent attempts have resulted in hanging. It appears that
eclipse
> > isn't finding my jvm. java_home is set, although it appears that it
> doesn't
> > matter.
> >
> > Any help?
> >
> >
> >
>
>
Re: install problems on windows xp [message #589655 is a reply to message #42245] Sun, 02 February 2003 12:41 Go to previous message
Eclipse UserFriend
Originally posted by: daniel_megert.oti.com

You can find the answer in the FAQ.

Dani
Re: install problems on windows xp [message #589736 is a reply to message #44278] Mon, 03 February 2003 13:32 Go to previous message
Eclipse UserFriend
Originally posted by: ihor.biliboard.com

> You can find the answer in the FAQ.

sorry Daniel, there si nothing about "Access Denied" when starting
eclipse.exe
for the first time in Windows XP.
I've tried to specify -vm, -os, -ws, -arch eclipse always return "Access
Denied".
I'm using JDK141.
If you know for sure, point me on a place in FAQ which will help me.

-i-
Re: install problems on windows xp [message #589815 is a reply to message #44461] Tue, 04 February 2003 16:27 Go to previous message
Eclipse UserFriend
Originally posted by: daniel_megert.oti.com

As you can see from the thread I answered Marc's question which doesn't
say anything about "Access Denied".

Is there a .log file in your workspace .metadata directory?

Dani
Re: install problems on windows xp [message #589826 is a reply to message #44671] Tue, 04 February 2003 17:23 Go to previous message
Eclipse UserFriend
Originally posted by: ihor.biliboard.com

> Is there a .log file in your workspace .metadata directory?

no .log* files there.
when I started
"java -cp startup.jar org.eclipse.core.launcher.Main"
I see that Access Denied message with this java exception:

C:\eclipse>java -cp startup.jar org.eclipse.core.launcher.Main
java.lang.UnsatisfiedLinkError:
C:\eclipse\plugins\org.eclipse.swt.win32_2.0.2\os\win32\x86\ swt-win32-2052.d
ll:
Access is denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1381)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 4)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:41)
at
org.eclipse.swt.widgets.Display.internal_new_GC(Display.java :1109)
at org.eclipse.swt.graphics.Device.init(Device.java:541)
at org.eclipse.swt.widgets.Display.init(Display.java:1128)
at org.eclipse.swt.graphics.Device.<init>(Device.java:90)
at org.eclipse.swt.widgets.Display.<init>(Display.java:279)
at org.eclipse.swt.widgets.Display.<init>(Display.java:275)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1308)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

-i-
Re: install problems on windows xp [message #589881 is a reply to message #44701] Thu, 06 February 2003 03:32 Go to previous message
Eclipse UserFriend
Ihor,

does the following DLL exist?

C:\eclipse\plugins\org.eclipse.swt.win32_2.0.2\os\win32\x86\ swt-win32-2052.dll


did you change Java security options (. file)? e.g. disabling native calls?
did you check c:\eclipse\workspace\.metadata for the .log file?

Dani
Re: install problems on windows xp [message #589903 is a reply to message #44888] Thu, 06 February 2003 11:52 Go to previous message
Eclipse UserFriend
Originally posted by: ihor.biliboard.com

> does the following DLL exist?
>
C:\eclipse\plugins\org.eclipse.swt.win32_2.0.2\os\win32\x86\ swt-win32-2052.d
ll

yes

> did you change Java security options (. file)? e.g. disabling native
calls?
> did you check c:\eclipse\workspace\.metadata for the .log file?

problem was solved.
I've unzip eclipse-sdk with cygwin's unzip.
chmod -R 777 eclipse helps

-i-
Previous Topic:J2ME and Eclipse
Next Topic:J2ME and Eclipse
Goto Forum:
  


Current Time: Thu Jul 17 19:54:55 EDT 2025

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

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

Back to the top