Re: compiler for jdk1.3

2001-06-23 Thread Markus Suing
Hi, a few days ago I wrote about some JNI problems. I just wanted to let you know that the jre1.3.1 solved my Problem. But only if I start the VM with '-classic' Thanx for your replies, Markus. PS : Sorry for my badly formatted email. My mailtool did not show me the truth. ;-) --

Re: compiler for jdk1.3

2001-06-11 Thread Juergen Kreileder
On Mon, 11 Jun 2001, Markus Suing wrote: > to deal with the bug no 4389172 from sun~s bug database (description > see below) I need to know which c++ - compiler was used to compile > the blackdown jdk1.3.0. Was it the gcc ? What was the version of > the compiler ? Were any specific options whic

compiler for jdk1.3

2001-06-11 Thread Markus Suing
ative code. By the way, this is not a problem with jdk1.3 in a Solaris environment. How to reproduce the problem: (1) javac TestExcep

jdk1.3 support for sparc/linux

2001-03-21 Thread Michael . Chan
is there currently a release plan or schedule for a jdk1.3 port? I'm willing to offer my time and hardware resources to help with this project... mike snotty e/c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

JDK1.3 Installation question

2001-02-21 Thread René Thol
Hello everybody! Yesterday I tried to install jdk-1.3.0-FCSa.ppc.rpm on my SuSE6.4PPC, but kpackage told my as unresolved dependencies: libodbc.so and libodbcinst.so! Does anybody know within which package these files are and where I could get them from? Many thanx in advance Kind regards --

Re: Has the ARM JDK1.3 port been completed yet?

2001-02-12 Thread David Brownell
fi" support (in bytecode interpreter) needs some work yet. - Dave - Original Message - From: "Tim Lindquist" <[EMAIL PROTECTED]> To: "Java-Linux Blackdown Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 2

Has the ARM JDK1.3 port been completed yet?

2001-02-12 Thread Tim Lindquist
Subject says it all - what is the status of the port? If no one is doing it, can anyone comment on the size of the task: what has to be done, if it is feasible for a couple of good SW engineers to knock over quickly? -- To UNSU

Re: Problem with liphpi.so on JDK1.3 + RedHat 6.0

2001-01-04 Thread Erik Erskine
> > You need to upgrade your glibc, to 2.1.3 or 2.2. Thanks, it works fine now. Erik /\ | Erik Erskine [EMAIL PROTECTED] | | Sundayta Ltd

Re: Problem with liphpi.so on JDK1.3 + RedHat 6.0

2001-01-02 Thread Bryce McKinlay
Erik Erskine wrote: > I am having problems starting up java 1.3 on a Cobalt raq3 (Redhat 6.0, > 2.2 kernel). This applies to both IBM and Sun versions. Java 1.2 works > fine. > > The exact error message I get when running "java ..." is: > > Unable to load /opt/IBMJava2-13/jre/bin/libhpi.so: sym

Problem with liphpi.so on JDK1.3 + RedHat 6.0

2001-01-02 Thread Erik Erskine
I am having problems starting up java 1.3 on a Cobalt raq3 (Redhat 6.0, 2.2 kernel). This applies to both IBM and Sun versions. Java 1.2 works fine. The exact error message I get when running "java ..." is: Unable to load /opt/IBMJava2-13/jre/bin/libhpi.so: symbol sem_wait, version GLIBC_2.1

Netbeans debugger not working with JDK1.3

2000-12-31 Thread tino
: <[EMAIL PROTECTED]> Sent: Tuesday, December 26, 2000 4:14 PM Subject: Netbeans debugger not working with JDK1.3 > Hi everybody, > > > I guess it is known that the Blackdown JDK 1.3 does not work reliably with > the Forte/Netbeans debugger, the JVM crashes hard after a few seconds

Netbeans debugger not working with JDK1.3

2000-12-26 Thread Stephan Jaensch
Hi everybody, I guess it is known that the Blackdown JDK 1.3 does not work reliably with the Forte/Netbeans debugger, the JVM crashes hard after a few seconds of step-debugging. I would switch to the IBM JDK, but I can't debug JMF applications with it (it cannot find the codecs, and the README s

Re: Netscape & Sun JDK1.3 JRE Plugin Problem

2000-12-20 Thread Robert B. Easter
arting, exiting and restarting Nestscape and >seleting 'Show Java COnsole', it displayed the message 'java40.jar' not > found in classpath, currect classpath is >/usr/local/jdk1.3/jre/bin/plugin/i386/javaplugin.so (which was the path > I gave to NPX_PL

Netscape & Sun JDK1.3 JRE Plugin Problem

2000-12-19 Thread G.P.Rastogi
iting and restarting Nestscape and seleting 'Show Java COnsole', it displayed the message 'java40.jar' not found in classpath, currect classpath is /usr/local/jdk1.3/jre/bin/plugin/i386/javaplugin.so (which was the path I gave to NPX_PLUGIN_PATH) and thus Java COnsole was no

Re: JDK1.3 only classic works

2000-12-19 Thread Mr.Y.SHIVAKANT
-Original Message- From: Jesus M. Salvo Jr. <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, December 19, 2000 6:47 PM Subject: Re: JDK1.3 only classic works >Given that Sun and Blackdown's code branched off at some point in the >pa

Re: JDK1.3 only classic works

2000-12-19 Thread Mr.Y.SHIVAKANT
-Original Message- From: Joseph Shraibman <[EMAIL PROTECTED]> To: Graham Murray <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, December 19, 2000 7:25 AM Subject: Re: JDK1.3 only classic works >It apperears Sun has finally fixed the

Re: JDK1.3 only classic works

2000-12-19 Thread Jesus M. Salvo Jr.
Given that Sun and Blackdown's code branched off at some point in the past, how do we know if a Sun-Linux JVM bug is also a Blackdown bug? ... or vice-versa? Joseph Shraibman wrote: > > It apperears Sun has finally fixed the HotSpot crash problem. See > http://developer.java.sun.com/developer/

Re: JDK1.3 only classic works

2000-12-18 Thread Joseph Shraibman
It apperears Sun has finally fixed the HotSpot crash problem. See http://developer.java.sun.com/developer/bugParade/bugs/4372197.html. They previously marked it as closed; non-reproducable but now it is marked fixed. The fix limits the number of threads available on a system, but most apps don'

Re: JDK1.3 only classic works

2000-12-10 Thread SHUDO Kazuyuki
Graham Murray wrote: > I have just downloaded the Blackdown 1.3-FCS and only the "classic" VM > works. If I try client (the default) or server there is no error shown > - it just hangs. It does this even with 'java -version'. > I am using Linux 2.4.0-test12-pre7 >glibc 2.2 >

JDK1.3 only classic works

2000-12-10 Thread Graham Murray
I have just downloaded the Blackdown 1.3-FCS and only the "classic" VM works. If I try client (the default) or server there is no error shown - it just hangs. It does this even with 'java -version'. >From the command line, I can either use java -classic or change jvm.cfg, but my main reason for

Re: TrueTypeFonts and jdk1.3

2000-10-17 Thread Andreas Micklei
On Tue, Oct 17, 2000 at 01:06:11PM -0500, Joi Ellis wrote: > The JVM queries the X server for its font path. It takes this path > and visits each directory listed, opens the fonts.dir file, and parses it for > TrueType fonts. It doesn't just ask the X server for the fonts list, it > pulls it dir

Re: TrueTypeFonts and jdk1.3

2000-10-17 Thread Joi Ellis
On Tue, 17 Oct 2000, Barnet Wagman wrote: > > To get nice antialiased fonts you have to install > > the Fonts into $JDKHOME/jre/lib/fonts/. You can then use the fonts inside Java > > applications without the need for TrueType support in X > > (1) Can you put TrueFonts (*.ttf) into $JDKHOME/jre/l

Re: TrueTypeFonts and jdk1.3

2000-10-17 Thread Andreas Micklei
Hiho, On Tue, Oct 17, 2000 at 10:34:01AM -0500, Barnet Wagman wrote: > > To get nice antialiased fonts you have to install the Fonts into > > $JDKHOME/jre/lib/fonts/. You can then use the fonts inside Java > > applications without the need for TrueType support in X > > (1) Can you put TrueFonts

Re: TrueTypeFonts and jdk1.3

2000-10-17 Thread Barnet Wagman
> To get nice antialiased fonts you have to install > the Fonts into $JDKHOME/jre/lib/fonts/. You can then use the fonts inside Java > applications without the need for TrueType support in X (1) Can you put TrueFonts (*.ttf) into $JDKHOME/jre/lib/fonts/ ? (2) If the same font is in $JDKHOME/jre/

Re: TrueTypeFonts and jdk1.3

2000-10-17 Thread Andreas Micklei
Hiho, On Tue, Oct 17, 2000 at 08:07:39AM +0200, Carsten Schaefer wrote: > I'm using jdk1.3 from Sun with SuSE-Linux 7.0. > I have installed XFree 4.0.1 and xfstt and some windows > truetype-fonts. > They work with netscape but not with java. They should work with Java too, b

TrueTypeFonts and jdk1.3

2000-10-17 Thread Carsten Schaefer
Hi, I'm using jdk1.3 from Sun with SuSE-Linux 7.0. I have installed XFree 4.0.1 and xfstt and some windows truetype-fonts. They work with netscape but not with java. My aplication always uses the standard-linux fonts. (on win2000 it uses the correct fonts) Does anybody know how to use tru

Using Input Method in jdk1.3

2000-09-15 Thread Liang Low
I seems to have problem using Chinese Input Method on Linux. I download a few Input Methods (jars) that I found and put it into the jdk1.3/jre/lib/ext/ directory (I am using jdk1.3) and launch a Java application. But when I clicked on the left hand corner I don't see any "Select In

Re: jdk1.3 on SMP

2000-08-25 Thread Bart N. Locanthi
rror means exactly that. are you sure you're setting the JVM size to suit your needs? the default is quite small, and it's not going to grow unless you say it can. the jdk1.3 refresh from sun - which amazingly enough came out simultaneously for solaris sparc, solaris x86, and linux - run

Re: JDK1.3 on Linux with SMP

2000-08-23 Thread Odlin
me Environment, Standard Edition (build 1.3.0beta_refresh-b09)Java HotSpot(TM) Server VM (build 1.3.0beta-b07, mixed mode) Thanks for any help.   From: Calvin Austin  <[EMAIL PROTECTED]>Date: Tue Aug 22, 2000 8:28pmSubject: Re: JDK1.3 on Linux with SMPVery likely a monitor contention leak bug

Re: JDK1.3 on Linux with SMP

2000-08-23 Thread Jeff Hutchison
Joseph Shraibman <[EMAIL PROTECTED]> writes: > Uh, yeah, that's right. Sun's jdk says that it doesn't work on smp > kernels. The beta refresh up on java.sun.com removed the restriction on SMP machines. I've been using it with good results. -- Jeff Hutchison <[EMAIL PROTECTED]> Stryker Instru

Re: JDK1.3 on Linux with SMP

2000-08-22 Thread Joseph Shraibman
Uh, yeah, that's right. Sun's jdk says that it doesn't work on smp kernels. You'll have to use the latest blackdown version. The rc4 version didn't work on smp kernels because the jit it shipped with couldn't handle native threads, but supposedly the final release has fixed those bugs. Release

Re: JDK1.3 on Linux with SMP

2000-08-22 Thread Chris Abbey
At 17:00 8/22/00 -0700, Java Linux wrote: >Exception in thread "main" java.lang.OutOfMemoryError > <> > >In fact, it's unlikely that there should be any memory >problems and this error does not occur when running on just because it says it's out of "memory" don't believe it actually is re

Re: JDK1.3 on Linux with SMP

2000-08-22 Thread Calvin Austin
Very likely a monitor contention leak bug that has been fixed in hotspot, I think in beta refresh. btw the more details you can give a group like blackdown or Sun etc the better, java -version for example :*) I've been using SMP for a while, the only issue I've seen on linux is that the later ve

JDK1.3 on Linux with SMP

2000-08-22 Thread Java Linux
Hi all, We're running Red Hat Linux 6.1, kernel 2.2.12 and glibc 2.1.2 on Pentium SMP machines. After several hours of running, sometimes one node will crash, giving: Exception in thread "main" java.lang.OutOfMemoryError <> In fact, it's unlikely that there should be any memory problems

Re: JDK1.3 on Suse6.4

2000-08-18 Thread Calvin Austin
tart java using JDK1.3 on Suse6.4 I get a Segmentation fault. >Does somebody has an explanation? > >Thanks Lars. > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscri

JDK1.3 on Suse6.4

2000-08-18 Thread Lars Lathan
Hello, when I start java using JDK1.3 on Suse6.4 I get a Segmentation fault. Does somebody has an explanation? Thanks Lars. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Servlet and IBM jdk1.3

2000-07-24 Thread yangyuexiang
> Hi, Who can tell me where I will put the servlet.jar file in the IBMJava2-13 directory. Thanks yangyuexiang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Process communication jdk1.3

2000-06-23 Thread Calvin Austin
>This might not be a blackdown problem, but I need help now, and the IBM >newsgroups seems down? and sun, well I have never gotten a response from >them. Well there are apparently 2.5 million developers out there! Don't forget that Java 2 has a finer granularity security manager. I would sugge

Re: jdk1.3 installation

2000-06-23 Thread Desiree Hilbring
On 23 Jun 2000, Juergen Kreileder wrote: > >>>>> "Desiree" == Desiree Hilbring <[EMAIL PROTECTED]> >writes: > > Desiree> I am working on Suse 6.4 and I do have the libc 2.1.3. I > Desiree> tried to install the jdk1.3 and I am getting t

Re: jdk1.3 installation

2000-06-23 Thread Desiree Hilbring
o On 23 Jun 2000, Juergen Kreileder wrote: > >>>>> "Desiree" == Desiree Hilbring <[EMAIL PROTECTED]> >writes: > > Desiree> I am working on Suse 6.4 and I do have the libc 2.1.3. I > Desiree&

Re: jdk1.3 installation

2000-06-23 Thread Juergen Kreileder
>>>>> "Desiree" == Desiree Hilbring <[EMAIL PROTECTED]> writes: Desiree> I am working on Suse 6.4 and I do have the libc 2.1.3. I Desiree> tried to install the jdk1.3 and I am getting the message Desiree> segmentation fault, when I try to st

Re: jdk1.3 installation

2000-06-23 Thread Carsten Hoeger
On Fri, Jun 23, Desiree Hilbring wrote: > I am working on Suse 6.4 and I do have the libc 2.1.3. > I tried to install the jdk1.3 and I am getting the message > segmentation fault, when I try to start an java program, applet etc. > Any ideas? I also changed my color mode to 16 bit an

Re: Process communication jdk1.3

2000-06-23 Thread Nathan Meyers
esn't seem all that likely to be a JDK1.2 or JDK1.3 problem. Add an "e.printStackTrace()" to your rethrow code and examine the stderr output from your server process. You'll probably find a line in checkString() trying to use a null pointer. With the Blackdown JDK, and possib

jdk1.3 installation

2000-06-23 Thread Desiree Hilbring
Hi, I am working on Suse 6.4 and I do have the libc 2.1.3. I tried to install the jdk1.3 and I am getting the message segmentation fault, when I try to start an java program, applet etc. Any ideas? I also changed my color mode to 16 bit and changed my window manager to kde (system requirements in

Process communication jdk1.3

2000-06-23 Thread Jan Agermose
This might not be a blackdown problem, but I need help now, and the IBM newsgroups seems down? and sun, well I have never gotten a response from them. I have made a RMI server that forks a process to communicate with ispell to deliver a spellchecker to clients. I start ispell like Runtime

Re: various versions of JDK1.3

2000-06-12 Thread Julio Cesar Aguilar Cabrera
> I have blackdown jdk1.2.2, Sun J2SE 1.3, and IBMJDK1.3 > Running RedHat 6.1, gnome. Only blackdown's works under 16bpp, the > other > 2 only create black windows, but work okay under 8bpp. I've tried Sun J2SE 1.3 in RedHat 6.0 and there are no black windows in 16bpp. Neither in Afterstep 1.8.

various versions of JDK1.3

2000-06-12 Thread Schuyler D. Grant, PhD
I have blackdown jdk1.2.2, Sun J2SE 1.3, and IBMJDK1.3 Running RedHat 6.1, gnome. Only blackdown's works under 16bpp, the other 2 only create black windows, but work okay under 8bpp. I do not seem to see any speed improvements of Sun or IBM over Blackdown. What experience, recommendations do ot

Re: jdk1.3/forte problem

2000-06-12 Thread Vincent Trussart
noisebrain wrote: > I tried running the recent jdk1.3+hotspot downloaded from sun > with forte community edition 1.0 v502. > > It has a problem whereby the jmenus pull down but then immediately > disappear, so it is impossible to select any menu items. > > Any thoughts or s

jdk1.3/forte problem

2000-06-11 Thread noisebrain
I tried running the recent jdk1.3+hotspot downloaded from sun with forte community edition 1.0 v502. It has a problem whereby the jmenus pull down but then immediately disappear, so it is impossible to select any menu items. Any thoughts or suggestions on what to try? / thanks

Re: visual age and jdk1.3

2000-06-11 Thread Mojahedul Hoque Abul Hasanat
On Sun, Jun 11, 2000 at 11:54:13AM +0800, yangyuexiang wrote: > I installed jdk1.3 from IBM in my redhat 6.2. Today, I > installed VisualAge 3.0, when I run the software, following > error occurred. > ... > 1) Primitive failed in: PlatformFunction>>#callWith:with:with:w

Re: jdk1.3 for linux?

2000-06-11 Thread Brett W. McCoy
On Mon, 12 Jun 2000, wangmq wrote: > I want to download jdk1.3 for linux,but > http://java.sun.com/jdc/earlyAccess/j2sdk13/download-linux.html can't > be linked. Anyone knows where is the suitale downloaded site. Try: http://developer.java.sun.com/developer/earlyAccess/j2

jdk1.3 for linux?

2000-06-11 Thread wangmq
I want to download jdk1.3 for linux,but http://java.sun.com/jdc/earlyAccess/j2sdk13/download-linux.html  can't be linked. Anyone knows where is the suitale downloaded site.

visual age and jdk1.3

2000-06-10 Thread yangyuexiang
Hi, I installed jdk1.3 from IBM in my redhat 6.2. Today, I installed VisualAge 3.0, when I run the software, following error occurred. Who can give me suggestions? Thanks advance. yangyuexiang [yuexiang@yuexiang vsg]$ ./vajide VisualAge for Java (c) Copyright IBM Corp. 1991, 1999 Startup

Jdk1.3

2000-01-31 Thread jbaker
Hiya! Is it possible to 'backport' the Swing fixes in the 1.3rc1 to the Blackdown Jdk1.2.2? J Baker -- John Baker, BSc CS. Java developer and Linux lover:-) Sms: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to