Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
compile directive for conditional compile for Java 1.4 versus Java 5
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="heyjude, post: 4182382, member: 71572"] [b]check out the wwyt conditional compilation pre-processor[/b] There is an external tool called wwyt which does just that. It's a Windows command line tool, it pre-process your Java source files, which are embedded with conditional compile directives (like #if, #else, ...). You then let compiler compile these converted files and get the .class files you want. After compilation, you should run wwyt tool again so that the converted files are restored back to their original status. URL is this: adarian dot com slash wwyt Hope this helps. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
compile directive for conditional compile for Java 1.4 versus Java 5
Top