Robert,
How about creating a class like this:
"public class Fred{
public static final ResourceGizmo resourceGizmoRef;
}"
Then in the main class or init code do Fred.resourceGizmoRef=new .
Then any class can access the instance by using Fred.resourceGizmoRef.
Surj
"Robert Simmons Jr." wrot
Hi,
I've tried unsubscribing from this group twice. Each time I get a
message saying my email cannot be found on the list, and that I should
reply if I have any problems unsubscribing. So, twice, I replied, but
to no avail.
If one of the administrators reads this group can you please unsubscri
I always thought that you _don't_ need the classpath. If you have your
PATH variable correctly (for the release you want to use, e.g.
/usr/local/jdk1.2/bin) then you don't need to worry about anything else.
The only reason you would want your CLASSPATH set, is if you have other
Java libraries yo
On 15-Sep-99 Surjan Singh wrote:
> > Console based programs seem to work fine. Swing & AWT programs
> > seg-fault. Any ideas? The error I get is:
> >
> >
> > SIGSEGV 11* segmentation violation
> > stackpointer=0x41812b80
>
> I had the same t
completely fixed yet
>
> calvin
>
> > Resent-Date: Wed, 15 Sep 1999 10:00:17 -0600 (MDT)
> > Date: Wed, 15 Sep 1999 16:57:00 +0100
> > From: Surjan Singh <[EMAIL PROTECTED]>
> > MIME-Version: 1.0
> > To: [EMAIL PROTECTED]
> > Subject: JDK1.2-pre
Any ideas why I get a seg fault? I'm on RedHat5.2 with all the correct
libraries (as far as I can tell)
Console based programs seem to work fine. Swing & AWT programs
seg-fault. Any ideas? The error I get is:
SIGSEGV 11* segmentation violation
stackpointer=0x41812b80
<+lots of th