only in 1.4

2002-10-22 Thread Stef Epardaud
regexpes are only a 1.4 feature. -- # Stef Epardaud, # Teachers have potentially more power than military, # Java Defeater # the former can teach us how to not need the latter. # Earth # Lunatech Research, # Solar System # soon we'll quit researching and start fi

more info on breakage

2002-02-15 Thread Stef Epardaud
ry address 0x655f7368: No such process. this is all i get, i have core dumps just the same with any other versions of the jdk, be it 1.2.x, 1.3.x or 1.4x of all vendors. please if anybody on this list knows how to let me enter japanese using the normal java way of doing it (not with an extra clas

Re: java intl. input method on linux

2002-02-12 Thread Stef Epardaud
talled, and kinput2, but that still does not work. -- # Stef Epardaud, # Teachers have potentially more power than military, # Java Defeater # the former can teach us how to not need the latter. # Earth # Lunatech Research, # Solar System # soon we'll quit researching and st

Re: user.home undefined for 1.1.8v1 under certain circumstances

2000-07-19 Thread Stef Epardaud
nticipating), you should fix your > yp installation. ok, then it can be something else, because those three returned the correct info, and jdk1.2 and 1.3 do work btw. any other way to test if yp is not working fully? > This is not a Java problem. > > -John --

user.home undefined for 1.1.8v1 under certain circumstances

2000-07-19 Thread Stef Epardaud
gives info about the user (me thinks) now it could very well be that something is wrong in my yp installation, but most other programs seem to do without, so is there a workaround to get the property ? -- # Stef Epardaud, # There is no limit to the power of computing ... # Java Defeater

Re: Linux-Bug with ?

1999-07-15 Thread Stef Epardaud
On Thu, Jul 15, 1999 at 11:13:19AM +0200, Juergen Kreileder wrote: > > Oktay Akbal writes: > > Oktay> I think there is a Bug in the implementation of the conditional > Oktay> (ternary) operator in the latest jdk1.2 for linux. > > It's a known bug in the JIT compiler (sunwjit). Turn

Re: How to trap signals?

1999-06-08 Thread Stef Epardaud
On Tue, Jun 08, 1999 at 11:28:55AM +, Jonas Holmberg wrote: > How can I make a method being called before the jvm exits when killing > the jvm (or pressing Ctrl-C if its in the foreground)? > > I suppose a pure java way is out of the question? What is the least OS > dependant way? > > What I

Re: idltojava ? : use jidl

1999-06-07 Thread Stef Epardaud
On Mon, Jun 07, 1999 at 04:45:03PM +0200, [EMAIL PROTECTED] wrote: > Hi. > > Shouldn't there be a "idltojava" program with > the jdk-1.2pre2 release ? > > If not, are there any on this list who are using JAVA > and CORBA with jdk-1.2 and if so what are they using ? > i'm using jidl, found on h

user.language property not working on jdk1.2 pre-v2 ?

1999-06-07 Thread Stef Epardaud
the way i used locales is by making it an argument to java, this works fine under jdk1.1 and jdk1.2 pre-v1. java -Duser.language=nl localetest if i run this test with jdk1.1 or jdk1.2 pre-v1 i get the Locale.getDefault() to return me 'nl' but with jdk1.2 pre-v2 i get 'en_US' the following prog

memory leak in jdk1.2 ?

1999-06-07 Thread Stef Epardaud
here is a simple program i use to launch xterms/ssh on the machines from our network. it is a program that reads a property file that looks a lot like the one from xbuffy and displays as many buttons you specified with the foreground/background color you chose and the command executed when clicked

help proposal

1999-05-03 Thread Stef Epardaud
hi, i don't know if this is a good address to send this mail, but i hope so. we're developing a lot on java under linux and we have 4 full-time very good programmers that use almost all of the capabilities of the core jdk1.2 (that is jdk1.1 + swing + corba + jdbc + rmi + DnD). we ran into load

Re: FUCKING MAIL LIST

1998-11-28 Thread Stef Epardaud
On Sat, Nov 28, 1998 at 05:27:44PM -0600, apersil wrote: > REMOVE ME FROM THIS FUCKING MAIL LIST OR TELL ME HOW TO REMOVE MY SELF > FROM THIS PIECE OF SHIT LIST! MOTHERFUCKERS try email to [EMAIL PROTECTED] but not sure...

Re: UNSUBSCRIBE

1998-11-28 Thread Stef Epardaud
On Sat, Nov 28, 1998 at 05:32:43PM -0600, apersil wrote: > now what's that supposed to mean please ?

process and streams

1998-11-27 Thread Stef Epardaud
On Thu, Nov 26, 1998 at 05:55:16PM +0800, optima wrote: > my linux fan : thank you very mach! > I has try this method before I mail my first letter. > I found if my code don't invoke "waitfor()". I can get the > inputstream of the new process. so I try use printstream to > write new password to

Re: java runtime object invoke a linux interavtive command

1998-11-27 Thread Stef Epardaud
On Thu, Nov 26, 1998 at 04:58:36PM +0800, optima wrote: > hellow friend > I can use the runtime object to exec() a "ls". > But I can't invoke the command "passwd " > because it need to comfirm the passwd .how can I do > thank my linux fan. Hello, not sure if that will be of any help, but you cou