Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Install 3rd party emulator in Java ME SDK 3.0

843851Apr 20 2009 — edited Apr 21 2009
Hi!
I have just uppgraded from the EA release to 3.0. When I had the EA release I added a number of 3rd party emulators to be able to run my midlet with the 'Run With' command. Now I can't get the emulators installed.

I try Tools/Java Platform/Add Platform. I have tried with both 'Java ME MIDP Platform Emulator' and 'Custom Java ME MIDP Platform Emulator' but no Java ME Platform folders can be found. Should my existing emulators, that worked with the EA release work, or do I need new versions? What 3rd party emulators hav you tested this with??

br

Erik Wetterberg

Comments

Answer
Steve,

The log4j.properties is generated through the fileGenerator.vm template:

#set ($parsedContent = "#JHS_PARSE_NO_DEBUG('default/misc/file/log4jProperties.vm' ${JHS.service})")
$JHS.createFile("${JHS.sourceRootDir}/log4j.properties", $parsedContent)


It is only generated when the file does not exist yet, so you should be able to just change the log4j.properties.

Steven Davelaar,
JHeadstart Team.
Marked as Answer by 594115 · Sep 27 2020
594115
Steven,

Thanks for the quick response and that answered my question. :)

Something to note:
After some testing (JDeveloper 10.1.3.2, JHeadstart 10.1.3.2), I found that despite the fact that the FILE_GENERATOR templateIdentifier is available for use by groups, it is ignored. Only the service or "top level" template uses the FILE_GENERATOR templateIdentifier. This makes since, but the availability of it in the group templates is a little misleading.

Steve
Steve,

That's correct. On our wishlist (not a high priority though), we have "context-sensitive templates tab" which would only show the templates that make sense given the selected node in the tree navigator.

Steven Davelaar,
JHeadstart team.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 19 2009
Added on Apr 20 2009
1 comment
106 views