Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Mobile Tools for Java (MTJ) » preprocessor #include
preprocessor #include [message #661155] Wed, 23 March 2011 11:57
Grayger is currently offline GraygerFriend
Messages: 1
Registered: March 2011
Junior Member
I tried to use preprocessor #include directive, but compilation failed.

I use following code:
	
// #include "Test.h" 
// #endinclude 


Test.h is
public void print() {
System.out.println("XX");
}



Error message is:

Error parsing line : // #include "Test.h"

Installed version is Mobile Tools for Java 1.1.2.201101310801.

Other directives such as "ifdef" and "define" work fine. What is the wrong with me? Or is "#include" not supported?

Thanks
Previous Topic:MTJ and Java SDK 3: bullshit
Next Topic:'Create Obfuscated Package' is suddenly away
Goto Forum:
  


Current Time: Tue Mar 19 08:40:23 GMT 2024

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

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

Back to the top