Re: JDK 1.X on Rh 6

1999-05-06 Thread Ninja
JDK-1.1.7 test version(?) for glibc-2.1 is available in http://www.wisp.net/~kreilede/ But native thread and swing does not work well. I think this is not related with jar file. Swing application stops responding when file chooser dialog is open an close. And there's more case that I have encount

Re: Call To Action on Java Lobby

1999-05-06 Thread Hamdi Mohd Yusof
Sorry, but I don't quite understand what is needed here. What is the action that JL members should take? If it's about voting on JL issues, that I do quite often. If it's more than that, then what is it actually? hamdi Ken McNeil wrote: > > There has been a request on the Java Lobby > > www.jav

JDK 1.X on Rh 6

1999-05-06 Thread Piero Campanelli
Good morning, i have problems with Redhat 6 and jdk 1.x (with x=1.7 and 2) Is there someone of you who has just solved the problem? I found on a web site (given in the mailing-list) about jdk 1.1.6 compiled with new glibc...but i have also read on a newsgroup that this release of jdk is unable

Hotjava 3.0 - any luck?

1999-05-06 Thread Armin kurz
HotJava 3.0 runs on SuSe 6.0 with jdk1.1.7. begin:vcard n:Kurz;Armin tel;fax:+49 / (0)89 / 608 14 - 376 tel;work:+49 / (0)89 / 608 14 - 0 x-mozilla-html:FALSE url:http://www.forcecomputers.com org:FORCE COMPUTERS GmbH;Technical Documentation adr:;;Prof.-Messerschmitt-Strasse 1;Neubiberg;;D-855

RE: Question

1999-05-06 Thread John N. Alegre
GET READY for J2EE (Q499).. you will understand! john On 05-May-99 [EMAIL PROTECTED] wrote: > I was thinking about this discussion of servlets and application servers > and taking into consideration that I know nothing about EJB, but have some > minor experience with an app server, and lots of e

Re: why do we need X11 to run purely command line java stuff?

