>> so you mean after specify the class path in Vj++, then Vj++ will be able
to
run any Sun Java based native code? <<

No... VJ++ uses jview(? I can't remember) and jvc instead of java and javac,
which can potentially cause problems.  I certainly don't recommend
compiling, running, or interactively debugging your Java apps from within
VJ++.

What I do recommend is using VJ++ for code completion and object browsing
(that's why you need rt.jar in your classpath... otherwise it won't know the
methods/members for Java's built-in classes).  And have a separate window
open to do builds and testing (I use Ant for that).

-jmc

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to