Skip to main content



      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 02:53 Go to next message
Eclipse UserFriend
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 09:39 Go to previous messageGo to next message
Eclipse UserFriend
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 09:39 Go to previous message
Eclipse UserFriend
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: Thu Mar 27 03:30:11 EDT 2025

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

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

Back to the top