-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
http://pastebin.com/SER8JMqj
this is what i get when i try to ./install.sh
mkdir: cannot create directory `logs': File exists
Exception in thread "main" java.lang.NoClassDefFoundError:
com/flaptor/hounder/installer/InstallationWizard
Caused by: java.lang.ClassNotFoundException:
com.flaptor.hounder.installer.InstallationWizard
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class:
com.flaptor.hounder.installer.InstallationWizard. Program will exit.
i am using ubuntu .
Original issue reported on code.google.com by metin.ak...@gmail.com on 26 Feb 2011 at 3:00