Hi, I'm following your tutorials to get the BlackBerry JDE working in Ubuntu.
I managed to get the simulator to work perfectly.
Now I'm trying to get the eclipse to compile the project. I copied your helloworld example,changed my jde.home and simulator.home to mines, but when I try to compile it says:
Buildfile: /home/pam/workspace/HelloWorld/build.xml
build:
[rapc] Compiling 1 source files to hello_pam.cod
[rapc] javac: invalid flag: 5.0.0/lib/net_rim_api.jar"
[rapc] Usage: javac <options> <source files>
[rapc] use -help for a list of possible options
[rapc] Error!: Error: java compiler failed: javac -source 1.3 -target 1.3 -g -O -d /tmp/rapc_0ab943d8.dir -bootclasspath "/home/pam/lib/BlackBe ...
BUILD FAILED
/home/pam/workspace/HelloWorld/build.xml:16: Java returned: 97
Total time: 523 milliseconds
Do you have any idea why?
Thanks!
Pam