View Single Post
Old 07-24-2006, 09:31 AM   #1
aidan
New Member
 
Join Date: Jul 2006
Model: 7270
Posts: 2
Default MDS Emulator and internet connectivity

Please Login to Remove!

I searched for this question because I assumed it must have been answered a million times before, but wasn't able to find anything. I hope I'm not duplicating anything.

Anyway, I'm developing web pages for blackberrys, and would like to use the RIM Blackberry emulator. I installed it but couldn't get internet access. I then googled; found the error of my ways, and installed the MDS emulator.

Unfortunately this didn't fix anything.

When I try and run it, the .bat tries to execute:
Code:
java -classpath !BMDS_CLASSPATH!;!BMDS_CLASSPATH2!;!BMDS_CLASSPATH3! -DKeystore.Password=password net.rim.application.ipproxyservice.IPProxyServiceApplication -log.console.dump
And it returns this:
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: net/rim/application/ipproxyservice/IPProxyServiceApplication
FYI:
Code:
Z:\>java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
Any ideas? Thanks in advance.

Aidan.
Offline