Re: My big stupid mistake - Thanks!

1999-03-09 Thread Kevin White
Thanks to all the pointers. I decided to get jad as the decompiler to use, and it worked great. I still have to test all the class files after compiling them from what it creates, but going through the source, jad sure did a good job. Also thanks for the pointers on the Makefile problems I had.

Servlets Mapping

1999-03-09 Thread Ajay Vij
Hi Folks I am writing Servlets using JRun Pro 2.3 and Apache 1.3. I have a problem in placing the Servlets Source files in different dir other than the JRun Pro default Servlets dir. I even tried doing the same with the Java Web Server 1.1.3. But could not map the Servlets dir to a different dir

Re: My big stupid mistake

1999-03-09 Thread Nathan Meyers
Kevin White wrote: > > Ok, I'm really stupid. Please don't flame me for how stupid I was. I > was writing a Makefile and testing it > > First problem: the cd apparently doesn't work in the make file, so it > actually removed my java source files from where I really, _really_ > didn't want t

My big stupid mistake

1999-03-09 Thread Kevin White
Ok, I'm really stupid. Please don't flame me for how stupid I was. I was writing a Makefile and testing it. In the make file I have: #make a directory we can use for jarring things up mkdir jar #copy the com/kevinsworld/. directory structure cp -r com jar cd jar #don't want java files in

Re: idltojava and Java Plug-in

1999-03-09 Thread Carl Hewitt
Interface Definition Language (for CORBA) Carl Nathan Buggia wrote: > Does IDL stand for Interactive Data Language? > > On Mon, 8 Mar 1999, Alvaro del Castillo wrote: > > > Hi guys, > > > > Thanks for your great work. > > > > I have installed JDK1.2pre1 in a Debian 2.0 system and I have no > >

Missing font

