Sunday, April 24, 2011

Configure Eclipse for Blackberry

System Requirements:


1) Monitor Resolution - 1024X768 or higher.

2) Intel Pentium 4 Processor

3) Windows Vista/XP/7.

4) JDK Versio 5 or 6;

5) BB Eclipse Pluggin

6) BB e_JDE's


Things To Download with links:


1) Download JDK

http://java.sun.com/javase/downloads//index.jsp


2) Download Eclipse IDE (Ganymede/Helios etc.. higher versions)

http://www.eclipse.org/downloads/


3) To get BB tools go to:

http://na.blackberry.com/eng/developers/resources/devtools.jsp



Installation:


1) Install JDK

2) Install Eclipse (Just unzip the folder).

3) Now install pluggins.


Setting Environment Variables:


Path variables tell the JVM where to look for user defined classes and packages when running java programs.


1) Right Clivk on MyComputer

2) Go to properties

3) Advanced System Properties.

4) Environment Variables.


1) Create Variable : JAVA_HOME

PATH : D:\SUN\SDK\JDK


2) Now just append %JAVA_HOME%\jre\bin; to the end of your CLASSPATH and PATH variable


3) To verify that you have set environment variable properly :

type java-version in windows command prompt.

If correctly installed it will show you all versions installed else error message.

No comments:

Post a Comment