santosh
santosh

Reputation: 504

Compiling Error On BlackBerry

I have done simple java app for blackberry, while building am getting following error.

"Building Hisantosh
C:\BlackBerryJDE4.5.0\bin\rapc.exe  -quiet import=..\lib\net_rim_api.jar codename=Hisantosh Hisantosh.rapc warnkey=0x52424200;0x52525400;0x52435200
"C:\Documents and Settings\Santosh\My Documents\Downloads\greetingscreen.java"
"C:\Documents and Settings\Santosh\My Documents\Downloads\helloworld.java"
I/O Error: Cannot run program "javac": CreateProcess error=2, The system cannot find the file specified
Error while building project "

I have set all path variables.

Upvotes: 3

Views: 712

Answers (1)

Fermin
Fermin

Reputation: 36081

Make sure you have your environment variables setup, you'll need to set up 'PATH' environment variable, the path will be something like: C:\Program Files\Java\jdk1.6.0_07\bin; depending on where you have installed your JDK files.

If this is setup, check out this link from Blackberry knowledge centre

Upvotes: 6

Related Questions