Re: Problem with exec() on BlackDown 1.1.8 v1 and RH6.1

2000-03-17 Thread allen petersen
if i were smart, i would try out your source code example before sending a response to the list. but laziness wins again, so... you might try adding '.' to your path. i've had some problems before with exec() and relative paths--in a unix shell, './a.out' will work even if '.' isn't in your p

Re: problem with jdk1.2.2 for Linux

2000-03-17 Thread Riyad Kalla
Did you include /usr/bin/jdk1.2.2/bin in your path at the very front of it? a la: export PATH=/usr/bin/jdk1.2.2/bin:$PATH On Fri, 17 Mar 2000, [EMAIL PROTECTED] wrote: > I installed jdk1_2_2 on a Linux PC, but when I try compiling with javac, the >following message comes: > > > > /usr/bin/j

problem with jdk1.2.2 for Linux

2000-03-17 Thread mist
I installed jdk1_2_2 on a Linux PC, but when I try compiling with javac, the following message comes: /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_threads/javac

Re: Problem with exec() on BlackDown 1.1.8 v1 and RH6.1

2000-03-17 Thread Dimitrios Vyzovitis
[EMAIL PROTECTED] wrote: > Thank you very much for everyone responding to my original question. > I did try to use exec("./a.out") in the java application but still get > exception like:/mnt/e/Linux/java/proc/One>java communicate > got e after try exec() > java.io.IOException: ./a.out: not found

Re: Jsp Newbie, Help

2000-03-17 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > Vasant, > > The JSDK is what you need, yes. Default servletrunner location: > /usr/local/JSDK2.0/bin/ Also, check the doc directory in the JSDK for where it > talks about an overview of the servlet architecture. > > I use JServ-1.1 instead of servletrunner to se

Re: Jsp Newbie, Help

2000-03-17 Thread John . Folkers
Vasant, The JSDK is what you need, yes. Default servletrunner location: /usr/local/JSDK2.0/bin/ Also, check the doc directory in the JSDK for where it talks about an overview of the servlet architecture. I use JServ-1.1 instead of servletrunner to serve up servlets. JServ contains volumes o

Jsp Newbie, Help

2000-03-17 Thread V.Vasant
Hello, I have just started learning about servlets , even though I have sufficient knowledge of the language in general. I downloaded and installed the JSDK 2.0 , but I couldn't find the servletrunner utility... Also how do I view the servlets I write and where do I keep them?? Ple

Re: Java shell

2000-03-17 Thread Rachel Greenham
Rob Saul wrote: > Timothy Reaves wrote: > > > > I saw - somewhere sometime - a java shell application, that would > > let you interactively execute java code. I've lost the link. Can > > someone provide some assistance? > > Perhaps you're thinking of http://www.beanshell.org ? Never heard