What is TYA

1999-06-10 Thread Per Åhgren
I'm new to this mailing list and I have a question. What is TYA. Is it a JIT compiler? Is it available for jdk 1.1.7 on linux? Regards Per begin:vcard tel;cell:070-4050818 tel;fax:018-503611 tel;home:018-508649 tel;work:018-4713079 x-mozilla-html:FALSE url:http://frej.teknikum.uu.se/Personnel

Re: Swing on Linux

1999-06-10 Thread Peter Graves
My experience is quite similar to Armen's. My Swing app is a programmer's editor that I use heavily on both Linux and NT. I too have found Linux JDK 117v3 green threads to be a very nice environment. In my experience, TYA helps significantly, and I've never seen it introduce any instability. N

Re: Swing on Linux

1999-06-10 Thread Armen Yampolsky
Nelson, We are working on a CORBA-based java client that is pretty weighty in terms of Swing components -- JSplitPane, bunches of JInternalFrames, etc., all on the screen at once. Working on Linux using JDK117 v3, no JIT, it is certainly bearable, IMO. It is slow, Java in general is slow, unfortu

Re: Newbie question: What is a footprint ?

1999-06-10 Thread Nathan Meyers
Mark Murphy wrote: > > I have heard this term used alot lately and was wondering if someone could > explain to me what it is in reference to Java? A footprint is occupied space. A desktop PC's footprint is the number of square inches it takes up on your desk. An application's disk footprint is t

Newbie question: What is a footprint ?

1999-06-10 Thread Mark Murphy
I have heard this term used alot lately and was wondering if someone could explain to me what it is in reference to Java? Thanks in advance -- Murph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: AD:Family Reunion T Shirts & More

1999-06-10 Thread Doug Collinge
Take a few minutes to call this guy's 800 number and leave a long message telling him what you think of his spam. [EMAIL PROTECTED] wrote: > Message sent by: Kuppler Graphics, 32 West Main Street, Maple Shade, New Jersey, >08052, > 1-800-810-4330. This list will NOT be sold. All addresses

Re: Exception in thread "main"

1999-06-10 Thread Thomas M. Sasala
I just experienced the same problem. I'm not sure exactly where it came from, but I had Kaffe installed. By default the Kaffe executable is in /usr/bin, which happened to be before jdk in my path. Type which java from a command line to see which version of 'java' you are running. Eith

Re: Swing on Linux

1999-06-10 Thread Cynthia Jeness
Nelson, I seriously use Swing under Linux for a Media Librarian system. The performance that I see under Linux is comparable to the other platforms that I have access to; i.e., OS/2, Solaris 7 and Win98. In fact, Swing under Linux runs better than under OS/2 because of the lack of the JIT. I t

Re: Swing on Linux

1999-06-10 Thread Seth M. Landsman
On Thu, Jun 10, 1999 at 07:45:49PM -0400, Nelson Minar wrote: > I've just started looking at using Swing for my Java project. It seems > really really slow. Is anyone here seriously using Swing under Linux, > without a JIT? Is there some way to improve things? Do JITs make > enough difference to m

Re: Something Special for Linux Developers on alphaWorks

1999-06-10 Thread Osvaldo Pinali Doederlein
That's great! I did see the announcements but I though the code was still in the distant future, as I didn't see a public splash of it. So, is 'vi' doomed now on Linux? :) - Original Message - From: Paolo Ciccone <[EMAIL PROTECTED]> To: Osvaldo Pinali Doederlein <[EMAIL PROTECTED]> Cc:

Re: Something Special for Linux Developers on alphaWorks

1999-06-10 Thread Paolo Ciccone
> "OPD" == Osvaldo Pinali Doederlein <[EMAIL PROTECTED]> writes: OPD> Wow! This rocks. And will probably force the competition to OPD> go Linux too. As a partner of Inprise, I hope they're fast OPD> :) We're faster :), after annoucing the product several weeks ago we demoed JB

Swing on Linux

1999-06-10 Thread Nelson Minar
I've just started looking at using Swing for my Java project. It seems really really slow. Is anyone here seriously using Swing under Linux, without a JIT? Is there some way to improve things? Do JITs make enough difference to make it bearable? [E

Re: Something Special for Linux Developers on alphaWorks

1999-06-10 Thread Paolo Ciccone
> "OPD" == Osvaldo Pinali Doederlein <[EMAIL PROTECTED]> writes: OPD> That's great! I did see the announcements but I though the OPD> code was still in the distant future, as I didn't see a OPD> public splash of it. So, is 'vi' doomed now on Linux? :) Well, we just didn't to t

C++ with JNI with JDK1.2pre2 with sunwjit crashes on Linux

1999-06-10 Thread Marcel Ruff
Hi, I have a little HelloWorldAwt.C sample, which crashes on Linux when compiled and linked as C++ code (using g++). HelloWorldAwt.C invokes via JNI a litle Java popup. When disabling the JIT it works fine. But: --- Compiled and linked as C (using cc) it runs fine (with or without JIT) The p

jdk1.2prerealeasev2 and RedHat6 (updated from 5.2)

