| J2ME Preprocessor is not working with Eclipse [message #580083] |
Thu, 29 April 2010 02:53 |
No real name 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
|
|
|
Powered by
FUDForum. Page generated in 0.01471 seconds