Hi Albert,<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">Thanks for the update. It&#39;s missing one key explanation: how to launch it.<br>

</blockquote>
<br>We wanted to have an alpha version of all the functionality pulled together by the holidays, but unfortunately it is not quite ready. I assure you that running ImageJ2 in its current form will be highly unimpressive. That said, if you are set on trying it, the easiest way at the moment is:<br>

<br>$ mvn<br>$ cd imagej<br>$ ./run<br><br>This will invoke the Maven command to copy all the dependent JAR files to a common folder and launch the program with the appropriate classpath.<br><br>I will send another update to the lists before the end of January, and hopefully by then we will have an alpha version ready as well.<br>

<br>Regards,<br>Curtis<br><br><div class="gmail_quote">On Thu, Dec 30, 2010 at 2:31 PM, Albert Cardona <span dir="ltr">&lt;<a href="mailto:sapristi@gmail.com" target="_blank">sapristi@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Curtis,<br>
<br>
Thanks for the update. It&#39;s missing one key explanation: how to launch it.<br>
<br>
I managed to figure out the following:<br>
<br>
$ java -classpath $(find -name &quot;*.jar&quot; -printf &quot;%h/%f:&quot;). imagej.gui.MainFrame<br>
<br>
or:<br>
<br>
$ java -classpath $(find -name &quot;*.jar&quot; -printf &quot;%h/%f:&quot;). ijx.ImageJX<br>
<br>
... but they are both very broken.<br>
<br>
Is there any way to launch the program?<br>
<br>
With maven, I get:<br>
<br>
$ mvn -e exec:java -Dexec.mainClass=&quot;ijx.ImageJX&quot;<br>
<br>
org.apache.maven.lifecycle.LifecycleExecutionException: An exception<br>
occured while executing the Java class. ijx.ImageJX<br>
...<br>
Caused by: java.lang.ClassNotFoundException: ijx.ImageJX<br>
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)<br>
        at java.security.AccessController.doPrivileged(Native Method)<br>
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)<br>
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br>
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)<br>
        at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:284)<br>
        at java.lang.Thread.run(Thread.java:619)<br>
<br>
<br>
Surely there is an incantation to run ImageJ 2.0 ?<br>
<br>
<br>
Albert<br>
--<br>
<a href="http://albert.rierol.net" target="_blank">http://albert.rierol.net</a><br>
<font color="#888888"><br>
--<br>
You received this message because you are subscribed to the Google Groups &quot;ImageJX&quot; group.<br>
To post to this group, send email to <a href="mailto:imagejx@googlegroups.com" target="_blank">imagejx@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:imagejx%2Bunsubscribe@googlegroups.com" target="_blank">imagejx+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/imagejx?hl=en" target="_blank">http://groups.google.com/group/imagejx?hl=en</a>.<br>
<br>
</font></blockquote></div><br>