<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" bgcolor="#FFFFFF">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
You're trying to run classes compiled with Java 1.7 with a java runtime &lt;1.7.<br>
Either recompile all camino sources with your own java compiler, or update your java installation to 1.7, or if you already have 1.7, set JAVA_HOME to the 1.7 home dir.<br>
<br>
Regards,<br>
Alexander<br>
<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF50237"><font face="Tahoma" color="#000000" size="2"><b>From:</b> camino-users-bounces@www.nitrc.org [camino-users-bounces@www.nitrc.org] on behalf of Peter Neher [p.neher@dkfz-heidelberg.de]<br>
<b>Sent:</b> Thursday, May 31, 2012 11:52 AM<br>
<b>To:</b> camino-users@public.nitrc.org<br>
<b>Subject:</b> Re: [Camino-users] build error<br>
</font><br>
</div>
<div></div>
<div>Thanks, the current checkout builds just fine. But I directly stumbled upon the next problem. I was trying to convert my FSL bvals and bvecs file to a camino scheme file using fsl2scheme. The following error occurred:<br>
<br>
<small>fsl2scheme -bvecfile bvecs -bvalfile bvals &gt; camino.scheme<br>
Exception in thread &quot;main&quot; java.lang.UnsupportedClassVersionError: apps/EntryPoint : Unsupported major.minor version 51.0<br>
&nbsp;&nbsp;&nbsp; at java.lang.ClassLoader.defineClass1(Native Method)<br>
&nbsp;&nbsp;&nbsp; at java.lang.ClassLoader.defineClass(ClassLoader.java:634)<br>
&nbsp;&nbsp;&nbsp; at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)<br>
&nbsp;&nbsp;&nbsp; at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)<br>
&nbsp;&nbsp;&nbsp; at java.net.URLClassLoader.access$000(URLClassLoader.java:73)<br>
&nbsp;&nbsp;&nbsp; at java.net.URLClassLoader$1.run(URLClassLoader.java:212)<br>
&nbsp;&nbsp;&nbsp; at java.security.AccessController.doPrivileged(Native Method)<br>
&nbsp;&nbsp;&nbsp; at java.net.URLClassLoader.findClass(URLClassLoader.java:205)<br>
&nbsp;&nbsp;&nbsp; at java.lang.ClassLoader.loadClass(ClassLoader.java:321)<br>
&nbsp;&nbsp;&nbsp; at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)<br>
&nbsp;&nbsp;&nbsp; at java.lang.ClassLoader.loadClass(ClassLoader.java:266)<br>
Could not find the main class: apps/EntryPoint. Program will exit.</small><br>
<br>
Any suggestions?<br>
<br>
Peter<br>
<br>
On 05/30/2012 06:30 PM, Philip A Cook wrote:
<blockquote type="cite">
<pre>Hi,

I think the latest version should work, I just downloaded and compiled r1052 successfully. You can get it through SVN or by downloading the nightly package.


Phil

On May 30, 2012, at 3:03 AM, Peter Neher wrote:

</pre>
<blockquote type="cite">
<pre>Hi all, I was just trying to compile the latest camino release under Ubuntu 12.4 and got the following error:

javac -classpath . apps/EntryPoint.java
./apps/SphFuncBitMap.java:684: error: cannot access SphericalFunction
    private static char[][][] getMiniFigXY(SphericalFunction s, double[][] pointSet, boolean minmaxnorm) {
                                           ^
  bad class file: ./sphfunc/SphericalFunction.class
    class file contains wrong class: sphfunc.SphericalPointSet
    Please remove or make sure it appears in the correct subdirectory of the classpath.
1 error
make: *** [apps/EntryPoint.class] Error 1

Can anyone help me with this issue? Or should I try to build the latest camino version available via svn?

Best
Peter
_______________________________________________
Camino-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Camino-users@www.nitrc.org" target="_blank">Camino-users@www.nitrc.org</a>
<a class="moz-txt-link-freetext" href="http://www.nitrc.org/mailman/listinfo/camino-users" target="_blank">http://www.nitrc.org/mailman/listinfo/camino-users</a>
</pre>
</blockquote>
<pre>_______________________________________________
Camino-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Camino-users@www.nitrc.org" target="_blank">Camino-users@www.nitrc.org</a>
<a class="moz-txt-link-freetext" href="http://www.nitrc.org/mailman/listinfo/camino-users" target="_blank">http://www.nitrc.org/mailman/listinfo/camino-users</a>
</pre>
</blockquote>
</div>
</div>
</div>
</body>
</html>