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
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
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
[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
[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
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
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
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