This is the mail archive of the
cygwin
mailing list for the Cygwin project.
com/sun/jini/example/launcher/StartService
- From: "George Hester" <hesterloli at hotmail dot com>
- To: cygwin at cygwin dot com
- Date: Mon, 22 Mar 2004 00:13:43 -0500
- Subject: com/sun/jini/example/launcher/StartService
- Organization: Home
- Reply-to: "George Hester" <hesterloli at hotmail dot com>
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 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 the java command console? How do I convince Cygwin that I mean
com.sun.jini.example.launcher.StartService
and not
com/sun/jini/example/launcher/StartService?
Thanks.
--
George Hester
__________________________________
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/