Aniket Bhosale
Aniket Bhosale

Reputation: 119

Blackberry simulator in Eclipse plug in1.5

I have eclipse plugin version 1.5 Helios.It has a default simulator 9930 bold.

I want other simulator in my plugin.How to add other simulator like Curve-9550/Torch-9860.

Presently My eclipse has single Simulator.

Upvotes: 0

Views: 713

Answers (2)

Aniket Bhosale
Aniket Bhosale

Reputation: 119

For 9000 Bold simulator----

1.Open the file “SimPackage-JDE.rc” which should be found in your **eclipse** simulator folder. It should be in <JDEInstallDirectory>\plugins\net.rim.eide.componentpack4.5.0_4.5.0.16\components\simulator.

2. Append two entries

    SimulatorCommand9000-JDE = <Sim_install_dir>\fledge.exe /app=Jvm.dll /handheld=9000 /session=9000 /app-param=DisableRegistration /app-param=JvmAlxConfigFile:9000.xml /data-port=0x4d44 /data-port=0x4d4e /pin=0x2100000A

    SimulatorDirectory9000-JDE= <Sim_install_dir>

note that should be replaced with the actual path to where you installed the 9000 Bold simulator.

Upvotes: 1

Rince Thomas
Rince Thomas

Reputation: 4158

You can download simulators from blackberry website

Upvotes: 0

Related Questions