1999-05-06 Thread John N. Alegre
On 04-May-99 Michael Sinz wrote: > > As it turns out, we are about to do a JDK 1.1.7 V2 release in order to work > with the new glibc 2.1 (plus a few other fixes) and I was wondering if > there is a problem with doing this change in the 1.1.x JDK. (We also want > to do this in the 1.2 release b

Re: newb: running Java service?

1999-05-06 Thread John N. Alegre
Sorry I got into this thread late, but look into what information you can get on J2EE (Java 2 Enterprise Edition). This will be the eclipse of EJB for sure. Can not say much more than that without breaking non disclosure. john On 06-May-99 [EMAIL PROTECTED] wrote: > On Wed, 5 May 1999, Ted Newa

Re: Call To Action on Java Lobby

1999-05-06 Thread Ken McNeil
> There has been a request on the Java Lobby > www.javalobby.org > > To reform the java lobby into a grass roots campaign > to allow Java > developers > to take a lager role in the determination of java's > future. > > I urge all the members of this list to look at the > request and join the > J

Re: After RedHat 6.0 Install, JDK Error !!!

1999-05-06 Thread Ninja
I have similar problem related with glibc version, and have a question. I can start swing program without any hacks with native thread jdk but when i open a dialog( file chooser ) and close it then the program stops responding. Do you solved this problem too ? >Hello, > > I just fixed the exact

Re: java versus c++ or perl

1999-05-06 Thread papiraki
On Thu, 6 May 1999 [EMAIL PROTECTED] wrote: > we are having a discussion here at work about the deployment of a web based > database, > > i think jdbc is the choice othere think perl or c++ is the way to go, any > thoughts/links etc? > > thanks > > >

Re: Newbie problem

1999-05-06 Thread papiraki
This is simple, jdk-1.2 doesn't work with glibc-2.1. Period (so far). You will have to downgrade either one (if you downgrade jdk, go to jdk-1.1.6 because jdk-1.1.7 will still be broken). Papi ---

Re: JARs and performance...

1999-05-06 Thread papiraki
Hey, I think splitting this file into more than one is a VERY good idea to start with. There is a programm called fastjar that is available from freshmeat.net. I did not use it myself, but since it is written in good old native C (or is it C++?) it MUCH more performant. I think y

Re: (Slightly) off topic: Piping output from std err to file

1999-05-06 Thread papiraki
Hey, this is an easy one. You could have found the answer with man bash (but who the heck wants to read the whole thing!!!). I will first give you the little recipe, then explains what it does (in case you don't care). some_command 2> some_path_to_a_file Bash (and like

Re: After RedHat 6.0 Install, JDK Error !!!

1999-05-06 Thread papiraki
Hello, I just fixed the exact same problem. Go get jdk-1.1.6 from blackdown. It will work (take the latest version). If you are a user of jfc, it will get broken. Because, for some reason, .jar files written in a later version are broken. To fix this, find a box that is able to d

Re: A little help

1999-05-06 Thread papiraki
Hey, don't feel stupid. Tell yourself that more advanced users are ex-beginners too. I for one would have been glad if someone had helped me a few years ago. Here is a quick example, the class it foo and the array is bar. foo[] bar; // at this point bar == null ... bar = new

Re: JDK 1.1.7 green threads problem?

1999-05-06 Thread Hamdi Mohd Yusof
Just to inform that Enhydra 2.0.2 runs OK on my linux machine, Redhat 5.2, jdk1.1.7 v1a and tya 1.2v4. I don't know which version of lib that I have though as I haven't upgraded to anything else. I just installed the stuff on top of my 5.2 installation. hamdi Stephan Greene wrote: > I'm trying

Call To Action on Java Lobby

1999-05-06 Thread Michael Emmel
There has been a request on the Java Lobby www.javalobby.org To reform the java lobby into a grass roots campaign to allow Java developers to take a lager role in the determination of java's future. I urge all the members of this list to look at the request and join the Java Lobby in its effor

Re: Attendance at LinuxExpo?

1999-05-06 Thread Jonathan Mark Brooks
Oh I'm going, certainly. I live in Greensboro. On Thu, 6 May 1999, Nathan Meyers wrote: > Is anyone in this crowd planning to attend the Linux Expo in Raleigh (May > 18-22)? Any interest in a Java/Linux Birds-of-a-Feather session? > > Nathan Meyers > [EMAIL PROTECTED] > >

Re: Hotjava 3.0 - any luck?

1999-05-06 Thread Michael Sinz
On Thu, 6 May 1999 18:04:38 -0500, [EMAIL PROTECTED] wrote: >glibc version on RedHat 5.1 and 5.2 dists... >> I had luck with jdk117_v1a, that means, I could surf the web, but my Java >> application that uses Swing did not work.. > >Weird. I guess it's just a matter of my notorious luck strik

Re: Hotjava 3.0 - any luck?

1999-05-06 Thread paulsch
glibc version on RedHat 5.1 and 5.2 dists... Paul Schroeder Software Engineer NCSD Division, IBM Corp Office: 512-838-9675 Lab: 512-838-8305 [EMAIL PROTECTED] Peter Schuller <[EMAIL PROTECTED]> on 05/06/99 01:51:00 PM To: Denis Riedijk <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED] (bcc: Pau

Re: JARs and performance...

1999-05-06 Thread Ted Neward
>I have thought about pulling the class out of 1.2, but was not certain of >the affects. Additionlly, I thought of just rewrting their code in 1.1.7. >Either way that is an option. > >The Jar will consist of classes the will be run as an >application/applet/serialized bean. But for the performan

Re: java versus c++ or perl

1999-05-06 Thread Ted Neward
Oh, Lord, what, you WANT a flame war? Look, here's my bottom line: With Power Comes Complexity. Perl is simpler than Java, Java is simpler than C++. With that simplicity you lose a corresponding amount of power. But the end result is that it doesn't matter--you can accomplish just about any proje

Re: JARs and performance...

1999-05-06 Thread Ted Neward
>> From the context of what you're saying, I'm guessing that you're running a >> Java application and not an applet on the client. What I can suggest is >> that you write a custom ClassLoader that uses java.net.URL to connect to a >> given web server, check dates (against the .jar in your local pa

java versus c++ or perl

1999-05-06 Thread drfrog
we are having a discussion here at work about the deployment of a web based database, i think jdbc is the choice othere think perl or c++ is the way to go, any thoughts/links etc? thanks -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: JDK 1.1.7 green threads problem?

1999-05-06 Thread Michael Sinz
On Thu, 6 May 1999 15:28:16 -0400 (EDT), Stephan Greene wrote: > >I'm trying to install and try out an XML app server called Enhydra >( http://www.www.enhydra.org ); it requires a JDK be installed. > >With jdk117_v1a installed, I get the following error wjen I try to start >it: > >> B./run_demos

Re: JARs and performance...

1999-05-06 Thread Louis-David Mitterrand
On Thu, May 06, 1999 at 10:27:41AM -0700, Ted Neward wrote: > From the context of what you're saying, I'm guessing that you're running a > Java application and not an applet on the client. What I can suggest is > that you write a custom ClassLoader that uses java.net.URL to connect to a > given we

JDK 1.1.7 green threads problem?

1999-05-06 Thread Stephan Greene
I'm trying to install and try out an XML app server called Enhydra ( http://www.www.enhydra.org ); it requires a JDK be installed. With jdk117_v1a installed, I get the following error wjen I try to start it: > B./run_demos /usr/local/jdk117_v1a/bin/../bin/i486/green_threads/java: error in loadi

Re: JARs and performance...

1999-05-06 Thread Robert Covell
Thanks for the reply. I have thought about pulling the class out of 1.2, but was not certain of the affects. Additionlly, I thought of just rewrting their code in 1.1.7. Either way that is an option. The Jar will consist of classes the will be run as an application/applet/serialized bean. But

Newbie problem

1999-05-06 Thread ALLEON Guillaume
Hello, I got an undefined symbol (__rtti_user) using jdk1.2 on a Linux platform with glibc2.1. I have read the bug reports and have no idea of my problem. Thanks for your help Guillaume Here is the complete error report : [alleon@maverick src]$ java -green -Djava.compiler= application.visualor

Re: Hotjava 3.0 - any luck?

1999-05-06 Thread Peter Schuller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > I had luck with jdk117_v1a, that means, I could surf the web, but my Java > application that uses Swing did not work.. Weird. I guess it's just a matter of my notorious luck striking again, if I'm the only one who can't run it (and I was alm

Re: Hotjava 3.0 - any luck?

1999-05-06 Thread Peter Schuller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I've been running it the last couple months on JDK 1.1.7 (no jit) without any > problems.. I haven't tried the final release version though... I'll grab it > and check it out Sounds like you're talking about 2.x. It's been working fine here t

Re: newb: running Java service?

1999-05-06 Thread zun
On Wed, 5 May 1999, Ted Neward wrote: > >EJB is nice I certainly agree, but as alx points out: EJB servers are > >either a) at least $10,000 per installation or b) under beta testing or > >development. But they are certainly the way to go in the future if you > >want to do any seriously heavy se

Re: (Slightly) off topic: Piping output from std err to file

1999-05-06 Thread corey
> > Just like I said: > java MyClass 2>error.log > "2" stands for "stderr" in shell redirection, same as "1" is for "stdout" and > "0" for "stdin" > So if you want to put both System.out & System.err in the same log, you may use: > java MyClass 2>1 1>error.log ^^^

Re: Possible to add a horizontal scrollbar

1999-05-06 Thread corey
> Hi > > Is it possible to create a horziontal scrollbar in a JComboBox? Any idea > and > help will be much appreciated! You can add your own cell renderer by using the setRenderer() method on JComboBox(). Here is an example renderer: import java.awt.*; import javax.s

Attendance at LinuxExpo?

1999-05-06 Thread Nathan Meyers
Is anyone in this crowd planning to attend the Linux Expo in Raleigh (May 18-22)? Any interest in a Java/Linux Birds-of-a-Feather session? Nathan Meyers [EMAIL PROTECTED] - This message was sent using Endymion MailMan. http://www.endymion.com/products/

Re: JARs and performance...

1999-05-06 Thread Ted Neward
Robert-- >Trying to optimize JAR performance. We have a JAR that is 700K using >JDK1.1.7 and are looking for ways to improve the performance when using >it. At this time we cannot migrate to Java2 and utilize the >JArURLConnection. Does anyone have any suggestions? We would like to >split the

