Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » bootclasspath
bootclasspath [message #206138] Thu, 19 April 2007 15:31 Go to next message
Eclipse UserFriend
Originally posted by: pinosol.gmail.com

How can I set up bootclasspath in the project settings? I know only one
way to do it. It can be done through setting of JVM.
Re: bootclasspath [message #206625 is a reply to message #206138] Sun, 22 April 2007 06:56 Go to previous messageGo to next message
Asaf Yaffe is currently offline Asaf YaffeFriend
Messages: 333
Registered: July 2009
Senior Member
Vasiliy wrote:
> How can I set up bootclasspath in the project settings? I know only one
> way to do it. It can be done through setting of JVM.

Why would you need that in the Project Settings? What are you trying to
accomplish?

If you want to define the bootclasspath when you launch a class from
your project, create a launch configuration for the class, and add the
-Xbootclasspath argument to the "VM Arguments" section of the
"Arguments" tab.

HTH,
Asaf


--
Asaf Yaffe
Eclipse TPTP Committer, JVMTI Profiler
Re: bootclasspath [message #206727 is a reply to message #206625] Sun, 22 April 2007 21:17 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Asaf Yaffe wrote:
> Vasiliy wrote:
>> How can I set up bootclasspath in the project settings? I know only
>> one way to do it. It can be done through setting of JVM.
>
> Why would you need that in the Project Settings? What are you trying to
> accomplish?
>
> If you want to define the bootclasspath when you launch a class from
> your project, create a launch configuration for the class, and add the
> -Xbootclasspath argument to the "VM Arguments" section of the
> "Arguments" tab.

An alternative to using -Xbootclasspath as an argument is to edit the
Classpath tab of the launch configuration - it has places to add both
bootstrap and application libraries to the runtime environment.

Hope this helps,
Eric
Previous Topic:Why don't drop???
Next Topic:All import files being flagged unresolvable
Goto Forum:
  


Current Time: Thu Apr 25 20:54:18 GMT 2024

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

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

Back to the top