MrKnowItAllxx
02-04-2012, 06:32 PM
I tried for my first time to create a jar file out of a program that I created in JCreator LE. I looked up tutorials online on how to do this, and I created the .jar, and edited the file in Meta-Inf as was on the video. I go to run it and I get this error. When I build and run in JCreator I get only this error:
Note: C:\Users\Matthew\Documents\JCreator LE\MyProjects\Gomoku\classes\Gomoku.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
I fixed all other errors, and I just need to know how to fix this (if it indeed is the problem)
Note: C:\Users\Matthew\Documents\JCreator LE\MyProjects\Gomoku\classes\Gomoku.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
I fixed all other errors, and I just need to know how to fix this (if it indeed is the problem)