I'm just curious, but I want to know if it is possible to completely remove the standard Java class libraries that come with the JVM and start a new one from scratch [à la ClassPath].
If possible, which classes MUST be implemented at least? (The object and the string come to my mind, but ... I do not know).
Does such a thing violate the license? Is there a way to tell the java command not to use rt.jar?
Thanks in advance,
Ernesto
source
share