Hi guys,
a dilemma. I use netbeans to prepare, debug, run my project. Everything seems ok and I get what I want even if its really slow.
Today I tried to use javac -Xlint my.class another.class and got tons of errors.
Question is why netbeans gives no errors while javac makes me cry?
IMHO this means that once I get the final project with netbeans will put it in the trashcan if I want an executable (I dont like java -jar foo.jar)
paps