2013/2/3 Miguel Moquillon <[email protected]> > And the Java people are preparing to throw away the classloaders mechanism > with Jigsaw that will be in Java 9. (The classloading is a brittle and > error-prone mechanism.) > The aim of jigswa is to design and implement a new module system for the > Java SE platform and to apply that system to the platform itself and to > the JDK (more information in the project homepage http://openjdk.java.net/ > **projects/jigsaw/ <http://openjdk.java.net/projects/jigsaw/>). > > Miguel >
I know about this. But let's talk about pharo. Now pharo can't do this. You can't have two versions of same package at same time in image. So how we can implement it? And do this is really important?
