Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » bootclasspath not working in m8?
bootclasspath not working in m8? [message #151392] Mon, 29 March 2004 13:32 Go to next message
Eclipse UserFriend
I just switched from M7 to M8 and now it appears like the bootclasspath is
not being set correctly during debug and run. I have jars that need to be
loaded before the JRE system library. Is there some new configuration to
do this?
Re: bootclasspath not working in m8? [message #151413 is a reply to message #151392] Mon, 29 March 2004 14:45 Go to previous messageGo to next message
Eclipse UserFriend
James E wrote:

> I just switched from M7 to M8 and now it appears like the bootclasspath is
> not being set correctly during debug and run. I have jars that need to be
> loaded before the JRE system library. Is there some new configuration to
> do this?

Clarification: For Junit Run/Debug, it appears the Bootstrap Entries are
being ignored. It is working for Java Application.
Re: bootclasspath not working in m8? [message #151488 is a reply to message #151413] Tue, 30 March 2004 00:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: seank.nulogy.com

James E wrote:
> James E wrote:
>
>
>>I just switched from M7 to M8 and now it appears like the bootclasspath is
>>not being set correctly during debug and run. I have jars that need to be
>>loaded before the JRE system library. Is there some new configuration to
>>do this?
>
>
> Clarification: For Junit Run/Debug, it appears the Bootstrap Entries are
> being ignored. It is working for Java Application.
>
I've run into this issue as well. A quick workaround is to use the
"-Xbootclasspath/p:" switch in the VM arguments box.

I've entered a bug report (Bug 56693).

Sean
Re: bootclasspath not working in m8? [message #151959 is a reply to message #151488] Wed, 31 March 2004 22:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: varavamu.yahoo.com

Sean Kirby wrote:
> James E wrote:
>
>> James E wrote:
>>
>>
>>> I just switched from M7 to M8 and now it appears like the
>>> bootclasspath is
>>> not being set correctly during debug and run. I have jars that need
>>> to be
>>> loaded before the JRE system library. Is there some new configuration to
>>> do this?
>>
>>
>>
>> Clarification: For Junit Run/Debug, it appears the Bootstrap Entries are
>> being ignored. It is working for Java Application.
>>
> I've run into this issue as well. A quick workaround is to use the
> "-Xbootclasspath/p:" switch in the VM arguments box.
>
> I've entered a bug report (Bug 56693).
>
> Sean

hey Sean,
I am not sure whether i have the same problem (which i have reported in
bug 55287), but I would like to find out whether i could use your
workaround. can you please elaborate on how i can use the
"-Xbootclasspath" switch?
thanks,
Vijay
Re: bootclasspath not working in m8? [message #151964 is a reply to message #151959] Wed, 31 March 2004 23:02 Go to previous message
Eclipse UserFriend
Using -X options depends on your vm. For a summary of supported -X
options execute "java -X"

On Sun 1.4.2_01 it says this about -Xbootclasspath
-Xbootclasspath:<directories and zip/jar files separated by ;>
set search path for bootstrap classes and resources
-Xbootclasspath/a:<directories and zip/jar files separated by ;>
append to end of bootstrap class path
-Xbootclasspath/p:<directories and zip/jar files separated by ;>
prepend in front of bootstrap class path


Vijay Aravamudhan wrote:
> Sean Kirby wrote:
>
>> James E wrote:
>>
>>> James E wrote:
>>>
>>>
>>>> I just switched from M7 to M8 and now it appears like the
>>>> bootclasspath is
>>>> not being set correctly during debug and run. I have jars that need
>>>> to be
>>>> loaded before the JRE system library. Is there some new
>>>> configuration to
>>>> do this?
>>>
>>>
>>>
>>>
>>> Clarification: For Junit Run/Debug, it appears the Bootstrap Entries are
>>> being ignored. It is working for Java Application.
>>>
>> I've run into this issue as well. A quick workaround is to use the
>> "-Xbootclasspath/p:" switch in the VM arguments box.
>>
>> I've entered a bug report (Bug 56693).
>>
>> Sean
>
>
> hey Sean,
> I am not sure whether i have the same problem (which i have reported in
> bug 55287), but I would like to find out whether i could use your
> workaround. can you please elaborate on how i can use the
> "-Xbootclasspath" switch?
> thanks,
> Vijay
Previous Topic:Refactoring
Next Topic:Eclipse building equivalence in Ant
Goto Forum:
  


Current Time: Sun Jul 13 15:52:37 EDT 2025

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

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

Back to the top