jdk-1.1.7 v3 native threads question/problem

2000-08-31 Thread Bill Halchin
Hello, I have some kind of file system permissions problem. I installed the native threads jdk-1.1.7 on my Red Hat machine (6.0, 6.2??). When I run javac, I get a complaint about inability to create a file in /proc. The permissions on /proc look OK. Any help? Bill Halchin

Re: Compile Error from BlackDown jdk 1.1.7

1999-11-16 Thread jks
On Tue, 16 Nov 1999 [EMAIL PROTECTED] wrote: > Hi: > > I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux. > There is no problem to compile a simple java application (hello.java). But > got compile error when compile an application with Swing component. The > error messa

Re: Compile Error from BlackDown jdk 1.1.7

1999-11-16 Thread Nathan Meyers
The package name changed to javax.swing. That's also the case with reasonably recent releases of Swing1.1 for JDK1.1. Nathan On Tue, Nov 16, 1999 at 04:33:36PM -0600, [EMAIL PROTECTED] wrote: > Hi: > > I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux. > There is no proble

Re: Compile Error from BlackDown jdk 1.1.7

1999-11-16 Thread Michael Sinz
On Tue, 16 Nov 1999 16:33:36 -0600, [EMAIL PROTECTED] wrote: >Hi: > >I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux. >There is no problem to compile a simple java application (hello.java). But >got compile error when compile an application with Swing component. The >err

Compile Error from BlackDown jdk 1.1.7

1999-11-16 Thread Lee_Xing
Hi: I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux. There is no problem to compile a simple java application (hello.java). But got compile error when compile an application with Swing component. The error message is "Package com.sun.java.swing.* not found in import". W

Re: java 1.1.7/Linux Thread switching

1999-11-01 Thread Patrick Taylor
My thanks to everyone for the replies about thread interleaving. The other thing I'm still trying to sort out is this issue with native threads in jdk 1.1.7v3 and redhat 6.0 (with glibc 2.1). There seems to be a library mismatch or something. A simple threaded p

Re: java 1.1.7/Linux Thread switching

1999-10-31 Thread Rich Ibbotson
My thanks to everyone for the replies about thread interleaving. The other thing I'm still trying to sort out is this issue with native threads in jdk 1.1.7v3 and redhat 6.0 (with glibc 2.1). There seems to be a library mismatch or something. A simple threaded program runs fine with native thr

Re: java 1.1.7/Linux Thread switching

1999-10-30 Thread Albert Y.C. Lai
Chris Abbey <[EMAIL PROTECTED]> writes: > This is "known behaviour". The thread spec is very vague in regard to how > it is supposed to work. There have been numerous discusions on the list [...] > but actually a statement of the technology's threading quality (or lack > thereof as the case may

Re: java 1.1.7/Linux Thread switching

1999-10-29 Thread Chris Abbey
This is "known behaviour". The thread spec is very vague in regard to how it is supposed to work. There have been numerous discusions on the list in the past, check the archives for them. It basically boils down that there is no gaurentee in the threading spec that multiple threads will be interle

java 1.1.7/Linux Thread switching

1999-10-29 Thread Rich Ibbotson
Hi Everyone, I am seeing strange behavior in the way threads are switched in java 1.1.7v3. This is on a RedHat Linux 6.0 system (kernel 2.2.5-22, with glibc 2.1). I have the jdk and native-threads packages for glibc on X86 from blackdown.org. Problem 1: If I start 3 threads at the same prior

Re: Re[2]: Having problems running 1.1.7

