Beta tester question

1999-03-01 Thread Greg Sternberg
Hi, I don't know if you have any need for a Java 1.2 beta tester but if you do I would be interested. -- Thank you, Greg Sternberg Productive Data Systems "Just because something is obviously [EMAIL PROTECTED] happening doesn't mean something obvious

Status of 1.2 in this article

1999-03-01 Thread Steve Byrne
Tom McMichael writes: > http://abcnews.go.com/sections/tech/CNET/cnet_javalinux990301.html > > According to this article sun says that the 1.2 linux port will be done > in > one to two weeks. Now isn't that interesting. And here I thought it was *I* who decided when we were ready. Hmm.

Status of 1.2 in this article

1999-03-01 Thread Tom McMichael
http://abcnews.go.com/sections/tech/CNET/cnet_javalinux990301.html According to this article sun says that the 1.2 linux port will be done in one to two weeks. Tom McMichael [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL

Java 1.2 w/2.0.X

1999-03-01 Thread Tom McMichael
Hello, Am I to assume that jdk 1.2 will not be released for 2.0.X kernels and only for the 2.2.X. ... assumed from the status page of jdk 1.2 Tom McMichael [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Re: has anyone got the native threads jdk1.1.7a1 running?

1999-03-01 Thread Moses DeJong
I was having this problem but one of the nice folks from the blackdown porting team told me how to fix it. The fix was to add the libjava.so file to the process space with this command. setenv LD_PRELOAD libjava.so After doing that it worked perfectly. Mo DeJong [EMAIL PROTECTED] gimme multimed

[Fwd: ANNOUNCE: ejboss, an ejb application server for linux]

1999-03-01 Thread blaise toad
huh... this really BELONGS here. regards blaise ---ejboss <[EMAIL PROTECTED]> wrote: > > > > ATTACHMENT part 2 message/rfc822 > > We announce the availability of EJBOSS, an enterprise java beans (EJB) > compliant server for Linux. > > You can find the source code and executables at www.ej

Way to go!

1999-03-01 Thread Dustin Lang
Hi, Sorry for adding to the noise, but there seems to be a lot of green on the JDK1.2 status page!! Way to go!! dstn. --- -- Dustin Lang, [EMAIL PROTECTED] -- (java developer, linux guy, green-haired freak)

Re: Hatred of 1.2 messages

1999-03-01 Thread Paolo Ciccone
> "GG" == Gerald Gutierrez <[EMAIL PROTECTED]> writes: GG> Unfortunately those, such as yourself, who understand and care GG> about what's involved only constitute the minority .. the GG> "java-elite". I know many programming gurus at Motorola where GG> I work that can't care

HTTPS

1999-03-01 Thread Zoltan . Tar
Hello I want to make an https connection but I get this error: java.lang.ClassNotFoundException: javax.net.ssl.SSLException: Received fatal alert: handshake_failure (no cipher suites in common) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1072) at sun.securi

Re: SwingApps (fwd)

1999-03-01 Thread Christopher Rowan
Blackdown Java is still at 1.1.7 (not 1.2 yet). This means you are talking about a different implementation of Java. This list if for Blackdown Java related questions only. It is not a general Java list. Unless you have a secret copy of Blackdown Java or you have posted your version number wro

Re[2]: problem with Installation

1999-03-01 Thread Pierre MIGUEL
PLEASE STOP TO SEND ME MESSAGE SOMEONE PUT MY EMAIL IN COPY __ Reply Separator _ [EMAIL PROTECTED] 01/03/99 12:39:00 To: [EMAIL PROTECTED]@internet [EMAIL PROTECTED]@internet cc: [EMAIL PROTECTED]@internet (bcc: Pierre MIGUEL/marc

Re: problem with Installation

1999-03-01 Thread Michael Sinz
On Mon, 1 Mar 1999 00:50:45 -0500 (EST), Ted Garrett wrote: >The problem you are running into has to do with the fact that your system >is not being told where to find the dynamic libraries. Try adding >/usr/local/jdk117_v1a/lib/i586/green_threads to the file /etc/ld.so.conf >and doing an ldconf

SwingApps (fwd)

1999-03-01 Thread Kathleen McLean
-- Forwarded message -- I'm trying to run a program that's using swing apps(on JDK 1.2 beta). The program comiles ok but when I try to run it I get the following: SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentation violation si_errno [0]:

Is KOI8 bug still present in JDK 1.2?

1999-03-01 Thread Aleksey V. Lukin
Hello, JDK porting team! First of all let me say THANK YOU for all you doing for Linux users. Just one question: Is KOI8 bug still present in JDK 1.2? I mean that Cyrillic KOI8 chars do not get encoded into unicode in all JDKs excluding FreeBSD port. It caused incorrect behavior of JAVA applicati

Re: Green Threads

1999-03-01 Thread Cees de Groot
Nathan Meyers wrote: > 1) The kernel controls it, or > > 2) It's controlled in user space. > > Native threads use answer #1, while green threads are the (nearly) > OS-independent Sun version of answer #2. They have the advantage of > working, with some porting effort, on OSes that don't support t

Re: has anyone got the native threads jdk1.1.7a1 running?

1999-03-01 Thread Juergen Kreileder
> Markus Enzenberger writes: Markus> Hi, Markus> I have a similar problem here. I use the Invocation API Markus> with native threads, definitely call JNI_CreateJavaVM with Markus> a correct classpath, but JNI_CreateJavaVM hangs for about Markus> 30 sec, before it stops wi

Re: has anyone got the native threads jdk1.1.7a1 running?

1999-03-01 Thread Markus Enzenberger
Hi, I have a similar problem here. I use the Invocation API with native threads, definitely call JNI_CreateJavaVM with a correct classpath, but JNI_CreateJavaVM hangs for about 30 sec, before it stops with: Can't find class java.lang.System Difficult to say more, it happens only with my larg

Multicast sockets

1999-03-01 Thread Steve Byrne
Topi Maenpaa writes: > I have been observing your java port effort for a long time, and I'm > happy noticing that it seems pretty much ready now... > > You may already know this, but it might help you to know that the > multicast socket bug in Linux kernel is corrected in 2.2.1 (may be in >

Multicast sockets

1999-03-01 Thread Topi Maenpaa
I have been observing your java port effort for a long time, and I'm happy noticing that it seems pretty much ready now... You may already know this, but it might help you to know that the multicast socket bug in Linux kernel is corrected in 2.2.1 (may be in 2.2.0 also). Good luck -Topi- << htt

Re: Green Threads

1999-03-01 Thread Nathan Meyers
Lee Chee Wai wrote: > I have read the README file associated with the 1.1.7b port on > the native thread support package and am a little confused by the > description of native and "green" threads. > > I'd first like to ask about "green" threads. What exactly are > they and where

classes

1999-03-01 Thread mike dobbs
I'm learning java, and I cannot get a hsa.Console class to work on linux? Where can I get this? Thank alot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: problem with Installation

1999-03-01 Thread Ted Garrett
The problem you are running into has to do with the fact that your system is not being told where to find the dynamic libraries. Try adding /usr/local/jdk117_v1a/lib/i586/green_threads to the file /etc/ld.so.conf and doing an ldconfig. After that, your problem should go away. An alternative is