views:

165

answers:

1

Hi Friends

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.

+4  A: 

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

Fermin
i have solved the issue. Thanks!
santosh