I have created a game in greenfoot and want to post it on other websites, however the websites do not support .jar files. I try to create a web export from inside Greenfoot and when i try to run the .html it gives me the following error: nullpointerexception; GreenfootScenarioViewer.class not found
When I publish the game onto Greenfoot it works fine. I am wondering what the problem is with my .html file, and if it is possible to use something like JavaWebStart to run the .jar file; and if JavaWebStart is a possibility how would i go about using it?

