Re: running java apps from cron

1999-03-15 Thread David Harvill
It is my understanding that variables can be set in the crontab itself as well. use 'man crontab' for more info -dave On Mon, 15 Mar 1999, Nathan Meyers wrote: > > Does anybody have any experience running java apps from cron. > > I can't seem to get the syntax right. > > Works fine for me. Co

Re: [Fwd: [java3d] Java Media source licensing to Linux]

1999-03-04 Thread David Harvill
I didn't find this statement at the URL you provided. -dave On Thu, 4 Mar 1999, Ron Yorston wrote: > >From the Sun announcement: > > >This agreement enables the Linux community to develop and distribute > >media-enhanced applications for the Java 2 platform for non-commercial use. > > Why the

Re: Status of 1.2 in this article

1999-03-02 Thread David Harvill
The article is about the Blackdown project, not a different one. -dave On Tue, 2 Mar 1999, Christopher Rowan wrote: > I saw a similar article somewhere else that got on my nerves. > > Don't let 'em steal your thunder! > > Steve Byrne wrote: > > > > Tom McMichael writes: > > > http://abcnews

port

1999-02-27 Thread David Harvill
I see more progress has been achieved in the port. Nice! :) -dave -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: TFS Delivery Failure: Re: Mailing list trouble (fwd)

1999-02-18 Thread David Harvill
Get it every single time -dave

Re: JavaLinux for servlets

1999-02-16 Thread David Harvill
Overall, the servlets do not use more system resources. CGI has to spawn an entire new process (with full memory overhead) for each incoming request. Java starts up the process (and memory overhead) only once, and simply gives out a new Thread to handle the requesting. -dave On Tue, 16 Feb 199

Re: little endian & big endian

1999-02-03 Thread David Harvill
Absolutely. -dave On Wed, 3 Feb 1999, Timothy Murphy wrote: > Couldn't one write an int to a file, > and then read it as a character array? > [Just a slightly random thought.] > > -- > Timothy Murphy > e-mail: [EMAIL PROTECTED] > tel: +353-1-2842366 > s-mail: School of Mathematics, Trinity

Re: libraries for jdk1.1.7

1999-01-27 Thread David Harvill
I believe libX.so.2 is a Motif library. Which means that lesstif should have a version of it too. To find it, try '%find / | grep "libX.so.2"' (ignoring the external single-quotes). That will search every directory you have access to for that filename. Personally, I have never used the JDK rpm.

Re: netscape.security.AppletSecurityException

1999-01-26 Thread David Harvill
I have heard of an alternate solution, where the name of the host is passed to the applet as a parameter. I am not positive of the implementation since it is not my program. If the author doesn't mind, I will supply the source for this technique. -dave On Tue, 26 Jan 1999, Dimitris Vyzovitis w

A bit off, but not far

1999-01-26 Thread David Harvill
kernel 2.2.0 final has been released!

Re: Swing Core Dump...?

1999-01-22 Thread David Harvill
I can tell you that it is /not/ because of the .36 kernel, at least by itself. I have used the .36 kernel for quite some time now, and not had any java problems with it at all, JDK 1,1,7va -dave

JSDK

1999-01-11 Thread David Harvill
I'm running RH5.2 on an x86 architecture. Anyone know if the Solaris/UNIX version of SUN's Java Servlet Development Kit will work in this setup? -dave

Re: Is it 1.2 or 2.0?

1999-01-11 Thread David Harvill
1.2 and 2.0 both refer to the same version. It was originally designated 1.2, but then SUN decided to rename it 2.0. I'm not clear on the reasons. -dave On Mon, 11 Jan 1999 [EMAIL PROTECTED] wrote: > Is the next, version that we are all waiting for 1.2 or 2.0? We should at > least klnow whi

Re: ISO libstdc++-2.8 (to make jikes happy)

1999-01-01 Thread David Harvill
This may not be related, but when you recompile the kernel, it asks if you want to inlude dummy support. I'm not really clear on what it does, but it may be related to your problem. I know that it is only required occasionally, so it may not be compiled into your kernel. -dave On Fri, 1 Jan

still no GUI on alpha

1998-12-29 Thread David Harvill
I have a simple little gui file, gTest.java. % cat gTest.java import java.awt.*; public class gTest { public static void main(String args[]) { Frame f = new Frame(); f.resize(100,100); f.setLayout(new BorderLayout()); f.add(new Label("Greetings"), "South");

Re: Trouble with '<' in awt text components

1998-12-23 Thread David Harvill
On Wed, 23 Dec 1998, Dan Leary wrote: I'm not one of Blackdown's developers, nor do I have a solution for you. What do I have is the same problem. The '<' key produces '>' only in a Java App. if numluck is on, then '<' produces '*>'. This same app does not behave this way on other platform (Su

awt error on alpha

1998-12-17 Thread David Harvill
We are running java 1.1.7 for the alpha on RedHat 5.2. Java on the command line works fine, but anything we try using graphics gives an error about not finding libawt.so and libXm.so. Both files are there. libawt is in a green_threads subdirectory of java/lib and libXm is in /usr/X11R6/lib. I

Re: Realy Work

1998-12-16 Thread David Harvill
A) it depends on what shell you are using. B) if access is limited to /root, it will also be limited to /root/jdk117_v1a. That may cause problems for you. -dave On Tue, 15 Dec 1998, Tobias Ramos wrote: > Hi there people, > > Can anybody say to me how i put my commands in linux PATH??: