On Tue, Apr 2, 2013 at 4:18 PM, Meron Mesfin <[email protected]> wrote: > i test it as u told me and the following message appeared "Error: Could not > find or load main class org.dspace.app.launcher.ScriptLauncher" do u have > any idea how i can solve it
That means that the DSpace jar files (in the [dspace]/lib) are not in your classpath. As a quick workaround, you can edit the [dspace]/bin/dspace script and hard-code your [dspace]/bin path. To do that, replace this line: DSPACEDIR=`cd "$BINDIR/.." ; pwd` with your path to dspace, e.g. DSPACEDIR=/dspace Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

