Running java binaries under Linux

1999-01-25 Thread Steve Cohen
The file java.txt in the /usr/src/linux/documentation directory gives information on compiling the java kernel to provide support for running java binaries. (This file is in the 2.0.36 source trees and I believe earlier ones as well. It appears to be somewhat out of date. For one thing, it ment

Re: TCP & SIGIO & SO_NOSPACE(sock_wmalloc() failure)

1999-01-25 Thread Uncle George
got the alpha 2.0.36 kernel from redhat 5.2/updates for alpha still got the problem. Attached is a demo ( client/server) program that demonstrates the loss of the SIGIO interrupt after a few EAGAIN failures. I do not know why the loss, but for most of the failures there is a I "have no more buffe

Unidentified subject!

1999-01-25 Thread killer
UNSUBSCRIBE

jdk1.2

1999-01-25 Thread Erich Mayr
more than 1 month has passed since the anouncement of 1.2 beeing ready, what about??? ciao Erich

Re: vi in win95 or winNT

1999-01-25 Thread Maureen Lecuona
Jinpeng Xie wrote: > > hi, > > I just moved to WinNT due to a job. I am using JBuilder to develop > servlet application. I really like to use vi. I hate to use editor > running in WinNT. I don't want to waste time on mouse. Do you have > some sugestion about edito

JDK1.2 availability

1999-01-25 Thread Philip Lysons
Hi, >From reading the site, it looks like you thought you would have JDK1.2 out by now. I was wondering if you had an updated ETA on that. Thanks, Phil Lysons

Re: Messed Up Date Validation In 1.1.7

1999-01-25 Thread Brad Pepers
Ryan Sutter wrote: > > I don't know for sure that this specific to Linux Java so my apologies > in advance. I am using this code for date validation: > > DateFormat df = new SimpleDateFormat("MM/dd/"); > try { > Date theDate = df.parse(the

vi in win95 or winNT

1999-01-25 Thread Jinpeng Xie
hi, I just moved to WinNT due to a job. I am using JBuilder to develop servlet application. I really like to use vi. I hate to use editor running in WinNT. I don't want to waste time on mouse. Do you have some sugestion about editor like vi for PC. I also

Re: jdk2.0 (jdk.12) options ?

1999-01-25 Thread Aaron Gaudio
I was deep in meditation when Steve Byrne awoke me by saying: > > Matt Zagni writes: > > Well, > > > > I haven't received any mail from anyone concerning this yet so I imagine > > you all must be downloading it to try ? > > > > Does the original message look like a good possiblity that it

Re: jdk2.0 (jdk.12) options ?

1999-01-25 Thread Steve Byrne
Matt Zagni writes: > Well, > > I haven't received any mail from anyone concerning this yet so I imagine > you all must be downloading it to try ? > > Does the original message look like a good possiblity that it may work > on Linux ? > > Any responces ? Yes. No friggin way. The two

Messed Up Date Validation In 1.1.7

1999-01-25 Thread Ryan Sutter
I don't know for sure that this specific to Linux Java so my apologies in advance. I am using this code for date validation: DateFormat df = new SimpleDateFormat("MM/dd/"); try { Date theDate = df.parse(theText); jtf.set

set cursor in the TextField

1999-01-25 Thread swang
Hi, I am building a java Frame with a TextField and a couple Buttons. I would like by default, setting up the cursor in the TextField so the user can directly type in the textfield when the frame shows. Any help is greatly appreciated. Stephen Wang

Re: jdk2.0 (jdk.12) options ?

1999-01-25 Thread Matt Zagni
Well, I haven't received any mail from anyone concerning this yet so I imagine you all must be downloading it to try ? Does the original message look like a good possiblity that it may work on Linux ? Any responces ? Matt > Resent-Date: Mon, 25 Jan 1999 04:36:55 -0500 > Date: Mon, 25 Jan 19

Re: Save a canvas as a GIF file

1999-01-25 Thread Mike Mondragon
You can use the class java.awt.image.PixelGrabber to "grab" the pixels from an image into an array of integers. Remember that a java pixel is just an integer with the high bits being "alpha" going down from Red then Green then Blue ... RGB. Here's the code snippet for monkeying the pixels from t

JDK 1.2

1999-01-25 Thread Ian K. Williams
I'm sorry to bother you with this, as I'm sure you have had many requests for the same information, but do you have anything further on when JDK1.2 will be released? Many thanks for an excellent port. Ian.

Re: Swing Core Dump...?

1999-01-25 Thread TJ Saunders
Hmmm...The new kernel didn't require glibc, as it compiled and now boots fine using just libc5. As a double-check, I downloaded and reinstalled the Blackdown JDK1.1.5v6, which now works as well, Swing and all. That problem is solved, but it begs the question: what was it about the JDK1.1.6 tha

segmentation violation - any developers listening - fixed

1999-01-25 Thread John Summerfield
ypbind and its friends had been misbehaving: fo some reason I can;'t fathom they weren't being started at boot time on server or workstation. Rebooted both machines, and java's working again. So are ypbind and its friends. Sheesh, and I heard winders was bad. Back to your regular program all.

segmentation violation - any developers listening?

1999-01-25 Thread John Summerfield
I've just had a couple of crashes occasioned by power failures. Now java's not working: [summer@possum data]$ javac -d ~/Classes/ DBTrades.java SIGSEGV 11* segmentation violation stackbase=(nil), stackpointer=0xbfffe9b0 Full thread dump: "Clock" (TID:0x404aa088, sys_thread_t:0x4134

Re: timezone

1999-01-25 Thread Rob Nugent
This may well be the JavaSoft defect http://developer.javasoft.com/developer/bugParade/bugs/4124203.html or one of the related ones. Basically, they stuffed up daylight savings time in a number of European countries including Britain. The correct solution is only implemented in JDK 1.2, so you

Re: timezone

1999-01-25 Thread Martin Little
> It is not clear to me who is reading this message. But I hope you can > help me with my question or give me a reference where I can find help. > *Obligatory bad dog message* This isn't really a list for discussing general java programming. > > problem is that when I use the data command om the

timezone

1999-01-25 Thread Jeroen Siffels
Dear Reader, It is not clear to me who is reading this message. But I hope you can help me with my question or give me a reference where I can find help. I'm running on a Pentium based system Linux 2.0.36 with JDK 1.1.6. My problem is that when I use the data command om the commandline (/bin/dat

Re: downlaod Swing

1999-01-25 Thread Larry Arnoldy
On Mon, 25 Jan 1999, Ozer Irfan wrote: > Hello. > > Where can I download swing for Linux? > I use jdk 1.1.7 > > Thanks > > Swing can be downloaded from http://www.javasoft.com/products/jfc/index.html It is written in Java and is okay for all 1.1.x platforms. ... larry arnoldy

RE: downlaod Swing

1999-01-25 Thread Jaco Greeff
> Where can I download swing for Linux? Swing is _pure_ Java so it works on any compliant JVM. Just download it from JavaSoft at http://java.sun.com. greetings, -- jaco greeff IS e-Commerce Integration Tel: +27 (0)11 283 5684 Cell: +27 (0)83 301 5005 "Don't relax! It's only your tension that'

downlaod Swing

1999-01-25 Thread Ozer Irfan
Hello. Where can I download swing for Linux? I use jdk 1.1.7 Thanks

Re: TCP & SIGIO & SO_NOSPACE(sock_wmalloc() failure)

1999-01-25 Thread Alan Cox
> Is this something simple to fix ( a missing reference to callback3() ), or > is this a rewrite? I've no idea > This is linux 2.0.33 on alpha ( the last 2.0.xx kern that had an acceptable > adaptec controller code! ) Thats between you, adaptec and the adaptec code people. You can get adaptec u

jdk2.0 (jdk.12) options ?

1999-01-25 Thread Matt Zagni
Hi, Has anyone downloaded the solaris intel version of jdk2.0 Solaris_JDK_1_2_01_dev06_i386.tar.Z from javasoft.com (solaris developers collection site) yet and attempted to run it under Linux using glib2.0.7pre6 ? Although the libs look as though they may need connecting together it may work ?

Java source Obfuscation Tools[specially Crema]

1999-01-25 Thread ByoungLae Kim
Hello. Is there anybody has crema[obfuscation tool] written by Hanpeter van Vliet? or Could you tell me other obfuscation tool?(freeware welcomed. :). == ByoungLae Kim School of Electrical Engineering, Seoul National University

[Q] JAVA ERROR OR BUG

1999-01-25 Thread Ninja
When I run my program I got this messge; OUCH: nested memory code, to 1 levels. Killed But the problem is that I cannot reproduce this at will. That is, this occurs in different case. Thanks in advance. And Please reply me via e-mail.