Type in the following information to the dialog box which pops up
For your convenience you may want to copy and paste one of the following
lines into the command line text filed. Select appropriate one:
C:\Progra~1\JAVA\bin\javac.exe -deprecation -O -classpath . %n%e
G:\java\java2\bin\javac.exe -deprecation -O -classpath . %n%e
G:\java\java1\bin\javac.exe -deprecation -O -classpath . %n%e
You may choose to remove the optimization option -O
or another option that enables checking against using deprecated features of old Java
-deprecation. The latter, however, is not recommended