After some trying (I have WinXP) I found that:
this don't work:
public static void main(String[] args) throws IOException {
Process process = Runtime.getRuntime().exec("runsnippet
HelloRenderingModel");
}
and this works:
public static void main(String[] args) throws IOException {
Process process = Runtime.getRuntime().exec("runsnippet.bat
HelloRenderingModel");
}
glf.jar must be in classpath, and <glf INSTALL_DIR> must be in path
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".