Hi,
I'm developing JVM implementation which uses GNU Classpath as runtime class library.
I have two questions about the license of GPLv2 with GNU Classpath Exception, though I'm not sure whether those questions are adequate for GNU Classpath community.
1. Can I bundle GNU Classpath binary without any modification and my
JVM(thought to be not under GPL), and distribute that not under GPL?
2. If I make some proprietary classes(e.g. java.lang.ClassLoader) be loaded prior to GNU Classpath's classes, am I modify GNU Classpath? If so, are those proprietary classes and/or JVM implementation should be under GPL?