Re: JVM/classpath question

2003-03-18 Thread John Leuner
I think Niklas was asking whether he could mix classes from a CDC implementation with Classpath classes. This might be possible with some classes, but you run the risk of things breaking when the classpath or CDC classes change in future versions. But as Brian said, you can just remove pieces of

Re: JVM/classpath question

2003-03-17 Thread Brian Jones
"Niklas Fondberg" <[EMAIL PROTECTED]> writes: > Is there an open source JVM with (or without) classpath that is at least 1.3 > complient (minus awt/swing). > > I have a problem with size on a server. > The whole installed footprint on disk have to be less than 10MB. > > Can I extend j2me (cdc fo

JVM/classpath question

2003-03-16 Thread Niklas Fondberg
Is there an open source JVM with (or without) classpath that is at least 1.3 complient (minus awt/swing). I have a problem with size on a server. The whole installed footprint on disk have to be less than 10MB. Can I extend j2me (cdc foundation) with classes from classpath and make it a trimmed