Re: problem running java under Linux

1998-10-29 Thread Michael Sinz
On Thu, 29 Oct 1998 17:28:38 -0500, Redeker, Marcus, BMG - NY1540 wrote: >All, > >I am using SuSe-Linux 5.2 and I installed "glibc-2_0_6-1_i386.rpm" >because I have a Sybase Server running >on this machine too. So I presume that I am using glib and I installed >"jdk_1.1.6-v5-glibc-x86.tar.gz" in

Re: classpath problems?

1998-10-29 Thread Charles Forsythe
a wrote: > This works: > javap -classpath $CLASSPATH java.lang.Object > > This don't work: (my.class is in same directory) > javap -classpath $CLASSPATH my.class > Class 'my.class' not found try: javap -classpath $CLASSPATH my Drop the .class extension. It's looking for a class name, n

problem running java under Linux

1998-10-29 Thread Redeker, Marcus, BMG - NY1540
All, I am using SuSe-Linux 5.2 and I installed "glibc-2_0_6-1_i386.rpm" because I have a Sybase Server running on this machine too. So I presume that I am using glib and I installed "jdk_1.1.6-v5-glibc-x86.tar.gz" in the directory "/usr/lib/jdk116_v5/". I created the well known HelloWorld.java an

Re: A bug in appletviewer

1998-10-29 Thread Juergen Kreileder
> John Summerfield writes: John> On Thu, 29 Oct 1998, John Summerfield wrote: >> >> I have seen insets mentioned in the JDK documentation, but only in the >> context of a ScrollPane. >> >> Seems I've some code to change. Sob. >> John> I'll assume that Inset

Re: classpath problems?

1998-10-29 Thread a
Thanks Scot and everyone else. I was calling it with the *.class extension. Without it it works. At 04:38 PM 10/29/98 -0500, you wrote: >OK, where is my.class located? Also, is the java source for my.class defined in >terms of a package? Also, are you trying to run my.class like this: > >1) ja

Re: classpath problems?

1998-10-29 Thread a
This works: javap -classpath $CLASSPATH java.lang.Object This don't work: (my.class is in same directory) javap -classpath $CLASSPATH my.class Class 'my.class' not found This don't work: java -classpath $CLASSPATH my.class Can't find class my.class This works: java -classpath $CLASSPATH java.la

Re: classpath problems?

1998-10-29 Thread mlorton
> > Here is my CLASSPATH that is not working > > CLASSPATH=.:/usr/local/jdk116_v5/lib/classes.zip:/usr/local/jdk116_v5/lib:/u > sr/local/jdk116_v5/lib/moreClasses:/usr/local/apache1.3.3/share/j-bin Did you remember to EXPORT your path? M.

Re: Off-topic issues

1998-10-29 Thread Java News Collector
How about this; Its not Ok to post off-topic to any newsgroup. --- or --- Those of us who get tired of filtering it manually just unsubscribe and let this list go the way so many have before it. I'm sure the hardest working, most dedicated people will be the first to go. There are some things

TechWeb article

1998-10-29 Thread Steve Byrne
They got my name wrong! Argh! I hate when that happens :-) Steve Byrne (no -S)

Re: classpath problems?

1998-10-29 Thread a
Here is my CLASSPATH that is not working CLASSPATH=.:/usr/local/jdk116_v5/lib/classes.zip:/usr/local/jdk116_v5/lib:/u sr/local/jdk116_v5/lib/moreClasses:/usr/local/apache1.3.3/share/j-bin At 04:11 PM 10/29/98 -0500, Martin Little wrote: >This is indicitive that you don't have your /lib/classes.

classpath problems?

1998-10-29 Thread a
Hi all Still having problems. My CLASSPATH is set to the needed directories as well as classes.zip but I still keep getting these dang errors. Can't find class test.class (the test program) Unable to initialize threads: cannot find class java/lang/Thread help!

STOP MAILING ME

1998-10-29 Thread Gunhild Johansen
STOP MAILING ME THANK YOU. Yours (not for long)

Re: Interprocess Communication with a Java Application

1998-10-29 Thread Maureen Lecuona
I believe RogueWave no longer sells JTools. It has a StudioJ suite which includes DBTOOLS.J, Chart.J, Blend.J, and Grid.J, which I currently own. I don't know what functionality JTools provided, but perhaps it is in one of these products which can be purchased separately. I do not work for RW,

Re: newbie question

1998-10-29 Thread Java News Collector
At 11:47 AM 10/29/98 -0700, you wrote: >Hi all, >I just installed the glibc verison of the blackdown JDK 1.1.6 and I am >getting this error when trying to complile a simple program using javac. > >/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading >shared libraries >libXpm.s

Re: newbie question

1998-10-29 Thread Michael Sinz
On Thu, 29 Oct 1998 11:47:12 -0700, a wrote: >Hi all, >I just installed the glibc verison of the blackdown JDK 1.1.6 and I am >getting this error when trying to complile a simple program using javac. > >/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading >shared libraries >l

newbie question

1998-10-29 Thread a
Hi all, I just installed the glibc verison of the blackdown JDK 1.1.6 and I am getting this error when trying to complile a simple program using javac. /usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading shared libraries libXpm.so.4: cannot open shared object file: No such f

Installation / Execution of 1.1.6v5

1998-10-29 Thread Nicolas Duchastel de Montrouge
I am having many problems installing and executing the 1.1.6 v5 package. I am installing on a i386 box with linux 2.0.34 (Red Hat 5.0). I have lib Diagnostic: -- If I tried to execute java but I got an error: [nicolas@myComputer]$ java java: error in loading shared libraries libjava.so

Re: A bug in appletviewer

1998-10-29 Thread John Summerfield
On Thu, 29 Oct 1998, John Summerfield wrote: > > I have seen insets mentioned in the JDK documentation, but only in the > context of a ScrollPane. > > Seems I've some code to change. Sob. > I'll assume that Insets fixes the problem - it was, in any event, secondary to something else that was

Re: Java Web Server1.1 on Linux

1998-10-29 Thread Matt Zagni
To All, Yep, I was'nt to sure of the diff file or how to apply it, but with the help of Jim I was doing to try it later on tonight. With the command line of.. > localhost:~/JWS/JavaWebServer1.1$ patch -p1 < jwebs-linux.diff But at the moment I am trying to get to grips with the solaris version

Re: Java Web Server1.1 on Linux

1998-10-29 Thread jim watson
jim watson wrote: is the diff out of date? Hmmm... or do i need to get the JavaWebServer 1.1.2 upgrade first, before applying the diffs for the 1.1 "final"?

Re: Java Web Server1.1 on Linux

1998-10-29 Thread jim watson
> Matt Zagni wrote:Is there an easy way to apply the diff's, or is it a manual i went and got the JavaWebServer1.1 and applied the diffs from http://www.blackdown.org/java-linux/products.html most of the diffs succeeded so i guess i have done it correctly, but a number of the diffs rejected: it

Java Linux article

1998-10-29 Thread Joe Carter
FYI: Mentions of Java 1.2 on linux and even quotes from our own Mr Byrnes... (towards the end of the piece) http://www.techweb.com/wire/story/TWB19981029S0001 Joe -- Joe Carter Software Engineer Brite Voice Systems Ltd, Gatley, Cheshire. UK. mailto:[EMAIL PROTECTED] http://freespace.virgin

Re: Off-topic issues

1998-10-29 Thread Robert P. Biuk-Aghai
On Thu, 29 Oct 1998, Ernst de Haan wrote: > What about agreeing on prepending "OFFTOPIC: " to the subject line if > the message neither concerns the port nor using Java on Linux? Those of > us who want to, can filter these messages out... Good idea in theory, but in my experience not likely to b

Re: Clipboard interaction between Swing/JDK and X11

1998-10-29 Thread jim watson
the conclusion i have reached (after much agony) is that java is only required to support copy and paste from java to java, otherwise it is platform specific, and not a java problem...can someone confirm this is correct? thanks jim watson

JDK 1.1.6

1998-10-29 Thread lena ikonomou
I was wondering if there is a misunderstanding as to where the download JDK 1.1.6 for linux is. I went to the UK mirror sites (as instructed in the FAQ) and found only the gziped tar files of the differences from the original version, but not the whole JDK. Would you please help? Thank you f

Off-topic issues

1998-10-29 Thread Ernst de Haan
Hi Java gnurus, Concerning all the off-topic issues posted on this newsgroup lately: IMHO it's ok to use this network to bring things to the attention of the people on this list (i.e. not concerning either the Java-Linux port or the use of Java under Linux), but it would be a good thing to explic

RE: Interprocess Communication with a Java Application

1998-10-29 Thread A . KLOS
Checkout the RogueWave suite of libraries. I think Tools.h++ or ToolsPro.h++ is able to exchange data with JTools.h++ the Java version of Tools.h++. Of course these libs are not free, but not expensive either. Cheers, Addy.

Re: Ok...

1998-10-29 Thread jim watson
Corwin Light-Williams wrote: > so I downloaded my non-com sources from Sun and wanted to build, but > I can't find any info or diffs. They sent me version 1.1.7, but I can't > find any info about 1.1.7. Did they send me the wrong version? I'd > like to help out, but getting in to the swing of th

Re: Error: Can't load libXpm.so.4

1998-10-29 Thread jim watson
I got slackware 3.5 late july but do not recall having any problems with jdk116v5, it ran ok "out of the box", email me direct if you would like to find out what is different in our installations, jim watson hiro wrote: > Hello > > > I am using slackware 3.5. I have installed the jdk 116v5. B

Re: Error: Can't load libXpm.so.4

1998-10-29 Thread hiro
Hello > I am using slackware 3.5. I have installed the jdk 116v5. But when I try > to simply run java binary it says: > > /usr/local/jdk116_v5/bin/../bin/i686/green_threads/java: can't load > library 'libXpm.so.4' libXpm?? or libXp? If you say libXp.so, you can get x332bin.tgz from Slackware s

Re: A bug in appletviewer

1998-10-29 Thread John Summerfield
On 27 Oct 1998, Juergen Kreileder wrote: John> public void paint(Graphics g) > John> { > John> super.paint(g); > John> g.drawString(s,5,40); > John> g.drawString(s2,5,80); > John> g.drawString(s3,5,120); >

StrongARM port

1998-10-29 Thread Steve Byrne
Warren Little writes: > Hello, > Was wondering if you folks had any plans to port the JDK to the > StrongARM processor (such as CCC's NetWinder). I don't think anyone with that processor has volunteered to help with the porting yet. Steve

Error: Can't load libXpm.so.4

1998-10-29 Thread aamin
Hello I am using slackware 3.5. I have installed the jdk 116v5. But when I try to simply run java binary it says: /usr/local/jdk116_v5/bin/../bin/i686/green_threads/java: can't load library 'libXpm.so.4' I have installed it under /usr/local/jdk116_v5/ This file is originally placed under /usr/