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
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
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
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]
Get it every single time
-dave
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
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
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.
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
kernel 2.2.0 final has been released!
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
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
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
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
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");
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
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
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??:
18 matches
Mail list logo