Compiling custom code [message #1754837] |
Wed, 22 February 2017 23:50  |
Noah Murad Messages: 3 Registered: February 2017 |
Junior Member |
|
|
Hello,
My team is creating a programming language which compiles to Java code using a jar file. I would like the users (on Orion client) to be able to compile our programming language to java from within the client.
I have thought of placing the jar (which compiles our language to java) into the Orion server, and having a (client) plugin tell the server to run the jar with certain parameters (say, the currently opened file).
I have looked at the Orion Server API (https://wiki.eclipse.org/Orion/Server_API) and grazed some areas of the Developer Guide (https://wiki.eclipse.org/Orion/Documentation/Developer_Guide) but I have not found much for my situation. I am thinking that I might need to work with the Eclipse Java API (as illustrated in the Architecture Overview(https://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Architecture), but I am unsure if the Eclipse Java API for Orion is currently extendable.
Any suggestions on how to solve this problem? Or if it is even possible with the current build?
All help is greatly appreciated
[Updated on: Sun, 26 February 2017 20:03] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.02341 seconds