create a new java file in eclipse plugin

Posted by Ido on Stack Overflow See other posts from Stack Overflow or by Ido
Published on 2009-08-27T06:09:20Z Indexed on 2010/05/30 1:52 UTC
Read the original article Hit count: 408

Filed under:
|
|

I'm creating an eclipse plug-in. I have a string with java code, and I want to save this code to a project. I used the IFile to create my file. Is there another way that is better for saving java code?

Ido

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse-plugin