Re: VisualAge for Java for Linux

1999-06-19 Thread Anonymous
On Thu, 17 Jun 1999 09:57:39 -0400, "Jauvane Cavalcante de Oliveira" <[EMAIL PROTECTED]> said: Jauvane> http://www7.software.ibm.com/vadreg.nsf/GARegistration?OpenForm Jauvane> free of charge. The download page is Jauvane> http://www.software.ibm.com/ad/vadd Jauvane> Let us let them know how bi

Java for Linux performance

1999-06-19 Thread Anonymous
Is OpenSpot available for Linux? I have a server-side Java app that needs to perform well and I would like to run it on Linux. It is a console app with no graphics. Any suggestions would be greatly appreciated ... Andy --

Re: Display an image

1999-06-19 Thread Anonymous
--- Yuet Sim Lee <[EMAIL PROTECTED]> wrote: > Hi, > > I knew that getImage() could > load an image file from the > network and paint() could > display it. > > However, I don't know how can I > get an image which is a local > file. I tried > > Image i = getImage( String filename ) > > It can n

Re: Display an image

1999-06-19 Thread Anonymous
Make sure you are using the getImage() from the Toolkit class and not the Applet class. The Applet class only supports getImage() for a URL. I couple things to try: i = getToolkit().getImage( "houses.gif" ); -- or -- i = getImage( new URL( "file:////houses.gif" )); Andy Yuet Sim Lee wrot

RE: Calling Java objects from C++

1999-06-19 Thread Anonymous
>> >> Hi, >> >> I'm looking for a way to call Java objects from C++. >> Is this possible using JNI? > >Yes, it is possible. There are two scenarios: >1. you want to call methods of Java objects while you are in C++ code >that is the native implementation of a method of another Java object. In >t

Re: Compile OK but not Run

1999-06-19 Thread Anonymous
tinland wrote: > After an installation de jdk1.2 on Linux RedHat 6 > > I can Compile with javac in Xterm windows and i get one file.class > > When i would run this file.class i use "java file.class" and it return this error : > at java.lang.NoClassDefFoundError. > No, no , no. you must call java

Re: Display an image

1999-06-19 Thread Anonymous
Yuet Sim Lee wrote: > Hi, > > I knew that getImage() could > load an image file from the > network and paint() could > display it. > > However, I don't know how can I > get an image which is a local > file. I tried > > Image i = getImage( String filename ) > > It can not be compiled and the > co

announce: TYA 1.4 new release

