Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Examples » Problem with Eclipse
Problem with Eclipse [message #514097] Fri, 12 February 2010 12:40 Go to next message
mohamed Missing name is currently offline mohamed Missing nameFriend
Messages: 6
Registered: February 2010
Junior Member
hi,
i have a problem with running my project,this message was showing in console:
Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook
Picked up _JAVA_OPTIONS: -Xrunjvmhook -Xbootclasspath/a:C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\class es;C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\classes\jasmine.jar


please what's does mean?
thanks
Re: Problem with Eclipse [message #514182 is a reply to message #514097] Fri, 12 February 2010 17:40 Go to previous messageGo to next message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
What project are you running? Are there problems/symptoms beyond what
you're seeing in the console? What version of Eclipse are you using?

Wayne

mohamed wrote:
> hi,
> i have a problem with running my project,this message was showing in
> console:
> Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook
> Picked up _JAVA_OPTIONS: -Xrunjvmhook
> -Xbootclasspath/a:C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\class
> es;C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\classes\jasmine.jar
>
>
> please what's does mean?
> thanks
Re: Problem with Eclipse [message #514807 is a reply to message #514182] Tue, 16 February 2010 16:53 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
A quick Google search indicates that this is output from the Java
virtual machine upon realizing that certain environment variables,
JAVA_TOOL_OPTIONS and JAVA_OPTIONS have been set.

http://www.nbl.fi/~nbl97/java/tuning/troubles/

These variables might be introduced in your Eclipse launch
configuration. More likely, they may have been set in your workstation's
environment by something you've recently installed.

On Windows XP, you can access the environment variables by right
clicking on "My Computer", selecting "Properties", switch to the
"Advanced" tab and click "Environment Variables". In that window, you
should be able to see if the environment variable has been set up.

Alternatively, you can open a command prompt and type "SET" to see what
environment variables have been set.

HTH,

Wayne

Hammed Mohamed wrote:
> thank you Wayne,
> i run a project to make a serial connection with MicroController,and
> when i run the project i have this message in console after have seen
> the result.i use a Galilio version of Eclipse.
> have a nice day
>
> 2010/2/12 Wayne Beaton <wayne@eclipse.org <mailto:wayne@eclipse.org>>
>
> What project are you running? Are there problems/symptoms beyond
> what you're seeing in the console? What version of Eclipse are you
> using?
>
> Wayne
>
> mohamed wrote:
>
> hi,
> i have a problem with running my project,this message was
> showing in console:
> Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook
> Picked up _JAVA_OPTIONS: -Xrunjvmhook
> -Xbootclasspath/a:C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\class
> es;C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\classes\jasmine.jar
>
>
> please what's does mean?
> thanks
>
>
Re: Problem with Eclipse [message #570039 is a reply to message #514182] Tue, 16 February 2010 16:53 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
A quick Google search indicates that this is output from the Java
virtual machine upon realizing that certain environment variables,
JAVA_TOOL_OPTIONS and JAVA_OPTIONS have been set.

http://www.nbl.fi/~nbl97/java/tuning/troubles/

These variables might be introduced in your Eclipse launch
configuration. More likely, they may have been set in your workstation's
environment by something you've recently installed.

On Windows XP, you can access the environment variables by right
clicking on "My Computer", selecting "Properties", switch to the
"Advanced" tab and click "Environment Variables". In that window, you
should be able to see if the environment variable has been set up.

Alternatively, you can open a command prompt and type "SET" to see what
environment variables have been set.

HTH,

Wayne

Hammed Mohamed wrote:
> thank you Wayne,
> i run a project to make a serial connection with MicroController,and
> when i run the project i have this message in console after have seen
> the result.i use a Galilio version of Eclipse.
> have a nice day
>
> 2010/2/12 Wayne Beaton <wayne@eclipse.org <mailto:wayne@eclipse.org>>
>
> What project are you running? Are there problems/symptoms beyond
> what you're seeing in the console? What version of Eclipse are you
> using?
>
> Wayne
>
> mohamed wrote:
>
> hi,
> i have a problem with running my project,this message was
> showing in console:
> Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook
> Picked up _JAVA_OPTIONS: -Xrunjvmhook
> -Xbootclasspath/a:C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\class
> es;C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\classes\jasmine.jar
>
>
> please what's does mean?
> thanks
>
>
Previous Topic:Problem with Eclipse
Next Topic:SWT Examples Source missing
Goto Forum:
  


Current Time: Thu Apr 25 14:21:17 GMT 2024

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

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

Back to the top