Sorry, now I get this error:
Quote:
--------------------Custom Tool: Create Jar File--------------------
Command : "C:\Program Files\Java\jdk1.6.0_21\bin\jar.exe" cvfm Othello.jar manifest.txt *.class *.txt saveData/
Directory : ""
java.io.FileNotFoundException: manifest.txt (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.tools.jar.Main.run(Main.java:150)
at sun.tools.jar.Main.main(Main.java:1149)
Process completed.