Re: Another Classpath question

1998-10-20 Thread John M. Gulizia
Alton Goodman wrote: > > I'm attempting to learn java using the tutorial at java.sun.com. My > platform is Linux 2.0.30, a Slackware install. I installed jdk1.1.6v4a > per the instructions in the README file. I haven't set the CLASSPATH > env variable. > > So I wrote a program Date.java and p

Re: javac dies silently

1998-10-20 Thread John M. Gulizia
strider wrote: > > Greetings. > > I notice that, after the 1.1.5 distribution of Java on Linux, regardless of > which port or subversion I try, javac no longer works. It seems to be a link to a >file called .java_wrapper, which basically sets a bunch of system vars. Wha > > What do I need t

Re: Java Plugin doesn't work

1998-10-20 Thread John M. Gulizia
Robert P. Biuk-Aghai wrote: > > I installed the Java Plugin (activator-linux-glibc) on Linux 2.0.34 > with Netscape 4.06. At the end of installation I'm told: > > Java(TM) Plug-in installation done. > > but in the Netscape window it says: > > You do not have the Java(TM) Plug-in installed.

Re: rmid with JDK1.1.6

1998-10-20 Thread John M. Gulizia
Michael Kranz wrote: > > Hello, > > I didn't find the RMI-Server rmid within JDK1.1.6. How can I implement RMI > on a Server under Linux? Any documentation abou this? > > Thank you and best regards > Michael > - > Gesellschaft

Re: Newbie...

1998-10-20 Thread John M. Gulizia
Danny Ayers wrote: > > I'm not at all familiar with Linux, and can't find a way of setting the > CLASSPATH environment variable (or any other). I know this is a basic > question, but I have had a good search elsewhere to no avail. I've got > the 1.1.6 JDK working ok, but would like to access some

Re: libawt.so purgatory

1998-10-20 Thread John M. Gulizia
(Jon Peterson) wrote: > > Hi. > > I am trying to get jdk1.1.6v2 to run on a Slackware 2.0.30 machine. Class > files that do not import any awt calls parse fine, but awt and Swing > programs (while they compile to bytecode) fail to run on the VM with the > following report: > > /usr/local/java/b

Re: JavaSoft Java WebServer under Linux RH5.1

1998-10-20 Thread John M. Gulizia
Ernst de Haan wrote: > > Hi all Java and Linux-freaks! ;o) > > I was wondering if Sun's Java WebServer would run under Linux as well. > They sell it for either Solaris or Win32. I sent them a message, but > they haven't responded yet, so I thought I'd try for myself. I > downloaded a trial-versi

Re: Java language question: static classes ?

1998-10-20 Thread John M. Gulizia
[EMAIL PROTECTED] wrote: > > I was looking at the Kim Topley "Core JFC" book particularly a > convenience class to swith the Swing/JFC PL&F (Chapter 13) > the other day I found it was declared like ? > > protected static class SwitchPLAFClass { >

Re: Zero sized display panes from recompiled jdk

1998-10-20 Thread John M. Gulizia
John Campbell wrote: > > Im getting very small display panes which cannot be resized > from my recompiled jdk1.1.6v5. The down-loaded jdk works > fine. I suppose i'm not loading lessTif correctly. Any ideas > about where to start? -John Campbell STOP E-MAILING TO [EMAIL PROTECTED]

Re: Sun's ORB & Java-Linux

1998-10-20 Thread John M. Gulizia
Gerald Gutierrez wrote: > > Has anyone got Sun's ORB to work with Linux's Java port ? I'd like to > use CORBA with Java but it says on Sun's web page that JavAIDL is for > JDK1.2 only. It'd also be great if the ORB is actually stable. > Suggestions for alternative ORBs perhaps ? > > Thanks.STOP

Re: jdk 1.1.6-v5 and citrix java client

1998-10-20 Thread John M. Gulizia
Wolfgang Walter wrote: > > Hi ! > > When using jdk 1.1.6-v5 for running the citrix client I get a strange behaviour: > after the dialog 'connecting to ', when the main window has appeared > nothing is displayed in it till I move the window (but the client does not > hang, it just does not di

Re: installation?

1998-10-20 Thread John M. Gulizia
Clint Miller wrote: > > Hi there - > > I'm an experienced linux user but brand new to java. I've followed the > directions in the linux java faq > (http://www.blackdown.org/java-linux/docs/faq/FAQ-java-linux-3.html#ss3.2) > for installation on (a rigorously patched) i386 RH 5.1: > --(snip)-

Re: JavaHelp Experience

1998-10-15 Thread John M. Gulizia
Cynthia Jeness wrote: > > Tram, > > I see similar results and believe that this was a "bug?" introduced in the > second early access release. In order to work around it, I put all of my help > initilialization in the "run" method of its own class. Then I use > "SwingUtilities.invokeLater()" on