View Single Post
  #7 (permalink)  
Old 05-11-2008, 03:15 AM
danielstoner's Avatar
danielstoner danielstoner is offline
Senior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 183
danielstoner is on a distinguished road
Just a suggestion:

The Java compiler has a public API. It is also integrated with the Java Scripting Engine API. You can read here: Little Tutorials about it. Maybe somehow scripting the compiler can help you achieve the things you want, at least a start. If you want to learn more about scripting a Java application you can read my latest tutorial at: Script Thy Java App | Little Tutorials

In running this kind of application online you have to consider the security implications.

Good luck
__________________
Daniel @ [
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
Language is froth on the surface of thought
Reply With Quote