Re: jdk servlets on Linux

1999-04-14 Thread Oliver Fels
> I don't think I'm a masochist, but I found no difficulty in installing > Jserv for Apache. I've never used Sun's server so I can't comment on > relative speed or simplicity, but I guess I saved myself $300 at least... Same here, based on my experience. In most cases, there are requirements whic

Re: Where/what is /usr/lib/libstdc++-libc6.0-1.so.2. ?

1999-04-14 Thread James Seigel
Also, If you read the README.linux..it explains some things to do when you get this problem like using LD_PRELOAD etc... Cheers James. Pooh Bear -- "I am just a bear of little brain" On Wed, 14 Apr 1999, Moses DeJong wrote: > On Wed, 14 Apr 1999, John D. Overmars wrote: > > > I have instal

Re: Where/what is /usr/lib/libstdc++-libc6.0-1.so.2. ?

1999-04-14 Thread Moses DeJong
On Wed, 14 Apr 1999, John D. Overmars wrote: > I have installed the Java1.2 on Redhat 5.2. > Every time I try to run a Swing demo I get the message: > > uncaught exception: java.lang.UnsatisfiedLinkError: > /usr/local/jdk1.2/jre/lib/i386/libfontmanager.so: > libstdc++-libc6.0-1.so.2: cannot ope

Where/what is /usr/lib/libstdc++-libc6.0-1.so.2. ?

1999-04-14 Thread John D. Overmars
I have installed the Java1.2 on Redhat 5.2. Every time I try to run a Swing demo I get the message: uncaught exception: java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2/jre/lib/i386/libfontmanager.so: libstdc++-libc6.0-1.so.2: cannot open shared object file: No such file or directory java.lang.

java.util.Calendar timezone problem