1999-06-19 Thread Anonymous
Hi, the new TYA JIT release 1.4 is out there!! I've just uploaded 135200 bytes to ftp://gonzalez.cyberus.ca/pub/Linux/java/tya14.tgz What's new? This is pasted from README: --quote-- .. 3. SOME RELEASE NOTES = This release should show some general good speedup (5..20

Display image

1999-06-19 Thread Anonymous
Is it possible that Java display an pgm/raw formatted image? --Simmy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Need help in Compiling with JDK 1.2

1999-06-19 Thread Anonymous
> Hi,I downloaded JDK 1.2 (jdk1_2pre-v2) for Linux from www.blackdown.org. > After installed it on Redhat 5.2 in /usr/local > directory, when I tried to test compiling it: > javac hello.java > > I got the following errors: > /usr/local/jdk1.2/bin/i386/native_threads/javac: error in loading > sh

Re: Need help in Compiling with JDK 1.2

1999-06-19 Thread Anonymous
Tony T wrote: > > Hi,I downloaded JDK 1.2 (jdk1_2pre-v2) for Linux from www.blackdown.org. > After installed it on Redhat 5.2 in /usr/local > directory, when I tried to test compiling it: > javac hello.java > > I got the following errors: > /usr/local/jdk1.2/bin/i386/native_threads/javac: error

Re: Display image

1999-06-19 Thread Anonymous
> Is it possible that Java display an pgm/raw formatted > image? JAI will support PGM raw. For more information about JAI see http://java.sun.com/products/java-media/jai/index.html. A pure-Java implementation is available from that site. A native code enhanced version will be ported to Linux, fo

laser toner sales advertising

1999-06-20 Thread Anonymous
BENCHMARK SUPPLY 7540 BRIDGEGATE COURT ATLANTA GA 30350 ***LASER PRINTER TONER CARTRIDGES*** ***FAX AND COPIER TONER*** CHECK OUT OUR NEW CARTRIDGE PRICES : APPLE LASER WRITER PRO 600 OR 16/600 $69 LASER WRITER SELECT 300,310.360 $69 LASER WRITER 300, 320

Re: [off-topic] stop bashing!

1999-06-20 Thread Anonymous
Actually i pay attention quite well, and observe quite well. The example(s) that i have presented to u dont seem to impress u at all. I am very sorry for u. Can I presume that u havent looked at the diffs provided by the java-linux-porting folks. I guess u'd be perplexed with the modest '.ja

Re: VisualAge for Java for Linux

1999-06-20 Thread Anonymous
Uncle George: This implementation is not pure java , however I'm not sure if there is any reason why it can't run on an Linux Linux port, short of a recompile. Cheers Chris Uncle George wrote: > It is Pure java, which will run anywhere ? > > Or is it just for linux/intel :-/ > gat > > Alex Ric

Re: VisualAge for Java for Linux

1999-06-20 Thread Anonymous
Uncle George: This implementation is not pure java , however I'm not sure if there is any reason why it can't run on an Linux Alpha port, short of a recompile. Cheers Chris Uncle George wrote: > It is Pure java, which will run anywhere ? > > Or is it just for linux/intel :-/ > gat > > Alex Ric

Re: VisualAge for Java for Linux

1999-06-20 Thread Anonymous
On Sat, 19 Jun 1999 05:29:51 -0400, Uncle George <[EMAIL PROTECTED]> said: Uncle> It is Pure java, which will run anywhere ? Uncle> Or is it just for linux/intel :-/ VisualAge for Java? It's a linux/x86 binary. It was probably developed with IBM's VisualAge for Smalltalk, strangely enough. Ale

netscape in Linux 6.0 crashes (Java)

1999-06-20 Thread Anonymous
I guess there might be a "glibc"-related problem here. This newbie would sure appreciate a straightforward technique for getting Netscape to run Java in Linux 6.0. I've read that FAQ about glibc and using that command for determining which version I'm running, but isn't there something clear and

Re: netscape in Linux 6.0 crashes (Java)

1999-06-20 Thread Anonymous
In my opinion the JVM in Netscape for Linux has always been buggy. We develop software for internet kiosks running Linux and our biggest problem with Netscape is crashes with Java and animated gifs (especially large ones). We are using Redhat 5.1 and actually have found the Caldera distribution

Re: VisualAge for Java for Linux

1999-06-21 Thread Anonymous
Alex Rice wrote: > > Yes, everyone, check it out. Visual Age for Java is a great > development environment. > Just downloaded it, and started using it. Is it me, or is this Linux version about twice as fast as the Windows version on a comparable computer? This will make a nice example appl

tritonus version 0.1.003 released

1999-06-21 Thread Anonymous
Hi, there is a new release of tritonus, the JavaSound implementation for Linux. http://rupert.informatik.uni-stuttgart.de/~pfistere/tritonus/ Improvements over version: 0.1.002: - pause() and resume() are implemented - channels send start, stop and eom events - workaround for buggy file parsers

Re: netscape in Linux 6.0 crashes (Java)

1999-06-21 Thread Anonymous
Everyone is having this problem, has to do with a bug in one of the RPMS that come with RH6.0, there is a fix though, something to do with adding another font entry, you can find it on the RedHat site somewhere, like in the FAQ. Good luck. --- Larry LeFever <[EMAIL PROTECTED]> wrote: > I guess

Re: [off-topic] stop bashing!

1999-06-21 Thread Anonymous
The distance between the core published API and the actual layer at which system services requests are made, is very far. The is a set of .java routines that just dont get changed, and are common between win&solaris machines. Then there is a set of '.java' routines, that are particular to windoz,

[OFFTOPIC] When McNealy took the stage, the true Redmond bashing began

1999-06-21 Thread Anonymous
Read this =) Date: 18-06-99 Source: InfoWorld Subject: McNealy preaches to the converted during final JavaOne keynote The final keynote address of this week's JavaOne developer conference in San Francisco had three overarching themes: Linux is good, Microsoft is evil, and