1999-10-25 Thread Michael Sinz
On Mon, 25 Oct 1999 18:03:23 -0400, [EMAIL PROTECTED] wrote: > > > >It turns out I had to put the library paths in /etc/ld.so.conf and run >"ldconfig". That should not be needed. If that was the case then something was set up wrong. The .java_wrapper script (which is what the bin/java command

Re: Having problems running 1.1.7

1999-10-25 Thread tpeter
I dealt with this problem not a week ago. You need to edit your dynamic lookup file /etc/ld.so.conf to include the path of the shared object file. On Mon, 25 Oct 1999 [EMAIL PROTECTED] wrote: > > > Hello, > > I am new to Java on Linux. I followed all of the directions on >

Re[2]: Having problems running 1.1.7

1999-10-25 Thread Patrick_Hardy
It turns out I had to put the library paths in /etc/ld.so.conf and run "ldconfig". Thanks __ Reply Separator _ Subject: Re: Having problems running 1.1.7 Author: "Michael Sinz" <[EMAIL PROTECTED]> at TI

Re: Having problems running 1.1.7

1999-10-25 Thread Michael Sinz
On Mon, 25 Oct 1999 12:41:57 -0400, [EMAIL PROTECTED] wrote: > > > Hello, > > I am new to Java on Linux. I followed all of the directions on > Blackdown's web site on how to install Java and I keep getting the > error: > > > java -version > java: error in loading shared li

Having problems running 1.1.7

1999-10-25 Thread Patrick_Hardy
Hello, I am new to Java on Linux. I followed all of the directions on Blackdown's web site on how to install Java and I keep getting the error: > java -version java: error in loading shared libraries: libjava.so: cannot open shared object file: No such file o

do I need source patches for JDK-1.1.7?

1999-10-15 Thread Roland Silver
I've downloaded for installation on an i386 machine running Red Hat Linux 6.0. The readme says "All Java-Linux ports share a common set of source patches. These are located in the 'common' directory for each major JDK revision." For the revision I've downloaded, that would be the file . Do I

problem running JDK 1.1.7 on alpha

1999-09-20 Thread Kevin Nicastro
Hello, When I attempt to invoke java I get the following error: ./../bin/alpha_21164a/green_threads/java: error in loading shared libraries: ./../lib/alpha_21164a/green_threads/libjava_dl.so: undefined symbol: _dl_default_scope I am running an alpha Linux system using RedHat 6.0. Has anybody ru

Re: Reinstall 1.1.7

1999-09-19 Thread Ted Neward
comb <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, September 17, 1999 9:58 AM Subject: Re: Reinstall 1.1.7 >Surjan Singh wrote: >> >> I always thought that you _don't_ need the classpath. If you have your >> PATH variable correctly

Re: Reinstall 1.1.7

1999-09-17 Thread Rachel Greenham
Surjan Singh wrote: > > I always thought that you _don't_ need the classpath. If you have your > PATH variable correctly (for the release you want to use, e.g. > /usr/local/jdk1.2/bin) then you don't need to worry about anything else. > > The only reason you would want your CLASSPATH set, is if

Re: Reinstall 1.1.7

1999-09-17 Thread Surjan Singh
libraries you want your compiler/java/appletviewer to see. If you want to remove a release of the JDK just remove the folder and its contents. Rachel Greenham wrote: > > Tom Whitcomb wrote: > > > > All, > > > > I've got 1.2 installed and I want to remove it and

Re: Reinstall 1.1.7

1999-09-16 Thread Rachel Greenham
Tom Whitcomb wrote: > > All, > > I've got 1.2 installed and I want to remove it and reinstall 1.1.7. How do > I uninstall 1.2? Do I just delete the 1.2 directories? What about the > support for the automatic CLASSPATH? > > Thanks for any help, Well, under Su

Reinstall 1.1.7

1999-09-16 Thread Tom Whitcomb
All, I've got 1.2 installed and I want to remove it and reinstall 1.1.7. How do I uninstall 1.2? Do I just delete the 1.2 directories? What about the support for the automatic CLASSPATH? Thanks for any help, Tom __ Get Your Private,

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-24 Thread BAZLEY Sebastian
> -Original Message- > From: Dimitris Terzis [mailto:[EMAIL PROTECTED]] > Sent: 23 August 1999 14:53 > To: 'Java-Linux mailing list' > Subject: RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2 [snip] > What happened is that, to download the tar fi

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Brandon Anderson
; >What happened is that, to download the tar files, I used an NT machine, > >linked to my Linux PC via Samba. So far so good. But, being lazy in typing > >"tar -xvf" under Linux, I used WinZip to un-tar and then copied the > >extracted files into the Linux JDK directory (

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Larry Gates
d to my Linux PC via Samba. So far so good. But, being lazy in typing >"tar -xvf" under Linux, I used WinZip to un-tar and then copied the >extracted files into the Linux JDK directory (1.1.7 or 1.2, respectively) >directly. Well, I don't know why (please somebody explain

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Dimitris Terzis
> +I know have a silly problem with JDK 1.1.7. Namely, while I can compile my > +application (containing several .java files organised in a number of > +packages), when I attempt to run it, it doensn't run! My environment is > + $JAVA_HOME = > + $CLASSPATH = .:$JAVA_

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Dimitris Terzis
Hello again... I think I 've solved most of the silly problems I was experiencing, thanks for your help and advises... The only one remaining is a NullPointerException I 'm getting when launching my application from JDK 1.1.7. It has to do with the initial JFrame. The interpreter res

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Miles Thompson
+I know have a silly problem with JDK 1.1.7. Namely, while I can compile my +application (containing several .java files organised in a number of +packages), when I attempt to run it, it doensn't run! My environment is + $JAVA_HOME = + $CLASSPATH = .:$JAVA_HOME/lib/classe

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-23 Thread Dimitris Terzis
s into the Linux JDK directory (1.1.7 or 1.2, respectively) directly. Well, I don't know why (please somebody explain), but with this procedure I kinda "lost" files during the WinZip extraction!!! The jdk/bin directory contained only a few of the scripts, (.java_wrapper, java-rmi.cgi,

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-22 Thread Nathan Meyers
Dimitris Terzis wrote: > > Nathan, > > > > I try to run the programs (either in binary or script form) from the > > > bin/x86/native_threads directory each time (by the way, examining the > > > scripts I see references to sun.tools.* classes - are they included in > the > > > libraries?). > > >

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-21 Thread Juergen Kreileder
> Dimitris Terzis writes: Dimitris> I am aware of this trickery, except that my Dimitris> /bin subdirectory does not contain Dimitris> any of the scripts(!). They 're all under Dimitris> /bin/x86/.../native_threads. And Dimitris> they don't do anything when I run them!

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-21 Thread Juergen Kreileder
> Nathan Meyers writes: Nathan> Don't try to run from those directories. The launch Nathan> scripts do a lot of important setup. You need to invoke Nathan> the scripts (java, javac, etc.) found in the Nathan> /bin subdirectory - you shouldn't be Nathan> in that directory

RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-19 Thread Dimitris Terzis
Nathan, > > I try to run the programs (either in binary or script form) from the > > bin/x86/native_threads directory each time (by the way, examining the > > scripts I see references to sun.tools.* classes - are they included in the > > libraries?). > > Don't try to run from those directories.

Re: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-19 Thread Nathan Meyers
Dimitris Terzis wrote: > > Hi guys... > > I am getting all sorts of problems with JDK 1.1.7 and JKD 1.2 installation > in Linux (I have a Pentium II/300 system with RedHat 5.2 and libc-2.0.7.so). > I try to run the programs (either in binary or script form) from the > b

Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-19 Thread Dimitris Terzis
Hi guys... I am getting all sorts of problems with JDK 1.1.7 and JKD 1.2 installation in Linux (I have a Pentium II/300 system with RedHat 5.2 and libc-2.0.7.so). I try to run the programs (either in binary or script form) from the bin/x86/native_threads directory each time (by the way

Re: problem with jdk-1.1.7

1999-06-08 Thread Javier Bolaños Molina
Ratkai Peter wrote: > HI there, > > I have downloaded and instaled JDK 1.1.7, Version 1a. After setting the > PATH variable, and issuing the command `java` it segfaults. > I'm not a java guru, especially this is the first time installing java on > linux. I have a glibc sys

Re: problem with jdk-1.1.7

1999-06-08 Thread Michael Sinz
On Tue, 8 Jun 1999 12:02:29 +0200 (CEST), Ratkai Peter wrote: >HI there, > >I have downloaded and instaled JDK 1.1.7, Version 1a. After setting the >PATH variable, and issuing the command `java` it segfaults. >I'm not a java guru, especially this is the first time installi

problem with jdk-1.1.7

1999-06-08 Thread Ratkai Peter
HI there, I have downloaded and instaled JDK 1.1.7, Version 1a. After setting the PATH variable, and issuing the command `java` it segfaults. I'm not a java guru, especially this is the first time installing java on linux. I have a glibc system, and also have libc-5 librarys installed. (D

Bug found in Linux port of the JDK 1.1.7 v1a

1999-05-24 Thread Moses DeJong
Hi all. I was using the Blackdown port of the JDK version 1.1.7 v1a on a Debian Linux box when I ran into this bug in the port. Here is a small piece of code that reproduces the bug and the output on a Sun Solaris box vs my Linux box. I am also going to put a bug report in the jitterbug database

1.1.7 bug?

1999-05-11 Thread Jeremiah Jahn
I've been haveing some probelms with the appletviewer and displaying graphics/swing over a remote x session with 1.1.7v1. I've never actually gotten it to work. The frame shows up, however it's blank, and remains so. Does 1.1.7v3 or 1.2 take care of this? It's just me? Have i missed something?

Re: JDK 1.1.7 green threads problem?

1999-05-06 Thread Hamdi Mohd Yusof
> classes.zip. Is that file gone from 1.2? > > Unrelated - the Java-lInux FAQ suggests running a test with appletviewer > to verify a working jdk. Did the stand-alone applets dissapear between > JDK 1.1.6 and 1.1.7? > > Thanks. > > Steve Greene > [EMAIL PROTECTED] >

Re: JDK 1.1.7 green threads problem?

1999-05-06 Thread Michael Sinz
appens when you switch from glibc 2.0 to glibc 2.1... (The dl_symbol_value went away) >Unrelated - the Java-lInux FAQ suggests running a test with appletviewer >to verify a working jdk. Did the stand-alone applets dissapear between >JDK 1.1.6 and 1.1.7? Huh? What do you mean "s

JDK 1.1.7 green threads problem?

1999-05-06 Thread Stephan Greene
ava-lInux FAQ suggests running a test with appletviewer to verify a working jdk. Did the stand-alone applets dissapear between JDK 1.1.6 and 1.1.7? Thanks. Steve Greene [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROT

Caldera OpenLinux 2.2 and Jdk 1.1.7

1999-05-03 Thread Peter Antypas
Is the JDK 1.1.7 port compatible with Caldera's OpenLinux 2.2 (2.2 kernel?) I am interested in getting this distribution, primarily for the KDE desktop, but I need to know if the JDK will work first. Thanks in advance, Peter An

Re: Problem with JSplitPane on 1.1.7 and Swing 1.1.1b2

1999-04-27 Thread Maksim Lin
his is a problem with the Blackdown > JVM or with Swing pre Java 1.2. Under JDK 1.2 on NT, the attached code > works as I expect it to, i.e. if I click in a TextField, I see a caret > and the event-listeners get events when I click, press enter etc. > Under Blackdown 1.1.7 with Swing 1.1

Problem with JSplitPane on 1.1.7 and Swing 1.1.1b2

1999-04-27 Thread Gerald Preissler
. Under Blackdown 1.1.7 with Swing 1.1.1 Beta 2, there is no caret if I click in one of the JTextFields, and I don´t get any events from the listener. I don´t have a win-machine with jdk1.1.7 and Swing handy to test there. Thanks Jerry --8<-- cut here import java.awt.*; import java.awt.ev

Q:'Fonts not found' and coredump on 1.1.7

1999-04-25 Thread Dima Ulberg
Hi, Most probably I missed this discussion, but I could not find any references in the mail archive. I am running JDK 1.1.7 on RH5.2 with AcceleratedX 5.0. As soon as I try to run AWT based program, I got coredump with the following messages: current locale is not supported in X11

Re: Problems with numeric keys on swingall.jar for jdk 1.1.7 for Linux

1999-04-23 Thread Chris Abbey
This may be a swing bug... I seem to remember something about latter versions of swing not working with 11x, but working with 12 in similar situations... something about a change (bug fix) in the event model for 11x that early swing was expecting to be broken, and newer swing is expecting to be fi

Re: Problems with numeric keys on swingall.jar for jdk 1.1.7 for Linux

1999-04-23 Thread Constantin Teodorescu
Riyad Kalla wrote: > > java.sun.com and then go to (on the left panel) Java Foundation > Classes, all of them should be in there. Get 1.1 final or 1.1.1beta, I > don't know how stable the beta is though. I got also JFC 1.1 and 1.1.1 beta 2 (from java.developer.com) and both of them don't work wi

Re: Problems with numeric keys on swingall.jar for jdk 1.1.7 for Linux

1999-04-23 Thread Constantin Teodorescu
Constantin Teodorescu wrote: > > I am using a jdk 1.1.7-v1a version on a RedHat 5.2 i386 Linux > > I am using also a swingall.jar version (I don't know how to find the > SWING version) that has 2196234 bytes long. > > Using an AWT TextField I can use the numeric keypa

Problems with numeric keys on swingall.jar for jdk 1.1.7 for Linux

1999-04-23 Thread Constantin Teodorescu
Hello, I am using a jdk 1.1.7-v1a version on a RedHat 5.2 i386 Linux I am using also a swingall.jar version (I don't know how to find the SWING version) that has 2196234 bytes long. Using an AWT TextField I can use the numeric keypad to enter digits. Using a SWING JTextField the numeric k

Re: UGLY BUG parsing the date of "1999-04-30" in jdk 1.1.7 on Linux RH 5.2

1999-04-22 Thread Robb Shecter
Constantin Teodorescu wrote: > > sdf = new SimpleDateFormat("-MM-dd"); > sdf.setLenient(false); > try { > thedate = sdf.parse(s); Hi, I've gotten good results by using the SimpleDateFormat constructor with this signatur

Re: UGLY BUG parsing the date of "1999-04-30" in jdk 1.1.7 on Linux RH 5.2

1999-04-21 Thread Bryce McKinlay
re in - in some timezones it works, in others it doesn't. The problems are fixed in JDK 1.2 regards [ bryce ] Constantin Teodorescu wrote: > Hello all, > > I have discovered a bug (?) in jdk 1.1.7-v1a-glibc > I am running a RedHat 5.2 i386 Linux with 2.2.5 kernel on a K6II-350

Re: UGLY BUG parsing the date of "1999-04-30" in jdk 1.1.7 on Linux RH 5.2

1999-04-21 Thread Ulli Kortenkamp
>>>>> "Constantin" == Constantin Teodorescu <[EMAIL PROTECTED]> writes: Constantin> Hello all, I have discovered a bug (?) in jdk Constantin> 1.1.7-v1a-glibc I am running a RedHat 5.2 i386 Linux Constantin> with 2.2.5 kernel on a K6II-350 MHz

UGLY BUG parsing the date of "1999-04-30" in jdk 1.1.7 on Linux RH 5.2

1999-04-21 Thread Constantin Teodorescu
Hello all, I have discovered a bug (?) in jdk 1.1.7-v1a-glibc I am running a RedHat 5.2 i386 Linux with 2.2.5 kernel on a K6II-350 MHz/64 Mb RAM I am setting a new SimpleDateFormat with "-MM-dd" parsing format and I'm trying to parse and use some dates. Curiously, the

Re: Which kernel for jdk 1.1.7, glibc, jni?

1999-03-26 Thread Craig E Rasmussen
>I'm about to switch kernels, primarily because the jni isn't working >properly with my current configuration (I'm currently still using a >libc5 kernel). Which kernel is most likely to work well with JDK >1.1.7, particularly with the jni? > >Also, might native

Which kernel for jdk 1.1.7, glibc, jni?

1999-03-26 Thread Barnet Wagman
I realize that a question about 1.1.7 may seem a bit antiquated at this point, but at present I need stability more than 1.2-ness. I'm about to switch kernels, primarily because the jni isn't working properly with my current configuration (I'm currently still using a libc5 kernel)

Re: Kernel 2.2.4 + Apache 1.3.6 + JServ 1.0b3 + JDK 1.1.7 = SLOW!

1999-03-24 Thread Mark Swanson
Have you taken a look at your /etc/nsswitch.conf file? Do you have any "nis" entries? If so, get rid of them and leave things to files and dns. Depending on what software is running you may be experiencing nis timeouts (because you aren't running nis) under 2.2. Dirk Leas wrote: > Anybody else b

Kernel 2.2.4 + Apache 1.3.6 + JServ 1.0b3 + JDK 1.1.7 = SLOW!

1999-03-24 Thread Dirk Leas
Anybody else benchmarked this combination against the same with the 2.0.36 kernel? It's more than a magnitude slower! One note, I built everything from source except for the JDK which I'm running from the tar content. Under 2.0.36, the above combination runs faster than IIS 4.0 + ServletExec 2.x!

Re: installing Java2 "on top of" 1.1.7 on Linux?

1999-03-07 Thread Tom Roche
> I'm a new Linux user. I used Ultrix and Solaris (with tcsh) for > several years, but I've been using NT almost exclusively for about a > year. So thanks for your forbearance with my Linux inadequacies ... > I'm using an RH5.2 box that already has a working JDK 1.1

installing Java2 "on top of" 1.1.7 on Linux?

1999-03-07 Thread Tom Roche
I'm a new Linux user. I used Ultrix and Solaris (with tcsh) for several years, but I've been using NT almost exclusively for about a year. I'm using an RH5.2 box that already has a working JDK 1.1.7 installed. (It had a $CLASSPATH which I unset.) I downloaded the preview Java2

Re: printing w/1.1.7

1999-02-24 Thread David Warnock
> I wondering if anyone had info on java printing w/1.1.7 Does this help? import javax.swing.*; import javax.swing.event.*; import java.awt.*; import java.awt.event.*; import java.util.*; import java.io.*; public class PrintTest extends JFrame implements ActionListener { private sta

sources for the JDK 1.1.7 v1a (native thread implementation)

1999-02-24 Thread Georges Brun-Cottan
I am puzzled by the interaction between non java object allocated in the heap and the java GC. Where can I find the source files for the native thread implementation of the JDK 1.1.7 v1a? Cheers, -- Georges -- To

printing w/1.1.7

1999-02-24 Thread Tom McMichael
I wondering if anyone had info on java printing w/1.1.7 I can only find tutorials on the 1.2 jdk printing ... from the mailing list it seems you can print from 1.1.7. A tutorial site or better yet sample printing code would be greatly appreciated. Thanks, Tom McMichael [EMAIL PROTECTED

Re: JDK 1.1.7 & glibc 2.0.1xx

1999-02-11 Thread Michael Sinz
On Thu, 11 Feb 1999 14:37:00 -0500, Bruce R Miller wrote: >Hi all; > Would the problem with jdk 1.1.7 and glibc-2.0.1xx be solved simply by >re-make-ing the system? This has solved some other similar problems for me. >(or does extensive, painful, testing have to be done?) Well, th

JDK 1.1.7 & glibc 2.0.1xx

1999-02-11 Thread Bruce R Miller
Hi all; Would the problem with jdk 1.1.7 and glibc-2.0.1xx be solved simply by re-make-ing the system? This has solved some other similar problems for me. (or does extensive, painful, testing have to be done?) If it's simple -- and assuming jdk 1.2 isn't right around the corner -- w

Re: Messed Up Date Validation In 1.1.7

1999-01-26 Thread Christopher Hinds
>>I was trying to initialise java.util.Date from substrings which I'd miscalculated. Quite happily accepted a month of 0 (it adjusted the year to suit).<< As strange as it may seem the Docs for the java.util.Date package states( take particular notice of the statement about the month values) From

Re: Messed Up Date Validation In 1.1.7

1999-01-26 Thread John Summerfield
On Mon, 25 Jan 1999, Ryan Sutter wrote: > This method allows incorrect dates like 13/9/98 without complaining. My Looks good here. The classes java.util.GregorianCalendar java.util.Date java.util.Calendar java.sql.Date are spastic. Most of the methods in java.util.Date ar deprecated. Between t

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

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

Re: JDK 1.1.7 native threads + linux-2.2.0pre8 + glibc2 (i686)

1999-01-24 Thread Vesco Claudio
Hi! Nathan Meyers <[EMAIL PROTECTED]> writes: > Did native threads ever achieve production quality in Linux JDK 1.1? > I never had much luck with them on Linux 2.0... tended to dump core > on me. In kernels 2.2.0pre <= 7 I had no problems: I had run jpython (like a shell) + together + netbeans i

RE: Jdk 1.1.7 and X-Server

1999-01-22 Thread zun
On Fri, 22 Jan 1999, Michael Sinz wrote: > On Fri, 22 Jan 1999 11:24:40 -0500, Warren Johnson wrote: > > >I have a web page that can be accessed with a browser (IE4 and Netscape) > >called Build the Snowman. On the left frame is the beginning template of > >the snowman on the right frame is stu

RE: Jdk 1.1.7 and X-Server

1999-01-22 Thread Michael Sinz
On Fri, 22 Jan 1999 11:24:40 -0500, Warren Johnson wrote: >I have a web page that can be accessed with a browser (IE4 and Netscape) >called Build the Snowman. On the left frame is the beginning template of >the snowman on the right frame is stuff like clothes, hats, etc... On the >bottom you hit

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Dimitris Vyzovitis
Hi, It seems that you are using getImage to transfer the image back and forth. Is there any particular reason to use the toolkit to fetch the image for processing? You can perfectly fetch the image using a stream and then use a PixelGrabber to reconstruct the image in memory (and process it). The

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Aaron Gaudio
Netscape Enterprise Server. Moved it to a Redhat 5.2 machine with > more memory and disk space with the latest Apache Web Server and this is JDK > 1.1.7. When I create the picture via my browser, the Apache error log shows > the following: > > _X11TransSocketUNIXConnect: Can't

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Bill Glover
Ok, same questions: >My kneejerk response is to ask if X is running on the server and >to ask if your DISPLAY environment variable is set properly for user "nobody" or >whoever your using for the web user. eg. "host.mynet.com:0.0" If you'd like to send me the url for page (or is it an intranet) a

RE: Jdk 1.1.7 and X-Server

1999-01-22 Thread Warren Johnson
PROTECTED] > Subject: Re: Jdk 1.1.7 and X-Server > > > I need a little more info. I understand that this is an > application that is > called as a CGI by Apache? Is it then supposed to display something on the > server's X display while it works? (This seems like a tall o

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Bill Glover
I need a little more info. I understand that this is an application that is called as a CGI by Apache? Is it then supposed to display something on the server's X display while it works? (This seems like a tall order with possibly several hundred users on the web side but it may make sense for your

Jdk 1.1.7 and X-Server

1999-01-22 Thread Warren Johnson
JDK 1.1.7. When I create the picture via my browser, the Apache error log shows the following: _X11TransSocketUNIXConnect: Can't connect: errno = 111 java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at su

Re: JDK 1.1.7 native threads + linux-2.2.0pre8 + glibc2 (i686)

1999-01-21 Thread Nathan Meyers
Did native threads ever achieve production quality in Linux JDK 1.1? I never had much luck with them on Linux 2.0... tended to dump core on me. > Argh!! > > with java -native ANYCLASSFILE, I had: > > ** > > SIGSEGV 11* segmentation violation > stackbase=BF9FFE70, stackpoin

JDK 1.1.7 native threads + linux-2.2.0pre8 + glibc2 (i686)

1999-01-21 Thread Vesco Claudio
Argh!! with java -native ANYCLASSFILE, I had: ** SIGSEGV 11* segmentation violation stackbase=BF9FFE70, stackpointer=BF9FF9E0 Full thread dump: "TimerQueue" (TID:0x406788d8, sys_thread_t:0x846d858, state:CW, thread_t: t@7175, sp:0x2f4f4f threadID:0x1947, stack_base:

Re: jdk-1.1.7-v1a.diffs.gz + JDK1_1_7K.solwin32.31_Aug_98.zip + "native" croaks AWT?

1998-12-27 Thread chet
Well, it looks like my problem is with lesstif. I turned on "DYN_JAVA=true", and re-ran, and found that the pre-build JDK also crapped out with a SEGV. And green_threads worked. So it looks like the common thread is that if I'm using lesstif, I can't use native_threads -- it croaks big time.

jdk-1.1.7-v1a.diffs.gz + JDK1_1_7K.solwin32.31_Aug_98.zip + "native" croaks AWT?

1998-12-27 Thread chet
I got the prebuilt AWT binaries for jdk117v1a, both native-threads and green-threads versions, and they work just fine on my Linux Debian 2.0 box. I then rebuilt, using the combination of jdk-1.1.7-v1a.diffs.gz JDK1_1_7K.solwin32.31_Aug_98.zip lesstif 0.83 libc6 2.0.7t and found that both

Possible fix for JDK 1.1.7 JNI problems

1998-12-11 Thread Bernd Kreimeier
I have been reporting problems with JNI/Invocation with JDK 1.1.7v1a+native for apps that use libdl.so, a bug which has been confirmed by Blackdown. By accident I discovered a quick patch on this problem that seems to work fine on my Debian "slink" snapshot, so if you happen to be stuck with a

SOLVED! RE: The bug is still there (and problems with the 1.1.7-v1a) (Re

1998-12-10 Thread Kontorotsui
On 01-Dec-98 Kontorotsui wrote: >I get this message: > >/usr/local/java/bin/../bin/checkVersions: /tmp/ldd.out.889: Permission denied > If you remember, someone told me to set an enviroment variable to tell Java not to bother with the version check. After I upgraded my libs, the message disappe

Re: The bug is still there (and problems with the 1.1.7-v1a) (Re

1998-12-04 Thread John Summerfield
On Thu, 3 Dec 1998, Kontorotsui wrote: > > On 03-Dec-98 John Summerfield wrote: > >> [About parse method] > >> Should I do a bug report to the Java developers? > > > >That is a good idea. > >It would be sensible first to verify it in an applet in Netscape (which > >does not use the Blackdown por

Re: The bug is still there (and problems with the 1.1.7-v1a) (Re

1998-12-04 Thread Kontorotsui
there also in a Solaris 1.2 JDK, which should have been released directly by JavaSoft. Should this be enough as a proof that it's not a problem with the Blackdown port? Of course I have also the code that shows the bug. >> >> Anyway, here is a real Linux port JDK 1.1.7-v1a proble

Re: The bug is still there (and problems with the 1.1.7-v1a) (Re:A bug in the parse me

1998-12-02 Thread John Summerfield
On Tue, 1 Dec 1998, Kontorotsui wrote: > > On 26-Nov-98 Juergen Kreileder wrote: > > [About parse method] > > >Get 1.1.7-v1a and try again, 1.1.7 has some bugfixes for the parse methods. > > I got the 1.1.7-v1a and the bug is still there. The blanks are not skipped

The bug is still there (and problems with the 1.1.7-v1a) (Re: A bug in the parse me

1998-12-02 Thread Kontorotsui
On 26-Nov-98 Juergen Kreileder wrote: [About parse method] >Get 1.1.7-v1a and try again, 1.1.7 has some bugfixes for the parse methods. I got the 1.1.7-v1a and the bug is still there. The blanks are not skipped, while in the docs it is clearly written that they should be. >The parse-m

native threads problems with 1.1.7

1998-11-23 Thread dog
i have a fairly complex application that at one point involves the interaction of 2 threads: thread1 synchronizes on object1 and wait()s. thread2 waits for some network input and then does some processing, then tries to notifyAll() on object1. however, thread1 has already continued processing. t

JDK 1.1.7

1998-11-19 Thread a . yilmaz
I had some problems while trying to install JDK(main being, I couldn't figure out how to install it!). Could you help me somehow?

Activator and JDK 1.1.7+TYA?

1998-11-16 Thread Mario Camou
Hi, I'm probably asking a dumb question, but hope springs eternal...I'm sort of hoping the README isn't up to date... Can Java Activator run on JDK 1.1.7+TYA? (or even without TYA). I don't relish having to have two distinct JDK versions on the same machine, what with a

jdk-1.1.7-1a & tya-1.1-4

1998-11-11 Thread Levente Farkas
.html - Name: jdk Distribution: (none) Version : 1.1.7 Vendor: (none) Release : 1a.glibc Build Date: Wed Nov 11 18:58:23 1998 Install date: Wed Nov 11 19:46:06 1998 Build Host: anna.inf.u-szeged.hu

JDK 1.1.7 for x86 Linux

1998-11-06 Thread Michael Sinz
Your Blackdown Java-Linux porting group would like to announce that the JDK 1.1.7 should now be available. The big surprise is that we now have a native threads add-on package for it too. (Thanks to Phill) Make sure you read the README.native_threads for some details as to what to expect. (It

Announcing: Sun JDK 1.1.7 V1 Port to Linux on PowerPC

1998-10-21 Thread Kevin B. Hendricks
Announcing: JDK 1.1.7 for MkLinux, Linux-PMac, and LinuxPPC New in this Port * This is our v1 port of Sun's JDK 1.1.7 final. - includes numerous bug fixes direct from Sun - fix for kernel accept() bug, caused slow Java Web Server - turn-off by: e

Re: JDK 1.1.7

1998-10-12 Thread jim watson
by the way, in iomgr.c you may have to tell it to open something... "sbb: you need to open libc by hand -- good luck -- most of the + * " jw

Re: JDK 1.1.7

1998-10-12 Thread jim watson
Filipe Custsdio wrote: > I spent this weekend trying to get JDK 1.1.7 to compile. After patching > the sources with the JDK1.1.6v5 diffs, I applied the diffs that "patch" > rejected manually. I did the same using slackware libc5, it works ok, but i only applied the rejects wh

JDK 1.1.7

1998-10-12 Thread Filipe Cust\sdio
I spent this weekend trying to get JDK 1.1.7 to compile. After patching the sources with the JDK1.1.6v5 diffs, I applied the diffs that "patch" rejected manually. I finally have a compilable JDK 1.1.7. Unfortunately, it segfaults on trying to run anything. I'll try to track down

JDK 1.1.7

1998-10-08 Thread jim watson
I have got the JDK 1.1.7 to build using the 1.1.6v4a diffs, and can run simple programs without the awt. I understand there is not a lot of point to this and i am more than happy to wait for the porting team to work their magic, but it has certainly been a very useful learning exercise for

RE: JDK 1.1.7 source released yet?

1998-10-07 Thread Pelayo
-Mensaje original- De: Michael Thome <[EMAIL PROTECTED]> Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Fecha: miércoles 7 de octubre de 1998 14:11 Asunto: JDK 1.1.7 source released yet? >Any of you noncom licensees been able to get their 117 distribution >yet? Sun ke

  1   2   >