What about TM replacement (although it is almost impossible at the moment)?
Pavel. On 10/20/06, Mikhail Fursov <[EMAIL PROTECTED]> wrote:
On 10/20/06, Alex Astapchuk <[EMAIL PROTECTED]> wrote:
>
> Yeap.
> The following addresse both your issues.
>
>
> class GCv5Magics {
> static {
> String gcPath = System.getProperty("vm.gc_dll");
> if (gcPath == null) {
> System.load(gcPath);
> }
> else {
> System.loadLibrary("gc.dll");
> }
> }
> }
>
>
I like this approach! :)
Pavel ?
--
Mikhail Fursov
