Is it possible to compile leJOS programs using an online Java compiler for the Java parts of the compile, link and upload?
Online compilers such as http://ideone.com/api or https://compilr.com/ which have APIs for direct access to the compiler, not pasting code into the web based editor. I've googled about trying to find using a url in the environment variables rather than a local path, but can't find anything. Other ways?
Reason: I want to code on OS X 10.8, but no Java there and would rather not install it due to all security issues (yes, I get they have mostly been the plugin, not the JVM, but I am paranoid about security on my main computer and it remains to be seen what is still to come out:-) I'd code in an editor such as Sublime Text as no Java = no Eclipse.
Sorry if it is a dumb question, I am curious.