Re: A little help

1999-05-06 Thread Ted Neward
Your import statement (in your teste code) must be wrong; otherwise, java would pick it up. To determine if its a CLASSPATH issue, try this: javax.swing.tree.DefaultTreeModel model = new javax.swing.tree.DefaultTreeModel(root); That'll tell you if you left out the import, got the import wrong,

Re: Stream

1999-05-06 Thread Ted Neward
Use FileInputStream or FileOutputStream. At 09:09 AM 5/6/99 +0200, Ozer Irfan wrote: >Hello. >How open a file for read/write ? > >Thanks > >Irfan > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe

Re: Hotjava 3.0 - any luck?

1999-05-06 Thread paulsch
I went ahead and grabbed the release version and it works just fine for me... Again jdk 1.1.7... no jit... Paul Schroeder Software Engineer NCSD Division, IBM Corp Office: 512-838-9675 Lab: 512-838-8305 [EMAIL PROTECTED] [EMAIL PROTECTED] on 05/06/99 11:19:47 AM To: Peter Schuller <[EMAI

Re: Hotjava 3.0 - any luck?

1999-05-06 Thread Denis Riedijk
On Thu, 06 May 1999, Peter Schuller wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >I've tried running it on Linux using JDK 1.1.6v5 (no JIT), 1.1.7v1a (w/ JIT and >w/o JIT) and JDK 1.2-pre1 w/ JIT. > >No luck. Just a bunch of exceptions (I expected as much). > >Has anyone had any luck r

Re: (Slightly) off topic: Piping output from std err to file

1999-05-06 Thread Cãtãlin CLIMOV
Just like I said: java MyClass 2>error.log "2" stands for "stderr" in shell redirection, same as "1" is for "stdout" and "0" for "stdin" So if you want to put both System.out & System.err in the same log, you may use: java MyClass 2>1 1>error.log If u r interested in, I wrote a small class that re

Re: Hotjava 3.0 - any luck?

1999-05-06 Thread paulsch
I've been running it the last couple months on JDK 1.1.7 (no jit) without any problems.. I haven't tried the final release version though... I'll grab it and check it out Paul Schroeder Software Engineer NCSD Division, IBM Corp Office: 512-838-9675 Lab: 512-838-8305 [EMAIL PROTECTED] P

JARs and performance...

1999-05-06 Thread Robert Covell
Trying to optimize JAR performance. We have a JAR that is 700K using JDK1.1.7 and are looking for ways to improve the performance when using it. At this time we cannot migrate to Java2 and utilize the JArURLConnection. Does anyone have any suggestions? We would like to split the JAR into two J

Re: (Slightly) off topic: Piping output from std err to file

1999-05-06 Thread Chris Moolenschot
You mean you want to do this from a script/shell (something like java 2>error.log) or from a java application ? In a shell: java MyClass > error.log The only problem is that this pipes std out into err.log not std err ... -

Re: A little help

1999-05-06 Thread Mario Jorge Nunes Filipe
> > It should be: > > DefaultTreeModel model = new DefaultTreeModel(root); > ^^^ > > as you're creating an object there. 100% Correct (Even I should have seen it)! Thanks people fo you help! -- Mario Filipe [EMAIL PROTECTED] http://ne

[Q] Can I get jdk-1.1.7va native thread using glinc 2.1 instead of 2.0 ?

1999-05-06 Thread NINJA
I'm currently updated my linux system with glibc based one and found big problem in my Swing based JAVA program. It simply stops responding when I open dialog and close it. Then the frame does not respond me and is related, I think, glibc problem. When I preload included library it simply does not

Re: A little help

1999-05-06 Thread zun
On Thu, 6 May 1999, Mario Jorge Nunes Filipe wrote: > 13:38:01$ javac teste.java > teste.java:42: Method > DefaultTreeModel(javax.swing.tree.DefaultMutableTreeNode) not found in > class teste. > DefaultTreeModel model = DefaultTreeModel(root); > ^ > 1 er

Re: (Slightly) off topic: Piping output from std err to file

1999-05-06 Thread Cãtãlin CLIMOV
You mean you want to do this from a script/shell (something like java 2>error.log) or from a java application ? În J , 06 MAI 1999 a scris Chris Moolenschot: >Something I've wondered for long enough now is how to pipe output from std >err to a file. > >I would like to post the reams of error inf

Re: (Slightly) off topic: Piping output from std err to file

1999-05-06 Thread Gordon Chamberlin
Chris, Use 'prg >& q.txt'. -Gordon Chris Moolenschot wrote: > > Something I've wondered for long enough now is how to pipe output from std > err to a file. > > I would like to post the reams of error info produced by the JDK1.2pre-v1 > without upping the console buffer. It's not the libstdc+

Hotjava 3.0 - any luck?

1999-05-06 Thread Peter Schuller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've tried running it on Linux using JDK 1.1.6v5 (no JIT), 1.1.7v1a (w/ JIT and w/o JIT) and JDK 1.2-pre1 w/ JIT. No luck. Just a bunch of exceptions (I expected as much). Has anyone had any luck running it? And if so, which JDK are you using? / Pe

(Slightly) off topic: Piping output from std err to file

1999-05-06 Thread Chris Moolenschot
Something I've wondered for long enough now is how to pipe output from std err to a file. I would like to post the reams of error info produced by the JDK1.2pre-v1 without upping the console buffer. It's not the libstdc++ problem, and similar things happen with the native/green threads jit/nojit

Re: CLASSPATH problem unresolved

1999-05-06 Thread Michael Sinz
On Thu, 06 May 1999 08:25:47 -0700, Gordon Chamberlin wrote: >Claude, > >Try this: >unset CLASSPATH >java -classpath $JAVA_HOME/lib/classes.zip:$JAVA_HOME/lib >org.w3c.rdf.SiRPAC Note: When using -classpath the 1.1.x systems will not add anything to them. -classpath *replaces* the classpath.

(no subject)

1999-05-06 Thread Timothy Kelm
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: CLASSPATH problem unresolved

1999-05-06 Thread Gordon Chamberlin
Claude, Try this: unset CLASSPATH java -classpath $JAVA_HOME/lib/classes.zip:$JAVA_HOME/lib org.w3c.rdf.SiRPAC I don't think that you need $JAVA_HOME/lib/org, just $JAVA_HOME/lib so that the JVM can then fine org.w3c... You shouldn't need the '.' in your classpath, unless there are additional

HotJava (was Re: quick one)

1999-05-06 Thread Oliver Fels
At Thu, 06 May 1999 Christopher Hinds wrote: >> No browser (besides HotSpot 3.0) is capable of running JRE 1.2, < > >HotSpot 3.0 ? I think you mean HotJava 3.0 , BTW Hotspot is not a browser >it's an *advanced* JVM recently released by Sun as HotSpot 1.0 . Sorry, I have been sitting around here i

Running the JCK?

1999-05-06 Thread Stephen Drye
I have a port of JDK 1.1.7b to Linux/ARM that I am working on (with much help from Scott Hutinger). I've managed to get it past the "building" phase, so now I want to run the JCK against it to help identify what needs debugged. Can anyone give me some tips on running the JCK in batch or slave mo

Possible to add a horizontal scrollbar

1999-05-06 Thread Zhichao Hong
Hi Is it possible to create a horziontal scrollbar in a JComboBox? Any idea and help will be much appreciated! Zhichao || | Zhichao Hong

Re: quick one

1999-05-06 Thread Christopher Hinds
> No browser (besides HotSpot 3.0) is capable of running JRE 1.2, < HotSpot 3.0 ? I think you mean HotJava 3.0 , BTW Hotspot is not a browser it's an *advanced* JVM recently released by Sun as HotSpot 1.0 . Cheers Chris Oliver Fels wrote: > > is there a way to run netscape with java if you have

Re: A little help

1999-05-06 Thread Mario Jorge Nunes Filipe
Nobby Knox wrote: > > Hi Mario. > > I'm also new to Java and Netbeans, but I have experienced the same > problem you mentioned here. Let me explain. > > Netbeans (I'm using NetbeansX2) creates your application/applets in > "packages". Have a look at the top of your code. Do you see the line > "

