I am trying to run an executable jar I created using Netbeans. I am using JOGL, and have those files referenced correctly in the ClassPath setting in the Manifest file. The main class is also correctly referenced in the Manifest file. Starting the jar sort of works. It creates a blank window the same size as the program should be. But nothing happens after that. I tried running it from the command line so errors would be printed… but nothing printed.
Just recently I figured out how to use the jdb (I’m not a hardcore programmer- it’s a hobby I only indulge in every few months or so), and saw the error. Apparently the program cannot find my main class. As I said, it is referenced correctly in the the automatically generated Manifest file.
Now I know this has been posted here before, and all over the web, but I’ve never, ever found an answer that does anything. I’ll provide more info if it’s needed, but it’d be great if someone who’s had and solved this problem could post.
Thanks, JavaGaming.