Re: Signing Applets

1998-08-12 Thread Laura L. Evangelista
Daniel W. Dulitz x108 238-3728 wrote: > > > Can I sign an applet (JAR file) without "purchasing"/needing > > a certificate (digital ID)? > > Well, you need a certificate, but you can generate the certificate > yourself and be your own Certificate Authority (and you don't have to > pay anyone

Re: Linux Java and Object Domain 2

1998-08-12 Thread Stefano Canepa
At 19:16 -0700 11-08-1998, Eitzenberger Thomas wrote: >Stefano Canepa wrote: > >> Hi all, >> I have set-up Blackdown JDK 1.1.6v2 on my Linux box (RH 5.1) and >> started play with Java and all seems to go right, today a installed the >> Object Domain's Object Domain version 2 beta 2 and I h

(no subject)

1998-08-12 Thread kimodell
I keep getting mail from different people for java linux. I wonder if there is any way you can help me to get this problem solved. I thing I subscribed to it I'm not sure, I am new at using a computer. Kim O'dell

Re: makemake?

1998-08-12 Thread Stefan Andreasen
Yes Jikes is GREAT. With -depend just recompile everything every time at a blasting speed. I can highly recommend it. Stefan -Original Message- From: Alexander V. Konstantinou <[EMAIL PROTECTED]> To: Michael D. James <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: We

Re: Socket connect timeout?

1998-08-12 Thread A. Craig West
I thought that the whole process blocked on blocking IO calls only in the case of System.in, due to the original implementation. I'm on thin ice here, though. I was under the impression that other blocking IO calls were written to use non-blocking OS primitives. John Snell wrote: > > Shouldn't t

Re: Socket connect timeout?

1998-08-12 Thread John Snell
Shouldn't the entire process be blocked, on a blocking IO call? Thus, another user level thread wouldn't make a difference, as the socket open attempt would block all threads belonging to the process. Of course, this all changes when the JDK is written with native threads. On Wed, 12 Aug 1998

Re: Socket connect timeout?

1998-08-12 Thread A. Craig West
This thread isn't exactly topical to Java-Linux, but I'll throw in my 2 bits to bring it some closure, I hope. It is true that Socket.setSoTimeout(int timeout) causes reads to throw an InterruptedIOException, but the problem he is trying to solve is that it does NOT cause connects to throw an exce

Re: Socket connect timeout?

1998-08-12 Thread Juergen Sonnauer
What about Socket.setSoTimeout(int timeout)? Should throw a InterruptedIOException after specified milliseconds on read method. -- Juergen Sonnauer Per Widerlund wrote: > > Hello all.. > > Consider the following scenario: > You want to connect to a remote server that may > or may not be up and

Re: Signing Applets

1998-08-12 Thread Trevor Harmon
Absolutely not! What sort of security would there be if anyone could sign any old applet? That would defeat the entire purpose of signing. I suggest you read up on what exactly code-signing is. Check out the security sites at javasoft.com, microsoft.com, and verisign.com. Trevor On Wed, 12 Aug

Re: JNI for Alpha-Linux

1998-08-12 Thread Uncle George
the jni for the alpha wasn't built ( as it has to bee in assembler ) until v10 of 115. The include files are also with v10. I dont have too much experience with the JNI, but it does appear to work with 32 bit int/floats, and 64 bit long/double's/addresses. should be somewhere in http://www.voicen

Re: makemake?

1998-08-12 Thread Alexander V. Konstantinou
Take a look at jikes (the IBM research java compiler). It has an option to create makefile dependencies. In any case, it is so fast, that I compile every time with -depend and still finish much faster than javac + Makefile. http://www.alphaworks.ibm.com -> Jikes (linux) Alexander Michael D.

Re: Signing Applets

1998-08-12 Thread Ming-Ching Tiew
Laura L. Evangelista wrote: > > Java People, > > Can I sign an applet (JAR file) without "purchasing"/needing > a certificate (digital ID)? > If my memory doesn't fail me, you can. I remember trying DSA signinig of applet long time ago, following an example provided by Sun. But even if you

Re: don't understand JNI

1998-08-12 Thread Ming-Ching Tiew
Fan Howard-W12211 wrote: > > Hello, > > I run into problem with JNI. Seems it can't set field variable, nor can > it be used in Thread. Here's my program: > > fd1=(*Env)->GetIntField(Env,jcls,jfd)+1; > jcls should be jobj > (*Env)->SetIntField(Env, jcls, jfd, fd1); > jcls should

don't understand JNI

1998-08-12 Thread Fan Howard-W12211
Hello, I run into problem with JNI. Seems it can't set field variable, nor can it be used in Thread. Here's my program: //HelloWorld.java import java.lang.*; class HelloWorld extends Thread{ int fd=-1; public native void displayHelloWorld(); public native void sayFd(); public void run()

Re: Socket connect timeout?

1998-08-12 Thread Kenny Freeman
c. wait, c++. Java has its limits. I don't know any way of limiting the ammount of time spent waiting for a socket to connect (server sockets yes, but any old socket, hm). I would be interested in hearing how to do this too, as I have been trying to find a way for a while now. On Wed, 12 Aug 1998

Re: Signing Applets

1998-08-12 Thread Joachim Schaaf
Am Thu, 13 Aug 1998 schrieb Laura L. Evangelista zum Thema Signing Applets: >Java People, > >Can I sign an applet (JAR file) without "purchasing"/needing >a certificate (digital ID)? I found a tutorial about this from Joseph Bowbeer ([EMAIL PROTECTED]), but I forgot the URL. Regards, Joachi

Re: OpenGroup Linux JDK with pthreads

1998-08-12 Thread Uncle George
i'd be interested in the enhancements to the 'c' debugger to support threads. gat Bernd Kreimeier wrote: > I got a statement from Vania Joloboff regarding

Signing Applets

1998-08-12 Thread Laura L. Evangelista
Java People, Can I sign an applet (JAR file) without "purchasing"/needing a certificate (digital ID)? -- Laura

OpenGroup Linux JDK with pthreads

1998-08-12 Thread Bernd Kreimeier
I got a statement from Vania Joloboff regarding the native thread port of the Linux JDK prepared by OpenGroup. See http://www.gr.opengroup.org/java/jdk/linux Summary: the archives are ready for distribution, but they are waiting for confirmation of annual license renewal from SMI. They will n

Re: Printing

1998-08-12 Thread Uncle George
it is most likely trying to run the "lp" as in ( i tyhink) "/usr/bin/lp" which doesnt exist there under redhat. u can symbolically link the lp's together. Laura L. Evangelista wrote: > Sir, > > I tried to run your sample application "TestPrint" but it > wouldn't print anything ... The print

What happened to jdbc@java.blacjdown.org ?

1998-08-12 Thread Manfred Hauswirth
I was wondering what happened to [EMAIL PROTECTED] ? I unsubscribed from it some time ago because it worked on other projects. Now it seems to be no longer available. Can anyone help ? Sorry for this off-topic question ... (boy, I really hope this is not an FAQ ;-) TIA, Manfred

Printing (the Code)

1998-08-12 Thread Laura L. Evangelista
// This example is from the book _Java AWT Reference_ by John Zukowski. // Written by John Zukowski. Copyright (c) 1997 O'Reilly & Associates. // You may study, use, modify, and distribute this example for any purpose. // This example is provided WITHOUT WARRANTY either expressed or implied. i

Printing

1998-08-12 Thread Laura L. Evangelista
Sir, I tried to run your sample application "TestPrint" but it wouldn't print anything ... The print dialog shows up. But when I choose "Print" from the dialog, a "Print Error" dialog shows up with the message: "Could not execute print command: [Ljava.lang.String;@80cbe12" This is t

Socket connect timeout?

1998-08-12 Thread Per Widerlund
Hello all.. Consider the following scenario: You want to connect to a remote server that may or may not be up and running (or even reachable). You want to be able to specify the exact amount of time before the connection attempt times out. You are not allowed to use any of the soon-to-be- depreca