| I don't have the technical chops to disagree with you. But rest assured I would not do a better job. Last time I checked java programs do not like operating within the same VM[0]. Last time I looked at it, it was to get a bunch of people running Eclipse remotely from the same JVM instance on a huge box in 2012 or something. It was a no-goer, but some experimental JVM's claimed to support it. [1] Powershell is a terrible example for the performance point I am trying to make, whatever about its flexibility. [0] http://www.javalobby.org/java/forums/t72620.html [0] http://stackoverflow.com/a/13496610 [1]http://www.ibm.com/developerworks/library/j-multitenant-java... (this now looks less experimental but I'm willing to bet >1 instance of eclipse, or bash for that matter would not work very well). I'm not sure how this works:
http://www.excelsiorjet.com/ but it might help to alleviate the problem even though it still has a jvm. https://en.wikipedia.org/wiki/Java_Classloader looking at what you mention now, can a program classload itself? seems not: A class with a given name can only be loaded once by a given classloader. |