Re: [OFFTOPIC] When McNealy took the stage, the true Redmond bashing began

1999-06-21 Thread Anonymous
Thanks for posting this. >Under this new appliance/services model, McNealy said that only three >architectures will continue to thrive: Linux, Wintel, and >Java/Solaris/Sparc/Jini. What used to be software applications will become >features accessible from a Java browser, he said. Given all the

Off Topic: Instalation of Visual Age

1999-06-21 Thread Anonymous
Sorry guys I know this is an off topic but the visual age site doesn't work and I got it (the va for linux) but I need the instalation instructions Does anyone have it? please send it to me. thanks. -- To UNSUBSCRIBE, email

Re: [OFFTOPIC] When McNealy took the stage, the true Redmond bashing began

1999-06-21 Thread Anonymous
Nelson Minar wrote: > > Thanks for posting this. > > >Under this new appliance/services model, McNealy said that only three > >architectures will continue to thrive: Linux, Wintel, and > >Java/Solaris/Sparc/Jini. What used to be software applications will become > >features accessible from a Jav

Re: Off Topic: Instalation of Visual Age

1999-06-21 Thread Anonymous
On Mon, 21 Jun 1999 08:39:43 -0500, Javier =?iso-8859-1?Q?Bola=F1os?= Molina <[EMAIL PROTECTED]> said: Javier> Sorry guys I know this is an off topic but the visual age site Javier> doesn't work and I got it (the va for linux) but I need the Javier> instalation instructions It's pretty simple:

please help

1999-06-21 Thread Anonymous
trying to install the jdk and jre on stock rh5.2 and get the same error and paths must be off? /usr/lib/jdk1.2/bin/i386/green_threads/java: error in loading shared libraries libhpi.so: cannot open shared object file: No such file or directory ---

Re: netscape in Linux 6.0 crashes (Java)

1999-06-21 Thread Anonymous
Bob Cadenza wrote: > > Everyone is having this problem, has to do with a bug in one of the > RPMS that come with RH6.0, there is a fix though, something to do with > adding another font entry, you can find it on the RedHat site > somewhere, like in the FAQ. Good luck. Yes, here's a post from Ro

Re: [off-topic] stop bashing!

1999-06-21 Thread Anonymous
[EMAIL PROTECTED] said: > But eventually someone is gonna want to try to build a >4gig file ( > > 32bit seeks ) on the alpha/linux box. As file offsets/lengths are specified as 64bits in java.io.{File,RandomAccessFile}, that shouldn't be a problem. Downloading a 200Gig file to a DOS filesyste

Re: [OFFTOPIC] When McNealy took the stage, the true Redmond bashing began

1999-06-21 Thread Anonymous
Nelson: >Given all the Linux spin at JavaOne, I'm curious about this statement. >What's wrong with Java/Linux/Intel/Jini? It's a hell of a lot cheaper >and smaller than Solaris on Sparcs. > Two sides: first, whatever McNealy says, he rather sees Java running on Sparc/Solaris than on Linux/Intel. G

Re: please help

1999-06-21 Thread Anonymous
--- "Jeffrey M. Drum" <[EMAIL PROTECTED]> wrote: > trying to install the jdk and jre on stock rh5.2 and get the > same error > and paths must be off? > > /usr/lib/jdk1.2/bin/i386/green_threads/java: error in loading > shared > libraries > libhpi.so: cannot open shared object file: No such file or

Re: [off-topic] stop bashing!

1999-06-21 Thread Anonymous
Uncle George wrote: > > > Tell me, did Microsoft alter the published core API to suit their own > sensibilities? I dont know, as I didnt pay much attention. Or did they just > manipulate the back-end services. > As a matter of fact, they did. This is why Sun sued them - they created something

RE: netscape in Linux 6.0 crashes (Java)

1999-06-21 Thread Anonymous
The error still persists after doing the changes suggested by you. It gives the error as: Font specified in font.properties not found [--zapf dingbats-medium-r-normal---*-%d-*-*-p-*-adobe-fontspecific] -Original Message- From: Jim Caley [SMTP:[EMAIL PROTECTED]] S

