Debug question. Please help.
I am new to java and don't have everything figuered out yet. I am using the XML Apache Java Security library in a web application running under TomCat 4.1 and using JDK 1.3.1.
I want to be able to step into the Apache Java Security code but can't seem to figure out how to do it.
If I put the src dir for the security library in IntelliJ then it wants to compile all of that code. I don't want it to do that. I did put the src dir for the security library into the project paths. I also specified the jar file for the library in the class path.
Thanks,
-- Sanjay
Please sign in to leave a comment.
The security code should be in the form of a library (probably global). The
library can have classes, javadoc, and source. Since it is in a library,
IntelliJ will not try to compile it.
Are you able to step through the code that uses the security module?
--
Norris Shelton
Web Developer
Sun Certified Java Programmer
"Sanjay Chugh" <no_mail@jetbrains.com> wrote in message
news:2866776.1074720630214.JavaMail.itn@is.intellij.net...
the XML Apache Java Security library in a web application running under
TomCat 4.1 and using JDK 1.3.1.
seem to figure out how to do it.
>
compile all of that code. I don't want it to do that. I did put the src dir
for the security library into the project paths. I also specified the jar
file for the library in the class path.
>
>