Help! S40 development

Hi!

This is my first day developing for the Nokia 6700 Classic!

I’ve got my Java installed, Netbeans Mobile, and finally the S40 SDK from Nokia. I’ve been able to compile and publish the GameBuilder1 demo to my phone. It’s great.

I saw a 3D cube demo along with the GameBuilder demo, so I tried compiling it, sadly it failed telling me the following don’t exist:

import java.nio.;
import javax.microedition.khronos.egl.
;
import javax.microedition.khronos.opengles.*;

After about 40 minutes of surfing the internet looking for a nice JSR239.JAR file to download and add to my compile path - all I’ve seen is the bloody documents… documents, documents… and more documents.

Not a single set of classes anywhere! =(

Can somebody PLEASE point me towards a download for the above imports?
Please!?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.