Hi,

I've been trying to add a new platform to develop J2ME applications using 
NetBeans IDE.
I've downloaded Tungsten E Simulator and I want to use it along with netbeans 
4.1.
The problem is that I cannot found any valid platform when I try to add the 
platform in the platform manager, the

I´ve edited the XML file in the platform directory under .netbeans dir with 
the following code:

<?xml version='1.0'?>
<!DOCTYPE platform PUBLIC '-//NetBeans//DTD J2ME PlatformDefinition 1.0//EN' 
        'http://www.netbeans.org/dtds/j2me-platformdefinition-1_0.dtd'>
<platform name="platform name" 
home="C:\Palm\Simulator\" 
type="custom" 
displayname="emulator platform name" 
srcpath="" 
preverifycmd="&quot;{platformhome}/bin/preverify.exe&quot; 
        -classpath &quot;{classpath}&quot; -d &quot;{destdir}&quot; 
        &quot;{srcdir}&quot;" 
runcmd="">
    <device name="emulator device name" securitydomains="securitydomain1, 
security domain2..." 
        description="emulator device name">
        <configuration name="CLDC" version="versionnumber" displayname="CLDC" 
                classpath="${platform.home}/lib/cldc.zip" 
                dependencies="" default="true"/>
        <profile name="MIDP" version="2.0" displayname="MIDP" 
                classpath=";${platform.home}/lib/midp.zip" 
                dependencies="" default="true"/>
    </device>
</platform>

Any ideas about why It´s not working?

Thanks in advance
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to