Re: A little help

1999-05-06 Thread Mario Jorge Nunes Filipe
Pavel Tolkachev wrote: > > Hello Mario, > > Try to use this code snippet: > > // -cut here-- > import javax.swing.JTree; > import javax.swing.tree.DefaultMutableTreeNode; > import javax.swing.tree.DefaultTreeModel; > ... > DefaultMutableTreeNode root = new DefaultMutableTreeNode("Root")

After RedHat 6.0 Install, JDK Error !!!

1999-05-06 Thread Info of Lee
Hi ! I'm subscribe today !! and now !!! Shall be happy java linxer I have a big question ! I installed RedHat 6.0 , And then My JDK-1.1.7 (glibc version) is Not execute ! Error message is below /jdk/bin/i586/green_threads/java: error in loading shared libraries:

Re: My turn to ask.... :)

1999-05-06 Thread Paul Gangwisch
Ted Neward wrote: > > I've got a problem running JDK 1.2v1 on my RedHat 5.2 install, but only AWT > stuff. I know this has crossed this forum before, but I'm kinda asking for > somebody to hold my hand on this and walk me through what I need to do to > make this work. > > I'm trying to run the N

CLASSPATH problem unresolved

1999-05-06 Thread Claude
hello, I have a problem by making some programs runs on Java for Linux (I have the jdk1.1.7 and glibc, with SuSE Linux 6.0 (KDE)). I have seen in the mail archive that there are very often some informations about the way the CLASSPATH must function, it has been very usefull for me, but in spite o

