Re: IBM Java 1.3: some problems.

2000-06-01 Thread Timothy Reaves

>
> 3) This is not a bug, but is annoying... the compiling errors on the IBM 1.3
> Java compiler are less clear.

The Sun Windows 1.3 is the same way.  This is the new way of doing things.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Help to configure Servlets Programming Environment

2000-06-01 Thread Mario Jaramillo R.




Greetings

I am a teacher in UNIVERSIDAD DE ANTIOQUIA in the arena of

Networks  and Programming , and I am very interested in to
begin to work with Servlets Programming.

At current time I dispose of the following environment in my PC:

.LINUX RED HAT 6.1

.LINUX_JDK_1.2.2_RC4

.APACHE 1.3.11 HTTP SERVER

.APACHE JSERV 1.1

Please send me information about how to configure this

environment in order to begin to work with Servlets.


Thanks in advance.

Mario Jaramillo 

Teacher


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: IBM Java 1.3: some problems.

2000-06-01 Thread Timothy Reaves

I have not had this problem.  I have run two AWT programs, one large-complex the
other small, and had no problem.  I was not, however, running them for hours.


Kristian Soerensen wrote:

> Hi
>
> I just tried the IBM JVM 1.3 for Linux
> With it's accompaining jit it's very fast, but it crashes X every time I
> try running a program that uses the AWT. Has anybody else seen similar
> crashes and maybe looked further into what's gping wrong?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Help to configure Servlets Programming Environment

2000-06-01 Thread Peter Pilgrim



[EMAIL PROTECTED] wrote:
> 
> Greetings
> 
> I am a teacher in UNIVERSIDAD DE ANTIOQUIA in the arena of
> 
> Networks  and Programming , and I am very interested in to
> begin to work with Servlets Programming.
> 
> At current time I dispose of the following environment in my PC:
> 
> .LINUX RED HAT 6.1
> 
> .LINUX_JDK_1.2.2_RC4
> 
> .APACHE 1.3.11 HTTP SERVER
> 

!Ole!

Compile Apache with Dynamic Shared Object (DSO) so that you add and remove
modules like Servlets, Mod Perl, PHP without having to recompile Apache.
I think Red Hat 's Apache RPM. Try the following

% /usr/local/Apache/bin/httpd -l | grep mod_so

Should print out "mod_so.c" then you have DSO support.

> .APACHE JSERV 1.1
> 

Visit the web site at http://java.apache.org/
It is a bit long in tooth to explain here.

I think I did explain configuration of Apache / Jserv 
search the list archives.

If you are really stuck you might want to get a copy
of the book "Java Linux" by Nathan Meyers. 
http://www.javalinux.net/

> Please send me information about how to configure this
> 
> environment in order to begin to work with Servlets.
> 
> Thanks in advance.
> 
> Mario Jaramillo
> 
> Teacher

-- 

mfg
Peter

==
"The greatest trick the devil ever pulled was making everyone in the
world believe he didn't exist." Kevin Spacey as Kaiser Soze


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




libjvm.so not found

2000-06-01 Thread yangyuex

Hi,

I just try to use IBMJava2-13.
I cannot run java in other directory other than /opt/IBMJava2-13/.
However, I already :

export PATH=/op/IBMJava2-13/bin:/opt/IBMJava2-13/jre/bin:$PATH

When I run java in other directory, the error occurred: "cannot find libjvm.so".
However, I am sure this file is in /opt/IBMJava2-13/jre/classic/.
Even I add this to PATH, no difference.

In order to solve this problem, I use alias command. Although it does work,
I feel there is other way to solve this problem.
My system is redhat6.1.

Thanks very much!
yangyuexiang


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]