Re: JAVA_HOME

2000-04-06 Thread Chris Kelly
Is there a non-rpm version? Perhaps you could try it the old-fashioned way by editing the config file where they store this information. Or, try it using GnoRPM. I'm no shell script expert, but maybe you need to export JAVA_HOME as well? At 11:13 PM 4/6/00 +0100, John Louis wrote: >Hi, > I just

Re: JAVA_HOME

2000-04-06 Thread John Louis
Hi, I just install IBM JDK1.1.8, and set my .bash_profile like: JAVA_HOME=/usr/jdk118 PATH=$PATH:$HOME/bin:/usr/jdk118/bin ENV=$HOME/.bashrc CLASSPATH=/usr/jdk118/lib export ENV PATH export CLASSPATH=$JAVA_HOME/lib/classes.zip:$CLASSPATH mesg n I try to compile jdk118 demo, and run it, its wor

Re: Servlet

2000-04-06 Thread Vida Luz
Thanks all !!! Now I have installed the jakarta-ant, but I have the problem when I want to build my xml, the error is: Exception in thread "main" java.lang.NoClassDefFoundError:org/apache/tools/ant/ Main Thanks, You are very kinds, Regards. --

Re: Servlet

2000-04-06 Thread rapela
You will also need a servlet engine. If you were using Apache try Apache JServ http://java.apache.org/jserv/index.html Hope this helps, Joaquin Joaquin Rapela Staff Software Engineer IBM Almaden Research Center Vida Luz <[EMAIL PROTECTED]> on 04/05/2000 10:02:32 PM To: [EMAIL PROTECTED]

Re: Servlet

2000-04-06 Thread Blue Lang
On Thu, 6 Apr 2000, Vida Luz wrote: > Hi, Good Day !!! Hi, good day to you as well. :P > My server is Linux and my jdk es version 1.2, I need other tools to begin > an program with servlet? You need a web server, which you probably already have, and the JSDK, available from http://java.sun.com

Re: Servlet

2000-04-06 Thread John Rousseau
On Thursday Apr 6, 2000, Vida Luz wrote: > I need begin to work with servlet, But I need to know: What I have > installed in my server? > > My server is Linux and my jdk es version 1.2, I need other tools to begin > an program with servlet? You need, at a minumum, servlet.jar from the Sun site

Re: Debian problems

2000-04-06 Thread Juergen Kreileder
> jdoc writes: jdoc> I am having problems trying to run JDK 1.2.2 on Debian 2.1. jdoc> When I try to run java I get the following errors... jdoc> /usr/bin/jdk1.2.2/bin/javac: /bin/realpath: No such file or jdoc> directory /usr/bin/jdk1.2.2/bin/javac: /bin/realpath: No jdo

Re: Servlet

2000-04-06 Thread John . Folkers
RTFM!!! Vida Luz <[EMAIL PROTECTED]> on 04/06/2000 01:02:32 AM To: [EMAIL PROTECTED] cc: Subject: Servlet Hi, Good Day !!! I need begin to work with servlet, But I need to know: What I have installed in my server? My server is Linux and my jdk es version 1.2, I need other

Re: textarea resizing

2000-04-06 Thread Syam_Kumar_Abburi
place text area in a panel with layout as border and do not hard code any bounds. Roger Smith <[EMAIL PROTECTED]> 04/06/2000 11:30 AM To: [EMAIL PROTECTED] cc:(bcc: Syam Kumar Abburi/SSC/THD) Subject: textarea resizing hey all I am creating an applet with a textarea, so does any

Servlet

2000-04-06 Thread Vida Luz
Hi, Good Day !!! I need begin to work with servlet, But I need to know: What I have installed in my server? My server is Linux and my jdk es version 1.2, I need other tools to begin an program with servlet? Thanks in adavanced. Regards, --

Debian problems