A little help

1999-05-06 Thread Mario Jorge Nunes Filipe
Hi I'm trully a newbie to Java. I've been reading the Java tutorial available at java.sun.com but i need to make a quick presentation of a small applet and I need a little beet of help. If you point me in the direction of specifics docs i will appreciate equally, waht i need are just examples. M

Re: quick one

1999-05-06 Thread Oliver Fels
> is there a way to run netscape with java if you have the jdk 1.2 > installed > > i keep getting add java40.jar to my classpath, when i do that it dont > work > > i i want to use netscape with java do i have to keep running jdk1.1.X? > > im using stampede, glibc and kernel 2.2.6 No browser (b

Re: quick one

1999-05-06 Thread papiraki
On Thu, 6 May 1999, Clayton Cottingham wrote: > > is there a way to run netscape with java if you have the jdk 1.2 > installed > > i keep getting add java40.jar to my classpath, when i do that it dont > work > > i i want to use netscape with java do i have to keep running jdk1.1.X? > > im u

quick one

1999-05-06 Thread Clayton Cottingham
is there a way to run netscape with java if you have the jdk 1.2 installed i keep getting add java40.jar to my classpath, when i do that it dont work i i want to use netscape with java do i have to keep running jdk1.1.X? im using stampede, glibc and kernel 2.2.6 -