Hi,
I am learning CDC. I have trying to see the code that I have written works on Microsoft Windows Mobile 5.0. I have done the following:
When selecting New Project I have set the following options:
Java Platform: pJSCP V4.10.B097.100206
Device: Default
Profile: PP-1.0.
I have added the following code in the main() method:
try {
UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());} catch(Exception exception) {
System.out.println("Error loading L&F: " + exception);
}
I have NSIcom CrE-ME V4.12 and Microsoft Windows Mobile 5.0 MSFP Emulator Images installed.
I have Started CrE-ME410_swing.CAB on the Windows Mobile.
To run the Application I have done the following:
Right-click the project and choose Properties.
Under Categories, choose General.
Choose the NSIcom tab and check Run in remote VM. Click OK to close the Properties page.
Choose Run > Run Main Application.
I get the following error:
nbproject\build-target-impl.xml:75:Remote VM does not exist in specified location: \Windows\creme\bin\CrEme.exe
I have tried for a few weeks now and this error still appears. I have done the following:
Created new projects and tried again.
Removed all software like Microsoft Windows Mobile 5.0 MSFP Emulator Images, NSIcom CrE-ME and installed again.
Looked on google but could not find much information.
I have been following the following: http://www.netbeans.org/kb/55/1/quickstart-mobilitycdc.html
Do you know what this is and how to solve it?