java - Running multi-class game with HTML -


i have project has 16 classes. can run in eclipse no problem. when trying export runnable jar, resulting executable jar file doesn't when run. so, created html file applet. error when page loads: classnotfoundexception finalgame.testing.class

my game utilize local highscore feature i'm thinking might problem, wouldn't mean exception highscore class. appreciated.

depending on eclipse version, there way right-click on project, export runnable jar file. dialog asks location of save runnable .jar file , whether want package libraries inside or not.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -