Re: A problem.

1999-05-14 Thread Robert Covell
Not sure about your first question but later, referring to the classes.zip... Look for rt.jar or zip and il18.jar or zip (something like that, I am not in a position to look at the directory, and since I don't look there that often I can't remember exactly). But anyway it is in some form of the

A problem.

1999-05-14 Thread Chen Xuan
Hi, I have downloaded the JDK1.2 for Linux. But, when I am trying to use the java to run a programm. It says can not find libstdc++.. But, if I set the LD_PRELOAD variable, I can not use any shell commands, every time it will give segment error, core dump.. Could you please tell me how to f

Re: Servlets and Such

1999-05-14 Thread Jeff Galyan
"Robert H. Thompson" wrote: > > Anybody out there can suggest a good servlet tutorial. I've just > downloaded Sun's Java Web Server and I am writting some servlets > using Blackdown's java1.2 port. I know this is a little off topic > but I'd appreciate any references I can get. > The book "Core

help me, awt doesn't work

1999-05-14 Thread Xu Xiaoqiang - Thatweb
Hello, Can any one help me on this ? I installed jdk1.1.7 for Linux on RedHat 5.2 , then , When I run the most simple awt application that has only a frame , java says: /usr/jdk/../lib/i586/green_thread/libawt.so: undefined symbool: XtShellString(libawt.so) java.lang.UnsatisfiedLinkError: no awt

Unidentified subject!

1999-05-14 Thread Daniel Ignat
hi Q: it's possible in java to use color in text-mode ? DANIEL [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Maximum Number of objects you can create in One virtual machiene

1999-05-14 Thread Stefan Proels
> we are working on large scale server side application in java. > this needs 1,000,000 objects live at any time because of somany reasons. > we are using the JDK 1.2 on Red hat Linux 5.2. > I wil appreciate any body can help me. > Thanks in advance. There currently is a bug

Re: JDK 1.2 and NetBeans or Simplicity???

1999-05-14 Thread Carl H. Sayres
> Has anyone got JDK 1.2 to work properly with NetBeans x2 or > SimplicityRC??? > > NetBeans installs properly (SuSE 6.0) and displays the splash screen, > but then crashes with a SIGSEGV 11. > > Thanks for any help. Hi Jeffery, In general, version 1.1 of Simplicity for Java has full support f

Re: Redhat 6 + JDK117v3 + native threads = unreliable AWT?

1999-05-14 Thread Peter Graves
Yes. I have a rather large Swing app that runs fine with 1.1.7v3 green threads, but with native threads it comes up but doesn't paint correctly (the main window remains blank, although I can tell from trace output that the paint code is being called and seems to complete without error), and then

libm.so.5 Problem

1999-05-14 Thread Edmundo Leiva
Hi blackdown-team: My configuration is the following - Linux 2.0.36, Slackware - libstdc++.so.2.8.0 (linked as libstdc++-libc6.0-1.so.2 in /usr/lib directory) My problem is that I had an exception in thread "main" when I try of running a program that uses GUI. java.lang.UnsatisfiedLinkError: /

Re: Servlets and Such

1999-05-14 Thread Dimitris Vyzovitis
"Robert H. Thompson" wrote: > Anybody out there can suggest a good servlet tutorial. I've just > downloaded Sun's Java Web Server and I am writting some servlets > using Blackdown's java1.2 port. I know this is a little off topic > but I'd appreciate any references I can get. o'reily has recentl

Re: OT: java and SAMBA

1999-05-14 Thread Ronald Kuetemeier
I'm sorry to bring you the news: Works fine for me, f: in my case is reported as dir. Linux 2.3.0-netfilter Samba 1.9.18p10 (I need to update this test-mach) NT 4.0sp4 Java 2.0. Sorry, guess you have to check your setup. Ronald Steve Cohen wrote: > This is slightly off topic as it doesn't invo

OT: java and SAMBA

1999-05-14 Thread Steve Cohen
This is slightly off topic as it doesn't involve linux but it involves a close relative : SAMBA. I wrote a program that processes a number of files residing in a directory on an SGI server that was running irix (6.2). Since we don't have a development environment for irix but do for NT, I though

Re: Redhat 6 + JDK117v3 + native threads = unreliable AWT?

1999-05-14 Thread Armen Yampolsky
FWIW, I am also seeing painting problems with 1.1.7v3, using native threads. This manifests mainly in the menus, but occassionally the entire app comes up as a big gray box. App came up fine in previous JDK's, and works fine on other platforms. My system is a RedHat 6.0 on i586. -Armen > Yes.

Re: JDK1.1.7_v3 and ORB.init()

1999-05-14 Thread Armen Yampolsky
I'll have to answer my own question here -- I took a look at the ORB sources from Sun and realized that they altered things so that the ORB is not compatible with pre-jdk1.2. I got ahold of the classes from an early 1.2 release from way back in November, and all works correctly, not at all a probl

Re: Unidentified subject!

1999-05-14 Thread Paul Romanchenko
On Fri, 14 May 1999 [EMAIL PROTECTED] wrote: But it won't work on non-unix systems. > Sure, you need to write the escape codes for that. > > -Yves > > On Fri, 14 May 1999, Daniel Ignat wrote: > > > hi > > > > Q: it's possible in java to use color in text-mode ? > > > > DANIEL > > [EMAIL PROTE

Re: Unidentified subject!

1999-05-14 Thread yves
Sure, you need to write the escape codes for that. -Yves On Fri, 14 May 1999, Daniel Ignat wrote: > hi > > Q: it's possible in java to use color in text-mode ? > > DANIEL > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email

jar & symlinks

1999-05-14 Thread pridemor
Can anyone tell me why jar can't deal with symbolic links? I have a directory in my source tree containing graphics files, etc. and I'm building my java classes to a separate, parallel tree. I'd like to just simply create a symbolic link to the graphics directory, but when I run "jar cf foo.jar"

RE: position of java applications starting up.

1999-05-14 Thread Ron Yorston
Nelson Minar wrote: >But I have a related >question - how do I *not* set the position of a window? I don't call >any methods to set the position, yet my window manager thinks the >window is demanding to be placed at 0,0. I'd rather let the window >manager decide itself. > >Am I doing something wr

Re: BDK 1.0

1999-05-14 Thread Rob Nugent
It's at the bottom of this page: http://www.javasoft.com/beans/software/bdk_download.html Richard Hall wrote: > Does anyone know where I can download BDK 1.0? Sun seems to have > completely migrated their site to 1.1, which only works with JDK 1.2. I > need a version that works with JDK 1.1.