Results 1 to 6 of 6
- 12-05-2009, 01:27 PM
Thread Author #1
JDE 5.0 not installing
Sorry if my question was already answered. I looked around the forum for about 30 min and couldn’t find it.
I have: BB Storm (OS 5.0)
Home computer: Windows Vista Home 64
I would like to develop some simple apps for my Storm. I downloaded the BlackBerryJDE5.0.0 from RIM and I have the Java EE 5 SDK running. When I try to install the JDE it fails, telling me that I need JDK 1.5 or higher and nothing was found. It redirects me to java.sun.com/javase/downloads/index_jdk5.jsp but I have no idea what to download.
I also tried Eclipse and the plug-in from RIM, but apparently the plug-in is not compatible with my version of Eclipse.
I’m getting frustrated and any help would be appreciated. - 12-07-2009, 12:11 AM #2
So the issue is with the Java 1.5 installation
Open a DOS-prompt window and type
c:\> java -version
If the output does not show "java version 1.5.0..." then you have to adjust the Path variable to include Java 1.5. To do this:
Control Panel - System - Environment Variables - locate "Path" - Edit - add "<path to java dir>\jdk1.5.0_20\bin;" (e.g. C:\jdk1.5.0_20\bin
- Save
Open again the DOS-prompt and check the output for "java -version"www.quite-simple.com
Software that works. - 12-07-2009, 09:11 AM #3
I have to admit, it could (should) be clearer. But, it is what it is!
Going from memory, I essentialy did this:
- Download/Install Java SE Development Kit 6 (JDK 6 Update 17)
- Download/Install Eclipse IDE for Java Developers 3.4.2
- Download/Install BlackBerry JDE Plug-in for Eclipse (Full Installer)
- Install BB component pack updates from within Eclipse using BB instructions
The BB docs say you need Eclipse 3.4.0 or 3.4.1, but the 3.4.2 seems to work fine for me.AmigaDude on Crackb!
The Answer is 42, but What is the Question? - 12-15-2009, 10:38 PM
Thread Author #4
Thanks, but it didn't really work. I have Java 1.6 installed and it is in the path. still get the same "Not found" message. I could install the JDE anyway but I get the error message
java.io.FileNotFoundException: C:\Program Files (x86)\Research In Motion\BlackBerry JDE 5.0.0\bin\Settings.rc (Access is denied)
every 20 sec or so.

Reply
