Netscape in RedHat 6.0 crashes (Java)

1999-06-21 Thread Anonymous
Netscape in RedHat 6.0 crashes (Java): -- solution: upgrade to XFree86-3.3.3.1-52. -- Edmund Mergl Alcatel SEL AG fon +49 711 821 44006 Lorenzstrasse 10 fax +49 711 821 42303 70435 Stuttgart mailto:[EMAIL PROTECTED] G

Re: netscape in Linux 6.0 crashes (Java)

1999-06-21 Thread Anonymous
Also, you should allways "unset CLASSPATH" before running Netscape. If there are JDK classes on your classpath, Netscape will allmost certainly crash while starting Java. regards [ bryce ] Jim Caley wrote: > Bob Cadenza wrote: > > > > Everyone is having this problem, has to do with a bug in

JPDA (aka JDI) implementation?

1999-06-22 Thread Anonymous
Hi folks! Sun has a new debugger architechture, JPDA (Java Platform Debug Architechture), sometimes also referred to as JDI (Java Debug Interface). It is currently in Beta release (http://developer.java.sun.com/developer/earlyAccess/jpda/index.html). Are there plans or acivities yet to port thi

Re: [off-topic] stop bashing!

1999-06-22 Thread Anonymous
1) I am not a member of java-linux-porting@blackdown. They are a private porting club. 2) I have been porting the Javasoft's non-commercial JDK source for a number of years.. But just for for alpha/linux. 3) I have also been a member of java-linux@blackdown for a number of years. 4) the change o

JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
Hi, I'm new to linux (but not java) so maybe I'm doing something wrong and you guys can point me in the right direction. I thought Swing was slow on Windows... I appreciate that JDK 1.2.2 is still beta, but i'm having serious performance problems with my apps on linux, where I don't with the ot

msqljava implementation

1999-06-22 Thread Anonymous
Hi all I'm going to develop a jdbc cleint applet for a msql database in my company. The lib of msqljava wants me to add it to the classpath (so I created one). When I try to compile written code the "import msql.*;" is not accepted, because it's not found. I tried the classpath extension of the j

Re: msqljava implementation

1999-06-22 Thread Anonymous
Hi Jens, let me say that you made the typical beginner's error. I don't mean your problem with java or linux - all of us have such problems from time to time, even experts. The real error is to not give us enough information to help you. Perhaps you just made a typo when setting the CLASSPATH: we

RE: msqljava implementation

1999-06-22 Thread Anonymous
Hi Matthias thanks for your quick response. I tried some things in between and the problem moved. My Applet is connecting to a database using port 1114 and using mslqjava 1.2.8. I found the right place to locate the classes and comilation works fine. I copied the Applet1.class file and another Ap

Servlet / AWT question

1999-06-22 Thread Anonymous
I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some charts that get created from within servlets. Does anybody know if I am required to have a user logged in with X running for AWT to work? It seems that the user who starts the servlet engine, JRun, must stay logged in an have X up? This

Re: Servlet / AWT question

1999-06-22 Thread Anonymous
> APP INF writes: APP> I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some APP> charts that get created from within servlets. Does anybody APP> know if I am required to have a user logged in with X running APP> for AWT to work? It seems that the user who starts the

Re: JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
--- Nick Lawson <[EMAIL PROTECTED]> wrote: > I thought Swing was slow on Windows... I appreciate that JDK > 1.2.2 > is still beta, but i'm having serious performance problems > with my > apps on linux, where I don't with the other os. No, this is pretty much what I'd expect. Windows has a lot m

Re: Servlet / AWT question

1999-06-22 Thread Anonymous
"Schlackman, Robert (APP INF)" wrote: > > I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some charts that get > created from within servlets. Does anybody know if I am required to have a > user logged in with X running for AWT to work? It seems that the user who > starts the servlet engin

ANNOUNCE: Manager/Factory utility in java using CORBA

1999-06-22 Thread Anonymous
Generic Manager/Factory implementation needs: JacORB, >jdk1.1.x Making a distributed system i had the need of having somehow something that would allow to start on a network of machines distributed process. I was told to use the factory paradigm, which means having on each machine of the network

Re: msqljava implementation

