2

Possible Duplicate:
A Java API to generate Java source files

Is there a good library for generating Java source code (not bytecode)?

0

2 Answers 2

1

CodeModel and Eclipse JDT worked for this fellow, and he ultimately chose CodeModel.

Sign up to request clarification or add additional context in comments.

1 Comment

Then isn't this question just a dup?
0

Try this http://code.google.com/p/javaparser/ i use this to rewrite huge portions of my existing code base, also ASTs can be constructed with this and it is a readable wrapper written over eclipse core....

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.