Re: Illegal Access

1999-08-29 Thread Daniel Barclay


> 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//public visibility.

Daniel


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



Re: Illegal Access

1999-08-29 Thread -=Steve-o=-

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//public visibility.
> 
> Daniel
> 


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



Re: Why won't java 1.2 load an external swing package

1999-08-29 Thread Daniel Barclay


> 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 "How Classes are Found" at
   http://java.sun.com/products//jdk/1.2/docs/tooldocs/findingclasses.html

Daniel



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



Re: java + X11 memory leak

1999-08-29 Thread Daniel Barclay


> 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


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



Anyone using Netbeans Gandalf(3.0)

1999-08-29 Thread Matthew Jason Brown

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 have tried multiple things to get it work.
  My system is Suse 6.1(glibc2.0, Linux Kernel 2.2.10),Amd K6-2 350.  I
have used BD 1.2pre-v2 Glibc2.1 using Caldera which is how i tried it
earlier.

Matt Brown


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