1999-06-10 Thread Miguel Angel Rodriguez Florido
Hi I am having a problem which is coming me to desperation. Well I have updated linux Redhat5.2 to REdHat6.0, so I have glibc2.1, but when I try to see one of the /demo directory example with windows (for example I put : %java SimpleExample) I get this message: Font specified in font.pro

problem with compiling JMF - missing header files

1999-06-10 Thread Sumit Gupta
hi I am trying to compile the Java Media Framework sources on linux against the jdk 1.2 from blackdown. I am running into problems because the sources try to include header files (which come as part of the jdk on a solaris box) but which are missing from the include directory in the linux jdk

Exception in thread "main"

1999-06-10 Thread eric
hi there,   any class I try to run, gives me a : Exception in thread "main" java.lang.NoClassDefFoundError: classname sample and demo files, own files no matter... PATH points to the jdk/bin directory and CLASSPATH is set (JDK1.2 on RedHat6) please help me someone !   thanx Eric Ballnath

Re: Something Special for Linux Developers on alphaWorks

1999-06-10 Thread Osvaldo Pinali Doederlein
Wow! This rocks. And will probably force the competition to go Linux too. As a partner of Inprise, I hope they're fast :) VisualAge does not use the IBM JDK. It uses a completely proprietary, embedded VM, which is actually a Smalltalk VM (VA is written in ST) emulating Java (and doing it quite

RE: Something Special for Linux Developers on alphaWorks

1999-06-10 Thread Christian Cryder
But will it include the new IBM JVM? Christian Cryder Software Engineer - UHR Infrastructure REALM Information Technologies - http://www.realminfo.com Adventures in UHR - http://realm.granitepeaks.com Plugin Version Control for Java (PVCj 1.0) - http:

Re: Something Special for Linux Developers on alphaWorks

1999-06-10 Thread Alexander V. Konstantinou
VISUALAGE FOR JAVA TECHNICAL PREVIEW FOR LINUX == http://www.software.ibm.com/ad/r/99enews6/linux/ You asked for it... you got it! In response to your overwhelming enthusiasm for VisualAge for Java and your petition for a Linux ed

Re: Something Special for Linux Developers on alphaWorks

1999-06-10 Thread Michael Emmel
Ulli Kortenkamp wrote: > Hi, > > I just got this announcement from IBM Alphaworks. Sounds > interesting. We should use the remaing time until Friday evening for > wild speculations, bets and guesses...: > > - > > Some

Re: Problem running Java3D

1999-06-10 Thread Denis Riedijk
On Thu, 10 Jun 1999, Francisco Figueirido wrote: >I downloaded the Java3D port but was unable to get it running. One of the >shared libraries needs libMesaGL.so.3.? (forgot the number), but I have >the Xi Graphics OpenGL port instead. After making the appropriate symbolic >links (libMesaGL.so.3.?

Re: Something Special for Linux Developers on alphaWorks

1999-06-10 Thread Ulli Kortenkamp
Hi, I just got this announcement from IBM Alphaworks. Sounds interesting. We should use the remaing time until Friday evening for wild speculations, bets and guesses...: - Something special is being added for the Li

Problem running Java3D

1999-06-10 Thread Francisco Figueirido
I downloaded the Java3D port but was unable to get it running. One of the shared libraries needs libMesaGL.so.3.? (forgot the number), but I have the Xi Graphics OpenGL port instead. After making the appropriate symbolic links (libMesaGL.so.3.? -> libGL.so) I get an `undefined symbol' error for gl

RE: JNI problems with JDK 1.2 Pre2 (crashing Linux) -> solved!

1999-06-10 Thread Marcel Ruff
Hi, i used a symbolic link to point to the JDK 1.2pre2, this crashed my whole Linux : in /usr/local: drwxr-xr-x 9 marcel users1024 Jun 9 15:03 jdk1.2Pre2 lrwxrwxrwx 1 marcel users 10 Jun 8 21:47 jdk ->jdk1.2Pre2 in conjunction with using: echo $LD_LIBRARY

Re: Kernel Exception at [__copy_user+256/468] (fwd)

1999-06-10 Thread Uncle George
Actually: 1) I'm running on a Digital Alpha computer, with separate root partitions of RedHat 5.x & redhat 6.0 2) Netbeans is pure java, so it can run anywhere ( runs mostly anywhere on my machine :-) ) 3) This appears to be a kernel ( RedHat kernel 2.2.5-22 problem ) Where I suspect that the user

Bug in JAVADOC in 1.2pre2 glibc2.1 ??

1999-06-10 Thread Denis Riedijk
When using javadoc at home in 1.2p2 for glibc 2.1 I got a error. I had the error on floppy with me, but my floppy broke :-(. When trying the same thing here at school on jdk1.2p2 for glibc 2.0 It worked o.k. Does anybody else have this problem ?? I will mail the error-message when I get home. Dè

jdk-1.2pre-v2 RPMS

1999-06-10 Thread Sorin Lingureanu
can be downloaded from: ftp://tuiasi.ro/pub/lang/java/jdk/1.2/pre-v2 I'll find there two directories: glibc2.0 (for RedHat < 6.0) and glibc2.1 (for RedHat 6.0). I've uploaded this files on ftp://contrib.redhat.com but it will take a while to be available there. Enjoy, ==