[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DDW-DDL-ML J-Man unter Windows



Hallo Ralf,

Ja, J-man lauft unter Windows.

Meine batch-file:

===============================================================
@ECHO OFF

REM specify your Java Virtual Machine
SET JAVAVM=C:\windows\system32\java

REM specify the top level directory of your DDL installation
SET DDL_PATH=D:\data\modeltrain\DDL

REM ##### do not edit beyond this line! #####

SET CLASSPATH=%DDL_PATH%\lib\classes\jman.jar
REM SET LIB=%LIB%;%DDL_PATH%\lib

%JAVAVM% jman
===============================================================


Grüß, Coen


At 08:36 22-12-2005, mgrafe@snafu.de wrote:
Hallo Ralf,

ich weiß es nicht. Am besten Du fragst den Autor, Torten Vogt, selbst.
(vogt@vogt-it.com).

Gruß - Michael


On Wed, 21 Dec 2005 17:23:49 +0100, Ralf Kleemann <ralfnospam1@gmx.de> wrote:

> Hallo,
>
> läuft J-Man auch unter Windows und gibt es dafür eine
> Installationsanleitung?
>
> Gruß Ralf