Re: Question regarding a JDK1.2 bug

1999-06-28 Thread Rachel Greenham
Sanjay Bose wrote: > > I had submitted a bug (#667) on 25th March 1999 and it has not yet been > addressed by the BlackDown group. Since our product relies on the > transient nameserver in JDK 1.2, we need that bug addressed so that we > can officially state Linux Support. You need to remember t

Question regarding a JDK1.2 bug

1999-06-28 Thread Sanjay Bose
I had submitted a bug (#667) on 25th March 1999 and it has not yet been addressed by the BlackDown group. Since our product relies on the transient nameserver in JDK 1.2, we need that bug addressed so that we can officially state Linux Support. I would be glad to extend my effort or fully underta

makefile

1999-06-28 Thread Bernardo Paz Betancourt
Hello I´m migrating from C++ and dont know how to do a makeFile for my new Java project which haves more than 3 files to compile, could somme body sendme as an attached file (I have not Internet access ) a makefile to use as example? And tellme how to use it? Thankyou very much. Bernardo . . .

undefined symbol

1999-06-28 Thread DOMINIQUE . MOREL
Hello, I currently use Linux RedHat 5.2, and I've installed the JDK 1.2 pre-release 2, but an error occurs in libjvm.so : undefined symbol __bzero. Can you help me ? Thanks in advance, Dominique INFORMATIONAUTOMATIC V

Re: What's so platform dependent with Java2 source?

1999-06-28 Thread Anonymous
Anand Palaniswamy wrote: > > > Date: Sun, 27 Jun 1999 21:17:37 -0700 > > From: Nathan Meyers <[EMAIL PROTECTED]> > > > > > > How many of their patches have gone back into the Java tree? > > > > > > Many of them are going into 1.3. > > > > People are talking about 1.3? Not 1.2.3? > > Yes, 1.3. T

Re: Jini1.0 and JDK1.1.7 compatiblity.

1999-06-28 Thread Dan Hushon
Jini requires Java 2 Dan "Nagaraj S.B" wrote: > Hi all, > I have > I would like to know, > Whether Jini1.0 works on JDK1.1.7 loaded on Linux(Slackware3.5, > libc5.4.44,Kernel2.0.34) machine ?.Does Jini1.0 requires JDK1.2 only?. > Thanks in advance, > Nagaraj S.B. > Bells Softech Ltd,Bells House

Re: JDK 1.2 for Linux on Sparc

1999-06-28 Thread Larry Gates
>From: Steve Byrne <[EMAIL PROTECTED]> >Date: 27 Jun 1999 20:12:54 -0700 >> Hi everybody, >> >> I have in my Office an Sparc 5 running Linux. >> Now I want to use this machine for programming in Java. >> >> So I'm looking for JDK 1.2 for that machine. >> Is there already an beta-version availa

Re: Japanese data under Apache JServ

1999-06-28 Thread Nozomi Matsumura
Hi, add to your jserv.properties. # Arguments passed to java interpreter (optional) # Syntax: wrapper.bin.parameters=[string] # Default: NONE ##wrapper.bin.parameters=-Djava.compiler=tya wrapper.bin.parameters=-Dfile.encoding=EUCJIS wrapper.bin.parameters=-Duser.language=ja HTH. Nozomi Matsumur

[ANNOUNCE] Humanoid-0.3.0

1999-06-28 Thread Peter Pilgrim
ANNOUNCE ANNOUNCE ANNOUNCE ANNOUNCE ANNOUNCE ANNOUNCE ANNOUNCE === Xenonsoft, South London, England is very pleased to announce the availability of: Humanoid, version 0.3.0 `Humanoid' is an arcade video game, writ

Re: What's so platform dependent with Java2 source?

1999-06-28 Thread Anand Palaniswamy
> Date: Sun, 27 Jun 1999 21:17:37 -0700 > From: Nathan Meyers <[EMAIL PROTECTED]> > > > > How many of their patches have gone back into the Java tree? > > > > Many of them are going into 1.3. > > People are talking about 1.3? Not 1.2.3? Yes, 1.3. If you were at JavaOne, the Java 2 SE roadmap

Re: What's so platform dependent with Java2 source?

1999-06-28 Thread Andreas Jaeger
> Steve Byrne writes: Steve> [EMAIL PROTECTED] (Nelson Minar) writes: >> Java hits threads very hard. In particular, the native threads port of >> Java stresses the glibc threading framework (and the kernel!) more >> than most systems. So you have to contend not just with portability >> prob