Re: com/sun/jini/example/launcher/StartService

2004-03-23 Thread Shankar Unni
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

Re: com/sun/jini/example/launcher/StartService

2004-03-22 Thread George Hester
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" >

Re: com/sun/jini/example/launcher/StartService

2004-03-22 Thread Igor Pechtchanski
:/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

com/sun/jini/example/launcher/StartService

2004-03-21 Thread George Hester
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