[SOLVED] Running Code in my own application
Hi, I am writing a Java application and I have followed instructions from this link on how to run my code:
Generating Custom Taglets and Compiling Source Directly From a Program
and from this link on how to put a jar in your classpath:
Adding Classes to the JAR File's Classpath (The Java™ Tutorials > Deployment > Packaging Programs in JAR Files)
I have put the tools.jar in the same directory as my java file. Note that I have successfully ran my executable jar file with just the Main-Class attribute in it. Could it be the Classpath attribute? I have Main-Class on the first line, then classpath on the second line, then a blank line.
Help is greatly appreciated.