2000-04-06 Thread jdoc
I am having problems trying to run JDK 1.2.2 on Debian 2.1. When I try to run java I get the following errors... /usr/bin/jdk1.2.2/bin/javac: /bin/realpath: No such file or directory /usr/bin/jdk1.2.2/bin/javac: /bin/realpath: No such file or directory javac was not found in /bin/i386/green_th

textarea resizing

2000-04-06 Thread Roger Smith
hey all I am creating an applet with a textarea, so does anyone know how I can resize the textarea when I resize the window so the textarea still fills the window? Thanks Rog ___ Today, like every other day, we wake up empty and

RE: JAVA_HOME

2000-04-06 Thread Craig Cottingham
> Are you sure you don't need the JDK instead of the JRE > IBM could have a bug in their rpm (this is not beyond the > realm of possibility) > > My money is on the fact that WebSphere is looking for the > full JDK and not just > the JRE. For instance, if I visit IBM's WebSphere > Applicat

Re: JAVA_HOME

2000-04-06 Thread Mark Shacklette
These are the facts: JAVA_HOME should be set to the base directory of your jdk installation, in your case, that would be /usr/jre118. You want to add the bin directory to your PATH, so something like: export PATH=/usr/jre118/bin:$PATH Then, you need to set up your classpath. Do that with: ex

Re: libhpi.so can not be found.

2000-04-06 Thread james tsang
thank you very much, but a new error message happen to me: libjvm.so: undefined symbel: __libc_current_symbol_sigrtmax. I check the archive, no the same error response, can you tell me why again. thanks. Rgds - Original Message - From: "Cristian Prevedello" <[EMAIL PROTECTED]> To

Re: libhpi.so can not be found.

2000-04-06 Thread Cristian Prevedello
On Thu, Apr 06, 2000 at 04:19:39PM +0800, james tsang wrote: > but I can see it under native_threads . > anyone can help me out of the problem. > does I have to upgrade my glib libarary? if so , where can I dn it ? > > thank you in advance. Have you included the path into /etc/ldso.conf? -- C

libjava_g : undefined symbol: fstat

2000-04-06 Thread Mo DeJong
Hello. Has anyone run into this before? I tried to link to libjava_g.so with my JNI app, but it seems that there is a missing symbol "fstat". I am using JDK 1.1.7 v3 on a Red Hat 5.2 box. When linking to -ljava_g with JDK 1.1.7 I get this error! couldn't load file "/home/mo/project/tcljava/uni

libhpi.so can not be found.

2000-04-06 Thread james tsang
but I can see it under native_threads . anyone can help me out of the problem. does I have to upgrade my glib libarary? if so , where can I dn it ?   thank you in advance. - Original Message - From: John Louis To: Blackdown Team ; Riyad K

libhpi.so can not be found.

2000-04-06 Thread james tsang
but I can see it under native_threads . anyone can help me out of the problem. does I have to upgrade my glib libarary? if so , where can I dn it ?   thank you in advance.

cannot allocate color map entry for default background

2000-04-06 Thread kamesh jayachandran
I have created a gui application.It works fine under windows.When I try to run it under linux , I am not able to seee the menu items as i can see from windows,simply menuitems are blackened. I get the message as cannot allocate color map entry for default background. Thanks in advance kamesh jay

Re: JAVA_HOME

2000-04-06 Thread John Louis
Hi,    I  set my JAVA_HOME = /usr/jre118/, and using rpm -ivh --nodeps, still got the same error.     Louis - Original Message - ±H¥óªÌ: Riyad Kalla ¦¬¥óªÌ: John Louis ¶Ç°e¤é´Á: 2000¦~4¤ë6¤é ¥D¦®: Re: JAVA_HOME I'm pretty sure JAVA_HOME should be the base of that d

problem with jdb

2000-04-06 Thread kamesh jayachandran
I have some problem with jdb(sun). jdb summa.class (or)summa Initialising jdb >run summa VMinitialisation failed for :/usr/local/jdk1.2.2/jre/bin/java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=localhost.localdomain:1029, suspend=y summa Can't load libjdwp.so be