1999-03-09 Thread Volker Augustin
Hi! I know this is not a Java-Unix mailing list, but I have a question which someone might still be able to answer. I am running Solaris 2.6 and JDK1.2 (Reference Implementation). When I start up a GUI program I get the following messages: Font specified in font.properties not found [-urw-itc

Re: idltojava and Java Plug-in

1999-03-09 Thread Nathan Buggia
Does IDL stand for Interactive Data Language? On Mon, 8 Mar 1999, Alvaro del Castillo wrote: > Hi guys, > > Thanks for your great work. > > I have installed JDK1.2pre1 in a Debian 2.0 system and I have no > problems using javac and java. > But you know, we need other tools for our Java develo

diffs

1999-03-09 Thread Tony Kimball
Is there an ETA for diffs? I want to get this running on FreeBSD ASAP. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: terrible fonts in linux-jdk1.2

1999-03-09 Thread ZHONG, Nan
I have got exactly the same warning msg, though no seg violation. the swing program runs okey. but the font does not look nice. i also got the following msg Warning: Cannot allocate colormap entry for default background. i'm using RH5.1 can anyone help? Thanks! % java test Font specified in

Re: unpacking JDK1.2

1999-03-09 Thread ZHONG, Nan
There is a rpm package at http://www.shopthenet.net/publiclibrary/RPM/dld/5.4/i386/RPMS/i386/bzip2-0.1pl2-2.i386.html it works fine for my RH5.1 On Wed, 10 Mar 1999, Chris Kakris wrote: > [EMAIL PROTECTED] wrote: > > > > I noticed that the download I have of the JDK1.2 is 36M and the all of the

ah yes, Java Web Server . . .

1999-03-09 Thread Pat Sullivan
Hi - I having problemink with Java Web Server to build on RedHat 5.2 . . .the jwebs.diff patch is not finding something ### [root@beo_host JavaWebServer1.1.3]# patch --input=./jwebs-linux.diff can't find file to patch at input line 3 Perhaps

Re: unpacking JDK1.2

1999-03-09 Thread Chris Kakris
[EMAIL PROTECTED] wrote: > > I noticed that the download I have of the JDK1.2 is 36M and the all of the new > ones are 24M and 12M, plus they are in a bz2 format. > How does one go about unpacking this format? > I have RedHat5.2 and when I try to unpack bzip20rmp all I get is > Howev

bugs bugs bugs, maybe not.

1999-03-09 Thread Fabian E. Schonholz
Hello; I tried running jdk1.2 on RedHat 5.2 with no luck. No matter what I do libjava.so is not found. So I upgraded the libs, such as glibc, libc, egcc, libstdc++, etc. I still get the same error, plus, I can not run jdk1.1.7 due to a missing symbol. A suggestion is to provide different compile

Re: Cobalt

1999-03-09 Thread Rachel Greenham
john adams wrote: > The Cobalt Qube and RaQ products are proving popular over here in the Uk > as I expect they are in the states The Qube II has just been launched. > > These have MIPS CPUs running at 150 and 250Mhz. > > I have a customer who has one of these at raileurope.co.uk and he wants > j

Re: terrible fonts in linux-jdk1.2

1999-03-09 Thread Stuart Ballard
Stuart Ballard wrote: > > I get the warning about zapf dingbats too (lots of times on starting a > single swing app) and the application seems to get the font metrics > wrong - the text appears at the normal size, but there are huge gaps > between lines (as if it was all doublespaced). > > The a

Re: terrible fonts in linux-jdk1.2

1999-03-09 Thread Stuart Ballard
I get the warning about zapf dingbats too (lots of times on starting a single swing app) and the application seems to get the font metrics wrong - the text appears at the normal size, but there are huge gaps between lines (as if it was all doublespaced). The application in question is jEdit, whic

jdk1.2: libfontmanager.so: Unsatisfied Link

1999-03-09 Thread B. Scott Boding
I'm having a problem getting the JDK1.2 to run on my work machine. It's a RedHat5.0 with a handful of upgrades. Anything non-gui related works fine, but when I try to do anything graphical, I get the following error: Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2/jre

Re: JVMDI

1999-03-09 Thread Nathan Meyers
Nathan Meyers wrote: > > Now that we can't nag about JDK1.2, I'll reluctantly break the ice on > another availability question: > > Any plans afoot to do the JVMDI (native JVM Debugger Interface) on > Linux? I withdraw my question... it's apparently already there (my mistake). What I'm missing

Re: JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Carsten Hoeger
On Tue, Mar 09, Mark Minas wrote: > thanks for your work on porting JDK 1.2 to Linux. I've downloaded JDK > 1.2 pre-v1 for i386 and have tried to run it on a Pentium PC with 2.0.36 > kernel (SuSE 6.0 distribution). Everything is running fine as long as no > X11 window has to be opened. In that ca

unpacking JDK1.2

1999-03-09 Thread sgee
I noticed that the download I have of the JDK1.2 is 36M and the all of the new ones are 24M and 12M, plus they are in a bz2 format. How does one go about unpacking this format? I have RedHat5.2 and when I try to unpack bzip20rmp all I get is However, I can't find any help files list

Re: ColorModel exception on 32-bit display (Redhat5.2+XFree3.3.2.3+AccelX)

1999-03-09 Thread Mark Richters
"Alexander V. Konstantinou" <[EMAIL PROTECTED]> writes: > I have submitted a bug report concerning an error running the SwingSet demo > on a RedHat 5.2 machine running XFree + AcceleratedX in 32-bit mode. > After posting, I tried restarting in 16-bit mode and the demo executed. This is interesti

problems with UDP broadcasts in 1.2 pre1

1999-03-09 Thread Alex Harin
It seems like 1.2 pre1 cannot do UDP broadcasts. DatagramSocket.send throws permission denied if broadcast address is specified. I looked at the kernel source (I use 2.0.36) and it looks like before broadcasting is allowed SO_BROADCAST socket option needs to be set on the socket. jdk 1.2 on NT d

Re: Clipboard cut & paste and JVM/X/Swing

1999-03-09 Thread Jim Watson
This was the first thing I looked at in the source, the reference to "CLIPBOARD" is still hard coded in the source which I think is calling native code to set up the selection using XLib, atoms and all that, so I would guess the answer must be no. I think this is a platform specific issue for X.

Clipboard cut & paste and JVM/X/Swing

1999-03-09 Thread peter . pilgrim
Clipboard interaction between JFC/Swing and other XFree86 apps Does the JVm application cut & paste between the CLIPBOARD buffer and/or the PRIMARY buffer ? Pete -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Catching operating system signals

1999-03-09 Thread Ron Yorston
Peter Kovacs wrote: >Is there any facility (Java API call) which can be used to catch operating >system signals sent to the Java Virtual Machine and do whatever deemed >necessary upon reception of a specific signal? There isn't anything as standard. Perhaps this will help, though: http://in

Catching operating system signals

1999-03-09 Thread Peter Kovacs
Is there any facility (Java API call) which can be used to catch operating system signals sent to the Java Virtual Machine and do whatever deemed necessary upon reception of a specific signal? Any help appreciated. Peter -- T

JDK 1.2 Success

1999-03-09 Thread Rob Nugent
Folks, Just a note to say I have JDK1.2 running under RedHat 5.2 successfully, after putting in the recommended symlink for libstdc++-libc6.0-1.so.2. All my Java2D code works fine, AffineTransforms, Stroke, Image manipulation etc. Next I have to try to get JavaComm working. I am seeing an occa

Re: JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Kevin Ryan
RTFM The workaround was posted many messages ago -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Moses DeJong
Log in as root and run these two commands. % g++ -shared -o /usr/local/lib/libstdc++-libc6.0-1.so.2 -lm % ldconfig After doing that it worked on my RedHat 5.2 box. Mo DeJong dejong at cs.umn.edu On Tue, 9 Mar 1999, Mark Minas wrote: > Hi, > > thanks for your work on porting JDK 1.2 to Linux.

JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Mark Minas
Hi, thanks for your work on porting JDK 1.2 to Linux. I've downloaded JDK 1.2 pre-v1 for i386 and have tried to run it on a Pentium PC with 2.0.36 kernel (SuSE 6.0 distribution). Everything is running fine as long as no X11 window has to be opened. In that case, a shared library libstdc++-libc6.0

It's finished!

1999-03-09 Thread Kevin White
Well, the code anyway. I have now finished the first version of a java class wrapper for the linux joystick driver, written a java gui test program, and it works! ... er, At least it works on my system, with my jdk, on my distribution, with my joystick, so I'd like to make it available for others

Java Linux port for Strong ARM platform

1999-03-09 Thread Sivakumar V
Hi all, I want to know whether there is a port available or some one is working on porting JDK (Java Linux) to Strong ARM platform (Netwinder?). TIA Siva --- Sivakumar V