Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Mobile Tools for Java (MTJ) » J2ME Preprocessor is not working with Eclipse
J2ME Preprocessor is not working with Eclipse [message #580083] Thu, 29 April 2010 06:53
No real name is currently offline No real nameFriend
Messages: 2
Registered: April 2010
Junior Member
Hi,

I am trying to add some preprocessors by following steps from below link:
http://eclipseme.org/docs/preprocessing.html

I have written following code in constructor:
//#ifdef DEBUG
System.out.println("It is a DEBUG Statment");
//#else
System.out.println("IT is a simple stmt");
//#endif

But output of above code is as follows:
It is a DEBUG Statment
IT is a simple stmt

Please let me know what I am missing here.

Thank you,
Regards,
Aparna
Previous Topic:Unable to import devices from j2me sdk3
Next Topic:J2ME Preprocessor is not working with Eclipse
Goto Forum:
  


Current Time: Thu Apr 25 03:37:36 GMT 2024

Powered by FUDForum. Page generated in 0.02714 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top