1999-06-22 Thread Anonymous
Hi Jens, the reason for the failures are clear: The sandbox strikes back. Different browsers impose different restrictions on the execution of unsave operations. But again, there is not enough info to tell exactely what's happening. To give concrete advice, I need to know more: Which in the the s

Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
I recently (this weekend) attempted an upgrade to Java 2 on our web servers, and came across a few problems someone might be able to help with. Briefly: Java 1.2 green threads won't start on one system: It just hangs taking all processor time and memory. This is a Dual PII machine with SMP runnin

Re: Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
Rachel Greenham wrote: > > I recently (this weekend) attempted an upgrade to Java 2 on our web > servers, and came across a few problems someone might be able to help > with. Briefly: > > Java 1.2 green threads won't start on one system: It just hangs taking > all processor time and memory. This

Re: Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
Nathan Meyers wrote: > > Rachel Greenham wrote: > > > > I recently (this weekend) attempted an upgrade to Java 2 on our web > > servers, and came across a few problems someone might be able to help > > with. Briefly: > > > > Java 1.2 green threads won't start on one system: It just hangs taking >

Re: JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
Paul Mclachlan wrote: > --- Nick Lawson <[EMAIL PROTECTED]> wrote: > > > I thought Swing was slow on Windows... I appreciate that JDK > > 1.2.2 > > is still beta, but i'm having serious performance problems > > with my > > apps on linux, where I don't with the other os. > > No, this is pretty muc

Re: JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
Paul Mclachlan wrote: > --- Nick Lawson <[EMAIL PROTECTED]> wrote: > > > I thought Swing was slow on Windows... I appreciate that JDK > > 1.2.2 > > is still beta, but i'm having serious performance problems > > with my > > apps on linux, where I don't with the other os. > > No, this is pretty muc

Re: Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
Rachel Greenham wrote: > I get, when I run Java: > > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > > Yes, also on the SMP box. > > $ java -version > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > java version "1.2" > Classic VM (build Linux_JDK_1.2_pre-r

Re: [off-topic] stop bashing!

1999-06-22 Thread Anonymous
Uncle George wrote: > > 1) I am not a member of java-linux-porting@blackdown. They are a private porting >club. Then you should be talking to Sun, not java-linux. > 2) I have been porting the Javasoft's non-commercial JDK source for a number of >years.. But just for for alpha/linux. And your

Re: Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
Nathan Meyers wrote: > > Rachel Greenham wrote: > > I get, when I run Java: > > > > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > > > > Yes, also on the SMP box. > > > > $ java -version > > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > > java version "1.2

Re: JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
Nick Lawson wrote: > > Paul Mclachlan wrote: > > > --- Nick Lawson <[EMAIL PROTECTED]> wrote: > > > > > I thought Swing was slow on Windows... I appreciate that JDK > > > 1.2.2 > > > is still beta, but i'm having serious performance problems > > > with my > > > apps on linux, where I don't with

Bug in setResizable() ?

1999-06-22 Thread Anonymous
It seems that issuing setResizable(false) on a JFrame() causes the GUI to flash for a moment but disappear: JFrame jFrame = new JFrame("setResizable bug?"); Dimension d = new Dimension(400, 300); jFrame.setSize(d); jFrame.getContentPane().setLayout

sunwjit

1999-06-23 Thread Anonymous
Hi, what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell me where to get it ? Thanks Holger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

ServletEngine for linux

1999-06-23 Thread Anonymous
Hi All, I'm not a real linux-user, but i am a java-developer. I'm looking for a good (and cheap) servletEngine for Linux. Could you be so nice to give me some advise please? I'm also looking for some (native if possible) JDBC-drivers for M$SQL-server, Sybase, oracle & informix. Any help would b

RE: ServletEngine for linux

1999-06-23 Thread Anonymous
Hi Mark, give jo! (http://www.webapp.de) a try! jo! is a small but powerfull web server with servlet-engine. It was the first web server that supported the Servlet API 2.1. Regards, Michael --- E-Mail: [EMAIL PROTECTED] -Original Message- From: Mark Minnoye [mailto:[EMAIL PROTECTED]] S

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
Jeff Galyan <[EMAIL PROTECTED]> writes: > And your point is...? That you're an asshole with a long signature -- Jan-Henrik Haukeland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
On Tue, 22 Jun 1999 07:01:05 -0400, Uncle George wrote: >1) I am not a member of java-linux-porting@blackdown. They are a private > porting club. You have been invited to be part of the effort. The "private" part comes from the fact that we had to sign NDA/Contracts so that we could start wor

