On 18/12/2008, at 6:07 AM, Marc Chanliau wrote:
I'm using TextMate to compile a Java class (I usually use a Java IDE, but TextMate should be great for a "quick and dirty" check). When I attempt to compile and run my class, I get an error. I suppose there are paths to define. How do you do that in TextMate?
There shouldn't be, unless you are depending on other classes not provided by the stock JDK.
If that is the case, you need to make sure either the jar you are using is explicitly defined in the CLASSPATH.
If you could post your specific error that would help.