Re: grizzly framework not starting up

2010-09-28 Thread Keith Irwin
I think I figured out the problem for why creating an uber-jar of all the restlet dependency classes (plus my own code) wasn't enabling restlets to find the Grizzly server framework: When I created the jar, I unpacked all the classes, but filtered out the manifest stuff. A quick glance at the sour

grizzly framework not starting up

2010-09-28 Thread Keith Irwin
Kind of an interesting thing, here... I've got a project using Restlets. I've added the grizzly extension jars. When I run the project by building up a classpath, and then invoking the main entry point of my app, the Grizzly framework starts up just fine. java -cp $CLASSPATH my.package.Main H