Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] default lib in start.jar for 8.1.2.v20120308?

In upgrading from 8.1.1.v20120215 to 8.1.2.v20120308, the start.jar
behavior seems to have changed.
https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example

Previously, we started with:
 java -jar start.jar

With 8.1.2, we need to start with:
 java -jar start.jar lib=lib/

otherwise it gets ClassNotFoundException

Is this an expected change?

thanks
ryan


Back to the top