Note: The Firefox related stuff now got its own page.
Try the following
glutInitDisplayMode (eg: glutInitDisplayMode( GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);)If you have the problem of owning a notebook which doesn't come with a hardware mixer and therefore offers no possibility to make sure the sound is indeed muted, the Nupsi1) might be something for you.
Sounds stupid, but works. Patent pending
For using the Subversive plugin with the JavaHL connector, add -Djava.library.path=/usr/lib/jni to your eclipse.ini.
Found the following fix:
When trying to install my MIDP application generated with EclipseME on the Nokia phone I kept getting “Invalid JAR” errors. According to a post on eclipseme-users, this is due to EclipseME not including a vital piece of information in the JAD file. To fix it, simply open the generated JAD file with a text editor and add the following:
MIDlet-1: Classname,,packagename.Classname“Classname” should be the name of your MIDlet class, “packagename” should be the name of the package it’s in. After I added this line to the JAD it installed just fine.
http://workshop.evolutionzone.com/2007/07/06/carbidej-bad-eclipseme-good