George Hester wrote:
I thought I could use UNIX notation in Cygwin but I see I cannot. oops.
Wrong again.
Cygwin is not a tool that magically wanders over all your installed
applications (e.g. Office) and somehow makes them "Unix-aware".
Applications compiled against cygwin libraries can use P
i-ext.jar:/files/jini1_2/lib/jini-examples.jar
> > com/sun/jini/example/launcher/StartService
> >
> > and so of course error is
> >
> > java.lang.NoClassDefFoundError : com/sun/jini/example/launcher/StartService
> > Exception in thread "main"
>
:/files/jini1_2/lib/jini-examples.jar
> com/sun/jini/example/launcher/StartService
>
> and so of course error is
>
> java.lang.NoClassDefFoundError : com/sun/jini/example/launcher/StartService
> Exception in thread "main"
>
> What is wrong wiith Cygwin's usage of th
This command line in the Bash shell:
java -cp /files/jini1_2/lib/jini-ext.jar:/files/jini1_2/lib/jini-examples.jar
com.sun.jini.example.launcher.StartService
becomes
java -cp /files/jini1_2/lib/jini-ext.jar:/files/jini1_2/lib/jini-examples.jar
com/sun/jini/example/launcher/StartService
and
4 matches
Mail list logo