Hello,
I would like to try out Netbeans Gandalf Public Beta that was just
released. I do have 2.1 on my machine and I have tried the Gandalf port
using Win98(it was resonably fast and stable) but I noticed after
downloading it, it cannot fiqure out that i have jdk1.2(which is
required) and I ha
> From: Chris Abbey <[EMAIL PROTECTED]>
> ...
> But is that [X server] memory allocated out of the chunk of VM reserved as the HEAP?
> I doubt it... I don't think it even blongs to the same process does it?
Right. It might be on a completely different machine.
Daniel
> From: Ondrej Popp <[EMAIL PROTECTED]>
> I tried adding .jar files before rt.jar in the CLASSPATH
> in the hope that the java runtime would use those instead of the
> integrated ones. However this does not seem to work at all. Does anyone
> know why?
JDK 1.2 uses multiple class paths. See "
I've had this problem. It happens for some reason when you try to run a
JAR'd up applet with appletviewer. One (short term) solution is to make
sure that the
CLASSPATH is set to somewhere where none of the classes are, for example
on a Windows machine, I'd used CLASSPATH=z: and do NOT put ';
> Does anyone konw what that means?
>
> THe trace is...
>
> java.lang.IllegalAccessError: PlayerWindow
> at NewPlayer.init(NewPlayer.java:29)
> at sun.applet.AppletPanel.run(Compiled Code)
> at java.lang.Thread.run(Thread.java:466)
That's the run-time version of compile-time