idl2java

1999-06-23 Thread Anonymous
Hi, I would like to jdk1.2 to CORBA programming. But I cannot find any sign of the idl2java compiler. Does it exist? And if yes, where can I find it? Sincerely Marton ZSENEI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

JNI to choose? 1.0 or 1.1 JDK

1999-06-23 Thread Anonymous
Hey all, This is particularly aimed at people in the porting team and others with source access. Does anyone know how AWT performs callbacks? Particularly of interest is the API used. Is this the JDK 1.0 or JDK 1.1 JNI model being used. I never got the 1.1 JNI callbacks to work but the 1.0 works

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
I'd much perfer that you private porting club become public. Ur hiding behind the NDA, just makes u appear to be in the marketeering pockets os SUN. This can be exemplified by the way that the JDK 1.2 release announcement was made by SUN before any announcements on the normal channels at blackdow

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
Please return a long/64 bits Window address. Lemme know what gets stored in in the java int valiable "lets_store_a_32_bit_address", which has the capacity to store 32 bits. I'm sorry, I thought a fairly simply program sample would demonstrate it best. While ur pondering this porting delima, may

java-linux digest

1999-06-23 Thread Anonymous
Did the digests for this mailing list get nuked while I wasn't looking? I haven't gotten a digest since Volume 99 : Issue 222 last Friday? Later, Ted -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Re: ServletEngine for linux

1999-06-23 Thread Anonymous
Mark Minnoye wrote: > > Hi All, > > I'm not a real linux-user, but i am a java-developer. I'm looking for a > good (and cheap) servletEngine for Linux. Could you be so nice to give me > some advise please? LiveSoftware's JRun can be used freely for noncommercial purposes (and will be included

Re: sunwjit

1999-06-23 Thread Anonymous
"Nolte, Holger" wrote: > > Hi, > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell > me where to get it ? Yes. It's bundled with JDK1.2/JRE1.2. Nathan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Re: Java 1.2 pre2 and SMP?

