This is after compiling using Maven2 with $CLASSPATH, $PATH, $MAVEN2_HOME, et al. being set. Is there a specific .jar that I need to copy?
[root@fc8machina bin]# ./install.sh
Running WSO2 Web Services Application Server, v2.2.1 installer...
Exception in thread "main" java.lang.NoClassDefFoundError: org/wso2/wsas/installer/InstallationManager
Caused by: java.lang.ClassNotFoundException: org.wso2.wsas.installer.InstallationManager
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)