Re: Servlets

1998-07-23 Thread Doug Welzel

Worked perfectly.. thanks!

Doug


On Thu, 23 Jul 1998, Cameron J. Mallory wrote:

> You should  just have to put the jsdk.jar file in your classpath.
> 
> I have it working with jdk115.
> 
> setenv CLASSPATH 
>/usr/local/java/jdk.1.5/lib/classes.zip:/usr/local/java/JSDK2.0/lib/jsdk.jar:.
> 
> should do the trick.
> 
> Cameron
> [EMAIL PROTECTED]
> --
> 
> 
> On Thu, 23 Jul 1998, Doug Welzel wrote:
> 
> > Has anyone gotten servlets working with JDK 1.1.6?  I grabbed the JSDK
> > from Sun so I could get the Servlet API, which comes in the form of a jar
> > file.  I guess my question is, where do I place this jar file so
> > everything works?  or is there another procedure I have to use..
> > 
> > 
> > 
> > 
> 
> 



Dialogs in applets

1998-12-02 Thread Doug Welzel

I saw a message a while back in the list about using modal dialogs in
Applets.  I just want to get a Dialog to work in an applet and could use
some advice.  The constructor for a Dialog wants a Frame.  How do I get a
Frame from a JApplet?

Some documentation I had suggested using the getParent() method on the
applet, but this is no good since it returns a Container.

Doug



Loosing Windows

1998-07-16 Thread Doug Welzel

I've been running the Java version of ICQ and AOL's Instant Messenger on a
Linux system with JDK 1.1.6 and both programs have been "loosing windows".
For example, when you go to send someone a message in ICQ, the window
flashes up on the screen and then disappears.  This seems to happen with
some window managers, but not others.. what I'm wondering is.. could this
be an issue with the jdk or is it a purely window manager issue?

Doug





Re: Linux/Java/KDE

1998-07-21 Thread Doug Welzel

I proposed this on the KDE list a while back, but I suggested creating a
KDE Look & Feel..  thoughts on that one?

Doug

On Tue, 21 Jul 1998, Joachim Schaaf wrote:

> J.S. Willans wrote:
> > 
> > Hi,
> > 
> > Are there any plans to port java so that it uses the KDE toolkit
> > (http://www.kde.org)?
> 
> I don“t know, but I consider this a good idea. Any volunteers :) ?
> 



Servlets

1998-07-23 Thread Doug Welzel

Has anyone gotten servlets working with JDK 1.1.6?  I grabbed the JSDK
from Sun so I could get the Servlet API, which comes in the form of a jar
file.  I guess my question is, where do I place this jar file so
everything works?  or is there another procedure I have to use..