1999-06-23 Thread Anonymous
Check to make sure the permissions of jre/lib/i386/libsunwjit.so are 0775 - it appears that some of the glibc2.0 jdk1.2pre2 did not have this set properly (see mail attached below). -Jim - Sender: [EMAIL PROTECTED] Date: Sat, 05 Jun 1999 15:44:45 -0700 From: Nathan Meyers <[EMAIL

Re: JNI to choose? 1.0 or 1.1 JDK

1999-06-23 Thread Anonymous
Hi, I cannot answer your questions directed to the porting team, but I would strongly recommend the 1.1/1.2 JNI model (there are some small extensions in 1.2). There are two major reasons: 1. libraries using the 1.1 model are to some extend portable between platforms and should be fully portable

Re: sunwjit

1999-06-23 Thread Anonymous
Nathan Meyers wrote: > > "Nolte, Holger" wrote: > > > > Hi, > > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell > > me where to get it ? > > Yes. It's bundled with JDK1.2/JRE1.2. However, it continues to not be detected during startup. -- Rachel

Re: sunwjit

1999-06-23 Thread Anonymous
Rachel Greenham wrote: > > Nathan Meyers wrote: > > > > "Nolte, Holger" wrote: > > > > > > Hi, > > > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell > > > me where to get it ? > > > > Yes. It's bundled with JDK1.2/JRE1.2. > > However, it continues to not be detected

Re: Java 1.2 pre2 and SMP?

1999-06-23 Thread Anonymous
Jim Jensen wrote: > > Check to make sure the permissions of jre/lib/i386/libsunwjit.so are > 0775 - it appears that some of the glibc2.0 jdk1.2pre2 did not have > this set properly (see mail attached below). I wasn't on the list at that time, but earlier today I figured that out myself, and it's

Re: sunwjit

1999-06-23 Thread Anonymous
Rachel Greenham wrote: > > Nathan Meyers wrote: > > > > "Nolte, Holger" wrote: > > > > > > Hi, > > > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell > > > me where to get it ? > > > > Yes. It's bundled with JDK1.2/JRE1.2. > > However, it continues to not be detected

idltojava for Linux

1999-06-23 Thread Anonymous
Seems that Sun isn't really on the Java bandwagon yet. `idltojava' is only available as sparc or Windows binaries and is actually written in C++, yacc, and lex. Makes it real difficult to do anything with Sun's CORBA implementation on Linux ;^( -- Jon Olson, Modular Mining Systems 3

Re: ServletEngine for linux

1999-06-23 Thread Anonymous
>I'm not a real linux-user, but i am a java-developer. I'm looking for a >good (and cheap) servletEngine for Linux. Could you be so nice to give me >some advise please? I've been using JServ on Linux and NT for about 6 months now. It's free and stable, and the community support via the mailing

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
I would just like to set some facts straight. 1. Anyone can get the full java 2 source for research, evaluation and internal use (which roughly equates to the previous non-commerical license before). You couldn't get the full source without this license before Java 2. SCSL means that you can use

Re: [off-topic] stop bashing!

1999-06-23 Thread Anonymous
On Wed, 23 Jun 1999 10:19:13 -0700 (PDT), Calvin Austin wrote: > >I would just like to set some facts straight. > >1. Anyone can get the full java 2 source for research, evaluation and >internal use (which roughly equates to the previous non-commerical license >before). You couldn't get the full

Re: ServletEngine for linux

1999-06-23 Thread Anonymous
Mark Minnoye wrote: > > Hi All, > > I'm not a real linux-user, but i am a java-developer. I'm looking for a > good (and cheap) servletEngine for Linux. Could you be so nice to give me > some advise please? > I'm also looking for some (native if possible) JDBC-drivers for > M$SQL-server, Sybase

Re: ServletEngine for linux

1999-06-23 Thread Anonymous
Jaco de Groot wrote: > > Mark Minnoye wrote: > > > > Hi All, > > > > I'm not a real linux-user, but i am a java-developer. I'm looking for a > > good (and cheap) servletEngine for Linux. Could you be so nice to give me > > some advise please? > > I'm also looking for some (native if possible) J

Re:Re: ServletEngine for linux

1999-06-23 Thread Anonymous
Try mySQL. It also has JDBC type-4 support and works beatifully as well. Of course Apache JServ is beatiful too. Steve Nguyen KBMail Software & Service Provider http://www.kbmail.com Original message Date: Thu, 24 Jun 1999 03:19:20 +0100 From: Rachel Greenham <[EMAIL PROTECTED

JDK 1.2 and RedHat 6.0

1999-06-23 Thread Anonymous
Whenever I try to run any of the demos in demo/jfc/*, such as SwingSet, I get the following error: Error loading L&F: java.lang.IllegalArgumentException: Raster IntegerInterleavedRaster: width = 64 height = 64 #Bands = 3 #DataElements 1 xOff = 0 yOff = 0 dataOffset[0] 0 is incompatible with Color

JDK 1.2 and RedHat 6.0

1999-06-23 Thread Anonymous
Whenever I try to run any of the demos in demo/jfc/*, such as SwingSet, I get the following error: Error loading L&F: java.lang.IllegalArgumentException: Raster IntegerInterleavedRaster: width = 64 height = 64 #Bands = 3 #DataElements 1 xOff = 0 yOff = 0 dataOffset[0] 0 is incompatible with Color

Re: Off Topic: Instalation of Visual Age

1999-06-23 Thread Anonymous
I have also unziped/untared it in /usr/local and then chown -R user where user is the user you want to run it under, then move the vajide script to ~user/bin and edit that script to give the full path to /usr/local/dir_where_you_put_vaj. Here is my edited script: #

sunWJit

1999-06-24 Thread Anonymous
Hi, has anybody tried sunwjit with blackdown 1.1.7 ? I tried it and it seems that blackdown with this JIT is slower then without it. Has anybody any ideas whats going on ? Thanks Holger -- To UNSUBSCRIBE, email to [EMAIL PRO

Re: Re:Re: ServletEngine for linux : THX

1999-06-24 Thread Anonymous
Thanks for your help. Mark -Original Message- From: Steve Nguyen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, June 23, 1999 8:59 PM Subject: Re:Re: ServletEngine for linux >Try mySQL. It also has JDBC type-4 suppo

Re: Java 1.2 pre2 and SMP?

1999-06-24 Thread Anonymous
Just to add a data point: I've experienced the same. Also using SuSE 6.1 (SMP 2.2.10 kernel, I don't know which libc but I think not glibc2.1) on a dual PII box. Green threads don't work at all, native threads seem to be less stable than the same on a single processor box (which is a mobile Pentiu

Re: JDK 1.2.2 Performance

1999-06-24 Thread Anonymous
[EMAIL PROTECTED] wrote: >Things will improve -- they've already started to improve -- but not as >fast as you'd like. The reality of the Linux revolution is that manning >the barricades gives you the responsibility to help make things better >and forfeits you the right to bitch and moan about the

JVM on multiprocessor Linux systems

1999-06-24 Thread Anonymous
I would like to know if there is a different version of the JVM compiled for multiprocessor Linux systems than for uniprocessor.   Has anybody experienced any problems or performance issues with using the uniprocessor version on multiprocessor systems ?   Any feedback would be greatly appre

Re: Java 1.2 pre2 and SMP?

1999-06-24 Thread Anonymous
Cees de Groot wrote: > > Just to add a data point: I've experienced the same. Also using SuSE 6.1 > (SMP 2.2.10 kernel, I don't know which libc but I think not glibc2.1) on > a dual PII box. Green threads don't work at all, native threads seem > to be less stable than the same on a single process

RE: ServletEngine for linux

1999-06-24 Thread Anonymous
I use the free version of JRun. http://www.livesoftware.com Rob > -Original Message- > From: Jason Proctor [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, June 23, 1999 1:11 PM > To: [EMAIL PROTECTED] > Subject: Re: ServletEngine for linux > > >I'm not a real linux-user, but i am a

Re: Java 1.2 pre2 and SMP?

1999-06-24 Thread Anonymous
On Thu, 24 Jun 1999 19:52:20 +0100, Rachel Greenham wrote: >Cees de Groot wrote: >> >> Just to add a data point: I've experienced the same. Also using SuSE 6.1 >> (SMP 2.2.10 kernel, I don't know which libc but I think not glibc2.1) on >> a dual PII box. Green threads don't work at all, native t

Re: JVM on multiprocessor Linux systems

1999-06-24 Thread Anonymous
> Dan Iuster wrote: > > I would like to know if there is a different version of the JVM > compiled for multiprocessor Linux systems than for uniprocessor. > > Has anybody experienced any problems or performance issues with using > the uniprocessor version on multiprocessor systems ? > > Any fee

RE: Java 1.2 pre2 and SMP?

1999-06-24 Thread Anonymous
Rachel - I also am running an SMP kernel with a RedHat 5.2 installation. I have found the same observations that you did regarding native and green threads. Unfortunately, green thread with no JIT is really a pain. My observation about native threads and JIT on a multiprocessor system is th

Re: JVM on multiprocessor Linux systems

1999-06-24 Thread Anonymous
> Dan Iuster wrote: > > I would like to know if there is a different version of the JVM > compiled for multiprocessor Linux systems than for uniprocessor. > > Has anybody experienced any problems or performance issues with using > the uniprocessor version on multiprocessor systems ? I'm curious

Re: JVM on multiprocessor Linux systems

1999-06-24 Thread Anonymous
On Thu, Jun 24, 1999 at 12:47:17PM -0700, Nathan Meyers wrote: > > Dan Iuster wrote: > > > > I would like to know if there is a different version of the JVM > > compiled for multiprocessor Linux systems than for uniprocessor. > > > > Has anybody experienced any problems or performance issues wit

Re: JVM on multiprocessor Linux systems

1999-06-24 Thread Anonymous
Derek Glidden wrote: > > > Dan Iuster wrote: > > > > I would like to know if there is a different version of the JVM > > compiled for multiprocessor Linux systems than for uniprocessor. > > > > Has anybody experienced any problems or performance issues with using > > the uniprocessor version on m

<    1   2   3   >