Hi all,
I assigned the path d:/skyva/jre to $config{jdk.bin} !
I want to do the following:
$java = open (GSM, "$config{'jdk.bin')/bin/java"|);
This should start a java-programm. But
print <GSM>;
says: d:/skyva241a/jre is not recognized as an internal or external command ...
$java = open (GSM, "d:/skyva/jre/bin/java |";
works find.
Why?
Heiko