Re: How to set the "current directory" of a CGI in jigsaw ?

Hi !

----

Sorry for the late response, but you're mail no.31 in my inbox today (after
some
free days) :-(

----

"Michael S. Zick" wrote:

> My applogies if my delay in this response means your are hearing this for
> the 1,000 time.
> For a platform dependant (WIN95, WIN NT) answer, check out:
> package com.ms.win32
>     public class Kernel32
>         public native static boolean SetCurrentDirectory (String lpPathName)
> ;
>
> This is the JAVA interface to the kernel32.dll -- for more info, check the
> MS JAVA SDK documentation.

I see here two problems:

a) According to the package name, this works only with the Microsoft VM on
MS platforms. (OK, in the special case of the Cochrane Library (a medical
library)
I'll accept this because it only runns on the Win32 platform...
b) I was looking for a platform-independent solution, and it seems that such a
thing
does (curretly) not exist :-(

----

Bye,
Roland

--
  __ .  . __
 (o.\ \/ /.o)  Roland Mainz                               C programmer
  \__\/\/__/   Roland.Mainz@informatik.med.uni-giessen.de MPEG specialist
  /O /==\ O\   gisburn@w-specht.rhein-ruhr.de             Sun&&Amiga programmer
 (;O/ \/ \O;)  TEL +49 (0) 2426901568  FAX +49 (0) 2426901569

Received on Sunday, 9 May 1999 17:41:17 UTC