Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Custom java file extension
Custom java file extension [message #198625] Fri, 20 February 2004 11:56
Eclipse UserFriend
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
Previous Topic:RPC and launching
Next Topic:Standalone or plug-in project
Goto Forum:
  


Current Time: Mon Jul 21 23:56:16 EDT 2025

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

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

Back to the top