- Code: Select all
./build.py && ./build.py release-clients
Seems to work fine,
However the resulting jar files seems to have some issue:
- Code: Select all
dist$ pwd
/home/axel/om/openmicroscopy-axel/components/insight/OUT/dist
dist$ java -Xms256000000 -Xmx1024000000 -jar omero.insight.jar
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "Initializer"
dist$
I also tried to only build insight following this guide:
http://www.openmicroscopy.org/site/supp ... uting.html
- Code: Select all
/home/axel/om/openmicroscopy-axel/components/insight/build
build$ java build
Error: Could not find or load main class build
Which is as far I understood "java" command is no wonder, shouldn't this be "ant" or something?