1999-04-14 Thread Feng-Cheng Chang
Hello all, I have a question about the timezone settings: My Linux box is using local CST time, but the java.lang.Calendar or java.lang.Date always report CDT... Here is my program: import java.lang.*; import java.util.*; public class TestCal { public static void

Intuit-webturbotax

1999-04-14 Thread Bill Broadley
Anyone successfully get Intuit's webturbotax running? I tried netscape-4.07+standard java, and netscape-4.51+standard java without success on a redhat-5.2 system (they would crash). I searched for the "activator" to allow me to include my own jvm for use in netscape without success (the url I f

Re: -classpath "bug"

1999-04-14 Thread Moses DeJong
On Wed, 14 Apr 1999, Michael Sinz wrote: > On Wed, 14 Apr 1999 11:59:48 +0200, Robb Shecter wrote: > > >Hi, > > > >I know this is an old one, but I was wondering about the state of the > >"-classpath" annoyance that is there in Java/Linux 117a, and possibly in > >other Java versions, too. > > >

Re: JIT and unexpected verify errors for jdk1.2

1999-04-14 Thread Dimitris Vyzovitis
Dimitris Vyzovitis wrote: // ... // lots_of_stuff // ... After some recompilations (still using jikes0.47),and the problem is no longer there. It is *mysterious* to me, as I can not reproduce the (possible) bug. I guess I have to retract that "... it looks like a jit bug to me..." (or not?) At

Re: jdk servlets on Linux

1999-04-14 Thread Michael Lorton
On Wed, 14 Apr 1999, Matt Duckham wrote: > Camilo Wilson wrote: > > > > Using Apache Jserv for servlets does work, but it requires a good dose > > of masochism. Much, much easier is to use the Java Web Server from Sun > I don't think I'm a masochist, but I found no difficulty in installing > Js

(fwd) Re: Port of IBM's VM?

1999-04-14 Thread pridemor
And here's the response... -- Forwarded by Russell Pridemore/Lex/Lexmark on 04/14/99 02:24 PM --- [EMAIL PROTECTED] on 04/14/99 01:33:15 PM To: Russell Pridemore@LEXMARK cc: Subject: Re: Port of IBM's VM? The people who can do something about

JIT and unexpected verify errors for jdk1.2

1999-04-14 Thread Dimitris Vyzovitis
Hi, I have some unexpected problems using some reflection stuff under jdk1.2-pre1. In particular, if I have the jit enabled, I get an arcane verify error thrown. If I turn off the jit, it works normally. Also note that jdk1.1.7 (with tya) runs the same classes (that - not- were compiled using ji

Re: Parameter value weirdness

1999-04-14 Thread Robert Dietrick
I hear you loud and clear. There's really no way that you could be getting "null" from that method invocation (unless of course, your query string looks like http://...?name1=null). Printing the return value of getParameter("name1") will print "null" or "", however. Are you using the JServ modu

Re: Parameter value weirdness

1999-04-14 Thread Jason Proctor
I think you may be misunderstanding me. In the situation where I'm processing a request for a URL like http://whatever.com/servlets?name1=&name2=someVal getParameter (name1) should return either a null pointer or a blank string. Right now, I'm getting the string value "null", ie a four character

RE: Port of IBM's VM?

1999-04-14 Thread vhasty
If you hear anything, I'd be very interested in seeing it posted here. Let me know if you need any help. Don't have time to organize a lobby effort, but will certainly lend a hand. Vann -- Vann Hasty Evans & Sutherland [EMAIL PROTECTED] > -Original Message- > From: Bernd Kreimeier [mai

Re: Port of IBM's VM?

1999-04-14 Thread pridemor
Addressing this question to David Shields or Philippe Charles, authors of Jikes, might be a place to start... David and Philippe, thank-you for supporting Linux in your Jikes development. Any chance of seeing the fast new IBM Java VM for Linux? Russ [EMAIL PROTECTED] on 04/14/99 07:17:25 AM

Re: Parameter value weirdness

1999-04-14 Thread Robert Dietrick
HttpServletRequest.getParameter("name1") should return "" in the case of a URL like http://whatever.com/servlets?name1=&name2=someVal Regardless, this is still problematic, since you probably want that value to be null. What I've done to get around this is provide my servlets with the following

Re: jdk servlets on Linux

1999-04-14 Thread Matt Duckham
Camilo Wilson wrote: > > Using Apache Jserv for servlets does work, but it requires a good dose > of masochism. Much, much easier is to use the Java Web Server from Sun > (free evaluation, under $300), Solaris version. About 1/10 the > configuration time, in my experience. You will need the JSDK

Port of IBM's VM?

1999-04-14 Thread Bernd Kreimeier
Does anybody know whether there is a chance of a Linux port of IBM's VM? Has IBM ever responded to any inquiries? What would be the best way to lobby for this? b. -- To UNSUBSCRIBE, emai

Re: jdk servlets on Linux

1999-04-14 Thread Camilo Wilson
Using Apache Jserv for servlets does work, but it requires a good dose of masochism. Much, much easier is to use the Java Web Server from Sun (free evaluation, under $300), Solaris version. About 1/10 the configuration time, in my experience. You will need the JSDK classes from Sun too. We have a

Re: sources for jdk

1999-04-14 Thread Matthew McKeon
Andre Schroeter wrote: > > dear porting team, I'm not on the porting team, but maybe I can help. :) > we are currently thinking of integrating a java vm into our > teleradiology system. can you tell me where i can find information > to do this ? especialy how to integrate the x window

sources for jdk

1999-04-14 Thread Andre Schroeter
dear porting team, we are currently thinking of integrating a java vm into our teleradiology system. can you tell me where i can find information to do this ? especialy how to integrate the x windows of an applett into the main window of our system ? is it possible to get the source code to the a

Re: -classpath "bug"

1999-04-14 Thread Michael Sinz
On Wed, 14 Apr 1999 11:59:48 +0200, Robb Shecter wrote: >Hi, > >I know this is an old one, but I was wondering about the state of the >"-classpath" annoyance that is there in Java/Linux 117a, and possibly in >other Java versions, too. > >I mean the problem where the command line option has differ

-classpath "bug"

1999-04-14 Thread Robb Shecter
Hi, I know this is an old one, but I was wondering about the state of the "-classpath" annoyance that is there in Java/Linux 117a, and possibly in other Java versions, too. I mean the problem where the command line option has different behavior than the environment variable - namely, with the co