- From: Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>
- Date: Sun, 09 May 1999 23:40:49 +0200
- To: "Michael S. Zick" <mszick@logantele.com>, W3 Jigsaw Mailinglist <www-jigsaw@w3.org>
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