Re: Creating a stub wrapper for JDK 1.2 on Linux and non-Linux

1999-03-16 Thread pridemor
> Of course there is no such thing as Bourne on Windows/NT boxes what > is best JDK 1.2 class path for these systems. Someone on my team is writing a small native NT program to locate the JRE, etc., based on registry settings, then launch a java runtime via the invocation API. We'd rather n

Creating a stub wrapper for JDK 1.2 on Linux and non-Linux

1999-03-16 Thread peter . pilgrim
A popular method to run java application is to call the JVM from a shell script. Typically when I want distribute a Java program. I set up the `Makefile' run a script to *automagically* generate this dum-diddy-dum-dum-dum stub script which is basically this: #!/bin/sh # Java Stub Generator ...