Re: HotSpot?

1999-04-28 Thread Matthew Hunter
On Wed, Apr 28, 1999 at 08:47:29AM +0200, Oliver Fels wrote: > > Well, > > it seems that hotspot is out there - but not yet for linux. > > Is there any chance that the porting team get their hands on the src > > (and do their miracle again)? > I dont think so. > According to the last statements fr

Re: HotSpot?

1999-04-28 Thread Paul Michael Reilly
Oliver Fels writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Well, > > it seems that hotspot is out there - but not yet for linux. > > Is there any chance that the porting team get their hands on the src > > (and do their miracle again)? > > I dont think so. > According

Re: HotSpot?

1999-04-28 Thread mlorton
> According to the last statements from SUN HotSpot will be sold > separately as a commercial product. The press release said "free" about five times. M. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Re: HotSpot?

1999-04-28 Thread Oliver Fels
> Oliver Fels writes: > > I dont think so. > > According to the last statements from SUN HotSpot will be sold > > seperately as a commercial product. > > Hunh? Can you cite a reference? > > The announcement (http://www.javasoft.com/pr/1999/04/pr990427-01.html) > says: "... The Java HotSpot

ANNOUNCE: unofficial implementation of j3d

1999-04-28 Thread Jean-Christophe Taveau
Hi, The first release of an unofficial implementation of java3D API is now available at http://spia.freenix.fr/jfd This implementation requires a jdk 1.1.x, gnu make and a C compiler. At this stage, examples of Sun package work correctly (Appearance, Shape3D, ...). I tested this implementati

Problems appending to a file

1999-04-28 Thread Frank B. Brokken
Dear listmembers, I have a problem using FileOutputStreams. I want to be able to append to an existing file, and I would like to be able to read the information back later. To write to the file, I use the following small program, in which a FileOutputStream is opened in append-mode, fo

HOT NEWS! April 29,1999

1999-04-28 Thread kang
http://www.hostbank.com/asg/   All asian idol star's photo gallery including Korean, Japanese, chinese, Taiwan, Hong-Kong Singer, Talent, Model,   Actress stars... All Asian Sexy Idol's Star Photo Gallery - it's hot!     http://www.hostbank.com/asg/money.shtml   we will pay

Re: TYA1.3 released

1999-04-28 Thread Amancio Hasty
Serving xml with Apache + Jserv + Cocoon with jdk1.1.7 + tya1.3 Same xml page without tya1.3 : It looks like tya on the server side is a real winner ! Tnks! -- Amancio Hasty [EMAIL PROTECTED] -- To

Re: tya 1.3 compile problem

1999-04-28 Thread Andreas Rueckert
Hi! On Wed, 28 Apr 1999 Dimitris Vyzovitis wrote: >Chris Abbey wrote: > >> Howdy all, I'm having some problems compiling TYA1.3 on a stock RH5.2 >> box. I know I've compiled TYA1.1 before, on a different (non-RH) box, >> but this time around I can't seem to get past the configure step! >> >> the

sun.audio.* in Java 2 Platform

1999-04-28 Thread peter . pilgrim
Linux guys! Does this work for JDK1.2. I have got a glibc linux yet so I can't test this code personally. Cheers Peter __ Forward Header __ Subject: sun.audio.* in Java 2 Platform Author: Peter Pilgrim at London Date:27/04/99 16:

jserv - System.out.println()

1999-04-28 Thread Roland Carlsson
Hi! I wonder where all the System.out and System.err goes in apache-jserv. Can't find it anywhere. Thanks Roland Carlsson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: jserv - System.out.println()

1999-04-28 Thread Oliver Fels
> Hi! > I wonder where all the System.out and System.err goes in apache-jserv. Can't find it >anywhere. Excerpt from httpd.conf: # Specify the name and location of the log file to which # servlet messages will be written when the servet log # method is used. # Default:

Question

1999-04-28 Thread Brauel, Bjoern
Hi ... My name is Bjoern Brauel and I´m working here at Software AG on porting Bolero to Linux. Bolero is an Application-Developement-Framework using Java for e-Buissness applications. Just to give you a short idea of what it is .. the closest to compare would be Visual Age from IBM ( but Bolero

Re: jserv - System.out.println()

1999-04-28 Thread Jan-Henrik Haukeland
"Oliver Fels" <[EMAIL PROTECTED]> writes: > > I wonder where all the System.out and System.err goes in > > apache-jserv. Can't find it anywhere. To the console, if you start JServ as a background job you loose the console. That's elementary unix. > Excerpt from httpd.conf: > > # Specify

I know you heard this before, but if you don't update the web pages I just have to ask

1999-04-28 Thread Berk Özer
Dear Java-Linux team, I am a student and a Java programer and plan to run my new computer only with Linux 2.2, completely forgetting about MS Windows this time. BUT with the release of the Java HotSpot virtual machine for Windows and the seemingly halted progress of the JDK 1.2 port to Linux I don

Re: HotSpot?

1999-04-28 Thread Wolfgang HOSCHEK
> > Oliver Fels writes: > > > I dont think so. > > > According to the last statements from SUN HotSpot will be sold > > > seperately as a commercial product. > > > > Hunh? Can you cite a reference? > > > > The announcement (http://www.javasoft.com/pr/1999/04/pr990427-01.html) > > says: "...

Re: HotSpot?

1999-04-28 Thread Martin Little
Paul Michael Reilly wrote: > > The announcement (http://www.javasoft.com/pr/1999/04/pr990427-01.html) > says: "... The Java HotSpot performance engine will be available free > of charge for download at > http://java.sun.com/products/hotspot/index.htm" > > There are many references to HotSpot be

Re: HotSpot?

1999-04-28 Thread Nelson Minar
>When Sun formerly stated that Hotspot would be a commercial product >there was not much competition around. Now fierce competition is here. And reading between the lines, maybe Hotspot isn't that hot afterall. The speedups they claim (2-4 times, presumably over a simple JIT?) are nice, but not e

Re: Problems appending to a file

1999-04-28 Thread Pavel Tolkachev
The problem is not with FileOutputStreams but with ObjectOutputStream(f). ObjectOutputStream is the consistent database and it must be written and read entirely 'in one eat'. This does not mean you cannot save two ObjectStreams to one file, but it is up to you to divide your file to the 2 relevant

Re: jserv - System.out.println()

1999-04-28 Thread Oliver Fels
At Wed, 28 Apr 1999 Jan-Henrik Haukeland wrote: >"Oliver Fels" <[EMAIL PROTECTED]> writes: >> ServletLog /usr/lpp/internet/server_root/logs/servlet.log > > >That's for the servlet log() method, has nothing to do with System.out Right, the ServletLog option is not nothe appropriate one, but a

jdk 1.2 and glibc2.1

1999-04-28 Thread Cataldo Thomas
I'm using the pre1 of the jdk 1.2 and it works fine for me. But the pre1 is compiled against glibc 2.0, I when I upgraded to glibc 2.1.1 It didn't work any more. I solved the problem but running it with --green -Djava.compiler= But doing this doesn't allow me to hava the jit feature which was wha

Re: HotSpot?

1999-04-28 Thread Dimitris Vyzovitis
Paul Michael Reilly wrote: > > There are many references to HotSpot being a "server-side" solution. > This pains me greatly because I think it means Swing performance is > still slower than watching grass grow. I hope someone can > definitively say that Swing performance in particular (e.g. JTab

Re: HotSpot?

1999-04-28 Thread Dimitris Vyzovitis
Nelson Minar wrote: > >When Sun formerly stated that Hotspot would be a commercial product > >there was not much competition around. Now fierce competition is here. > > And reading between the lines, maybe Hotspot isn't that hot afterall. > The speedups they claim (2-4 times, presumably over a si

Re: HotSpot?

1999-04-28 Thread Uncle George
What was more interesting about the proj is that they say there is little to do for any cpu architecture to get it to run. :- gat Dimitris Vyzovitis wrote: > Nelson Minar wrote: > > > >When Sun formerly stated that Hotspot would be a commercial product > > >there was not much competition ar

Stub ClassNotFoundException

1999-04-28 Thread Christopher Howard
Hi All, I am using the JDK1.2 on my RedHat Development system with very good results. The Server RMI application works very nicely on RedHat. But when taking the jar over to an NT system the server receives the following Exception: - cfs Exce

javax.swing.preview not found

1999-04-28 Thread Robert Williams
Trying to compile FileChooserExample.java from http://java.sun.com/products/jfc/tsc/archive/tech_topics_arch/file_chooser/file_chooser.html import javax.swing.preview.*; returns a "not found in import" message. Is this something new that hasn't found it's way into the blackdown release? -- Bob

Re: [blt] Re: lets think about this

1999-04-28 Thread Charles H. Tankersley
I have to agree fully with this. However, I am forced to use nothing, now, for I am paid "not to work". I use the computer to do some personal projects, which does not require "upgrading" to windows 98, NT, or 2000. I need some sort of word processor, not much of a spread sheet, not much data b

Re: javax.swing.preview not found

1999-04-28 Thread Rob Nugent
I think you'll find that the JFileChooser stuff is no longer in a 'preview' package but is now javax.swing.JFileChooser. i.e. the source code of the example is out of date and needs changing. Rob Robert Williams wrote: > Trying to compile FileChooserExample.java from > >http://java.sun.com/pr

News on GLIBC 2.1.1 and JDK

1999-04-28 Thread Tarun Reddy
Is there going to be a fix any time soon? I can't run jdk 1.1.7 or 1.2pre with this version of glibc. Now that all of the major distributions are moving to this, it might be a good time to revisit this problem. Thanks! Tarun -- [EMAIL PROTECTED] [EMAIL PROTECTED

Re: unsubscribe

1999-04-28 Thread Martin Boucher
Please, remove me from the list !! You have not been removed, I couldn't find your name on the list. If this wasn't your intention or you are having problems getting yourself unsubscribed, reply to this mail now (quoting it entirely (for diagnostic purposes), and of course adding any c

RE: unsubscribe

1999-04-28 Thread Anonymous
Please remove me from your subscription list. Thank You Robert Weaver -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: TYA1.3 released

1999-04-28 Thread Joe Shevland
I'm using it with Apache + GnuJSP + JServ + tya1.3 + jdk1.1.7... I've had _no_ problems so far; the responses from the server are a lot quicker (sorry no stats) and everything in general appears a lot more responsive. Thanks to the Tya Person/People! Amancio Hasty wrote: > > Serving xml with Ap

Greetings....

1999-04-28 Thread Spencer Marks
Hi, I just joined this list, but have been working with Java on Linux for sometime. I noticed that the FAQ is somewhat old, so I please excuse these FAQ like questions. I was wondering why the 1.2 port status info is almost a month old, and was hoping to find out some more info about the port

Re: Greetings....

1999-04-28 Thread Nathan Meyers
smarks wrote: > Hi, > > I just joined this list, but have been working with Java on Linux for > sometime. > > I noticed that the FAQ is somewhat old, so I please excuse these FAQ > like questions. You'll find many of your questions answered in the mailing list archive, which seems to be functi

Re: HotSpot?

1999-04-28 Thread Dimitris Vyzovitis
Uncle George wrote: > What was more interesting about the proj is that they say there is little to do > for any cpu architecture to get it to run. :- > gat > Which - to get it even furter - combined with the fact that "... will be available for downloads free of charge for developers soon..

Re: TYA1.3 released

1999-04-28 Thread Dimitris Vyzovitis
Joe Shevland wrote: > I'm using it with Apache + GnuJSP + JServ + tya1.3 + jdk1.1.7... I've > had _no_ problems so far; the responses from the server are a lot > quicker (sorry no stats) and everything in general appears a lot more > responsive. > > Thanks to the Tya Person/People! > Well, the f

Status of 1.2 port

1999-04-28 Thread Frank de Lange
Hi Folks, Just a quick question... The status-update for the 1.2 port has not been updates for more than a month now, and the pre-v1 release has not been superceded either. Nor have the source diffs for this release appeared, even though these would actually be useful for a lot of people (includi

solved Re: tya 1.3 compile problem

1999-04-28 Thread Chris Abbey
At 10:00 AM 4/28/99 +0200, Andreas Rueckert wrote: [...] >glibc-devel- Bingo! According to rpm I had glibc-devel-2.0.7-29 installed... but I had exactly ZERO of the files listed by rpm -ql glibc-devel on my system. Redo the install with --force and TYA compiled beautifully... :-) now back to rea

Re: HotSpot?

1999-04-28 Thread Scott Murray
On Thu, 29 Apr 1999, Dimitris Vyzovitis wrote: > Uncle George wrote: > > > What was more interesting about the proj is that they say there is little to do > > for any cpu architecture to get it to run. :- > > gat > > > > Which - to get it even furter - combined with the fact that "... will

Re: glibc 2.1 binary

1999-04-28 Thread Juergen Kreileder
> Scott Murray writes: Scott> I don't want to sound ungrateful for the 1.2 effort (the Scott> initial results of which I'm using with great success), but Scott> is there an ETA for the release of jdk117_v2? No, we want to make a JDK 1.1.8 release but we still haven't got the sour

Java on Linuxla.blackdown.or

1999-04-28 Thread Pallavi Gawande
Hi, I am working on Linux from past 11months.But my codeing sutff is in XWindows & Motif.I never work on Java.But I know little bit about Java ie. 1.1. I start feeling that Xwindows & Motif doesn't have scope.So I want to learn Java.But I liked Linux very much,so I want to learn Java on Linux. So

Re: Java on Linuxla.blackdown.or

1999-04-28 Thread Constantin Teodorescu
Pallavi Gawande wrote: > > I know little bit about Java ie. 1.1. > I start feeling that Xwindows & Motif doesn't have scope.So I want to > learn Java.But I liked Linux very much,so I want to learn Java on > Linux. > So Please give me your kind suggesions.How to start and all. > Suggest some good