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 ';' at the end 
(on windows again).  

I don't know what caused it, and if anyone else knows any more, I'd be 
interested too...

Steve.

**********************************************************
Please email replies to:    [EMAIL PROTECTED]
as when I leave Lancaster in a few weeks, the current 
address will be wrong.  Just so you know. Thanks...;-)
**********************************************************

On Sun, 29 Aug 1999, Daniel Barclay wrote:

> 
> > 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 errors regarding
> private/protected/<default>/public visibility.
> 
> Daniel
> 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to