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 #530259] Thu, 29 April 2010 06:53 Go to next message
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
Re: J2ME Preprocessor is not working with Eclipse [message #530353 is a reply to message #530259] Thu, 29 April 2010 13:39 Go to previous messageGo to next message
Diego Madruga Sandin is currently offline Diego Madruga SandinFriend
Messages: 59
Registered: July 2009
Member
Please, use the projects documentation instead.



--
Diego
Re: J2ME Preprocessor is not working with Eclipse [message #580106 is a reply to message #530259] Thu, 29 April 2010 13:39 Go to previous message
Diego Madruga Sandin is currently offline Diego Madruga SandinFriend
Messages: 59
Registered: July 2009
Member
Please, use the projects documentation instead.


http://help.eclipse.org/galileo/topic/org.eclipse.mtj.doc.us er/html/gettingstarted/gettingstarted.html
http://help.eclipse.org/galileo/topic/org.eclipse.mtj.doc.us er/html/tasks/preprocessProject.html


--
Diego
Previous Topic:J2ME Preprocessor is not working with Eclipse
Next Topic:Fix this damn bug!!!
Goto Forum:
  


Current Time: Tue Mar 19 10:16:01 GMT 2024

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

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

Back to the top