Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Using Java moniker in ASP
Posted by April on January 14, 2002 at 9:10 AM
I have written a Java class that imports a package - com.sde.sdk.client.* The program runs fine from the command line (JVM), but when I try to use the Java class inside ASP, it doesn't work. I have put the .class file in the TrustLib folder, but that didn't work either. I tried using it in JSP, and it worked - after I finally figured out where everything was supposed to go; restart Tomcat at right time, etc. But I cannot figure out what I am doing wrong in ASP. Does the imported package need to be in a certain place when I compile...or??? Thanks for the help.
Replies:
|