Custom java file extension [message #198625] |
Fri, 20 February 2004 11:56 |
Eclipse User |
|
|
|
Originally posted by: bryan.hanson.medtronic.com
Question: Need to compile a java file with extension of *.jpo as a java
class.
What plugins can I reuse and what would be the best route to start. This
may sound simple, but I've never done this and would like to start out on
the right foot.
Here's an example:
The file name is XYZ.JPO
public class ${CLASSNAME} extends Object {
public ${CLASSNAME}(Context context, String[] args) throws Exception {
}
}
We should be able to reuse the existing java syntax editing tools etc..
just need to substitute CLASSNAME for filename in the IDE and compiler
through dynamic substitution.
Ideas and Pointers welcome..
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.04357 seconds