Define the classpath in the debugger!

I know how to set the classpath for the internal/external compiler and it works fine.

but when I tried to debug my application, it could not find the classes for the Database driver.

I tried to do the same thing I did when I defined the classpath for the external compilation, and point the class path to driver jar. and it works fine.

but I could not find a place where I include the drivers in the class path for the default debugger.

Can any one help!?

if not. thanks in advance anyway :)

[535 byte] By [706565] at [2007-11-25 8:24:26]
# 1

" Within the IDE, your classpath is defined by the filesystems mounted in the Filesystems tab of the Explorer. If you need additional libraries mounted, you can mount them and set various properties to determine whether they're visible in explorer, whether they're used for execution, compilation or debugging (for example, one does not want to recompile all of Swing, but it's quite useful to mount the sources and be able to trace into them when debugging).

To set these capabilities, right click on the root of a mounted filesystem and choose Customize from the popup menu. You will see a property sheet where you can determine how the classes will be used. "

http://forte.sun.com/cgi-bin/WebX?14@66.tz7ba1CijTD.0@.ee7401e

-M

Moazam Raja at 2007-7-1 14:47:23 > top of Java-index,Development Tools,Java Tools...
# 2
Thanks 320,,,I am trying to figure out how to give you the duke dollars, but this system is kinda hacktic..Anyway, I already figured it out, but you still deserve the dollars.
706565 at 2007-7-1 14:47:23 > top of Java-index,Development Tools,Java Tools...
# 3

> " Within the IDE, your classpath is defined by the

> you can mount them and set various properties to

> determine whether they're visible in explorer,

> whether they're used for execution, compilation or

> debugging

Well... I set it to not compile, not debug, not execute and it is still compiling...

In STUDIO 5.

Marutka.

Magdalena Opanowicz at 2007-7-1 14:47:23 > top of Java-index,Development Tools,Java Tools...