<div dir="ltr"><div><div><div>Hi all,<br><br></div>Sorry for posting this question again! but after playing with my java installation and trying other version I still can&#39;t install camino on my new computer. I have jdk 7 (java-1.7.0-openjdk-1.7.0.51.x86_64) installed, and I get the following error when I try &quot;make&quot;, my linux version is: CentOS release 6.5. I would really appreciate any help as I need to install camino ASAP!<br>
<br>javac -classpath . simulation/*.java<br>./simulation/measurement/QuadraticGradientScan.java:5: error: package com.sun.istack.internal.logging does not exist<br>import com.sun.istack.internal.logging.Logger;<br>                                      ^<br>
./simulation/measurement/QuadraticGradientScan.java:25: error: cannot find symbol<br>    private final Logger logger= Logger.getLogger(this.getClass());<br>                  ^<br>  symbol:   class Logger<br>  location: class QuadraticGradientScan<br>
./simulation/measurement/QuadraticGradientScan.java:25: error: cannot find symbol<br>    private final Logger logger= Logger.getLogger(this.getClass());<br>                                 ^<br>  symbol:   variable Logger<br>
  location: class QuadraticGradientScan<br>Note: ./simulation/geometry/substrates/SquashyInflammationSubstrate.java uses unchecked or unsafe operations.<br>Note: Recompile with -Xlint:unchecked for details.<br>3 errors<br>
make: *** [Simulation] Error 1<br><br></div>Thanks,<br></div>-Mojdeh <br><br></div>