Jump to content


Templates? J2me Supprt?


  • Please log in to reply
2 replies to this topic

#1 Shai-Soft

Shai-Soft

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 09 January 2008 - 05:02 AM

There's a way to build a custom templates in JCreator? And why not make a J2ME support like most JAVA IDE's?  wink.gif

#2 ham90mack

ham90mack

    Advanced Member

  • Members
  • PipPipPip
  • 937 posts

Posted 09 January 2008 - 08:11 PM

All of the templates can be found here: C:\Program Files\Xinox Software\JCreatorV45\FileTemplates
Note that when adding your own template, the .java file needs to be renamed to have the extension be .java.jc
Follow the patterns found in the other templates for stuff like the [FileBase] argument insertion.  After finishing the template, make sure to add the template to the xml file found in the template folder you add the .java.jc file to (once again, follow the pattern).

I have not used j2me before...  If it is just another library to be added to the jdk, could you just add it to the list of libraries for the JDK profile in JCreator?
ham90mack
http://ham90mack.googlepages.com
Resistance may be futile,
But capacitance has potential.
BLAH!

#3 Shai-Soft

Shai-Soft

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 09 January 2008 - 10:32 PM

QUOTE(ham90mack @ Jan 9 2008, 10:11 PM) View Post
All of the templates can be found here: C:\Program Files\Xinox Software\JCreatorV45\FileTemplates
Note that when adding your own template, the .java file needs to be renamed to have the extension be .java.jc
Follow the patterns found in the other templates for stuff like the [FileBase] argument insertion.  After finishing the template, make sure to add the template to the xml file found in the template folder you add the .java.jc file to (once again, follow the pattern).

I have not used j2me before...  If it is just another library to be added to the jdk, could you just add it to the list of libraries for the JDK profile in JCreator?


Yes, i already added it with all the MIDP classes and the JSR-184 classes that i love so much.. I realy hoped the version 4.5 will have a midlet suite supported the WTK emulator or just some J2ME templates..  unsure.gif