View Single Post
Old Oct 24th, 2006, 12:29 PM   #5
peace_of_mind
Professional Programmer
 
peace_of_mind's Avatar
 
Join Date: Sep 2004
Location: Hell if I know most of the time
Posts: 439
Rep Power: 5 peace_of_mind is on a distinguished road
Send a message via MSN to peace_of_mind Send a message via Yahoo to peace_of_mind
Do the two computers have the same versions of the SDK?

http://java.sun.com/j2se/1.5.0/docs/...ris/javac.html

-Xlint:unchecked is a compiler option
 javac -Xlint:unchecked
From the command line. Since you aren't using the command line here, you should be able to add this perhaps in the preferences menu. That should give you more detail on what the errors are.
__________________
Amateurs built the ark
Professionals built the Titanic

peace_of_mind is offline   Reply With Quote