Re: Imagej group maintenance?
On Fri, 16 May 2008, Paolo Ariano wrote:
thanks, if i remember well: i compile imagej with sun as it compile also
with gij but then it does not run ... i remember it was a problem of
interface but now i'll come back on it
Well, I think I the bugs are quite easy to handle if you have some experience
with gcj because I can not imagine that gcj has no method to handle JPEG images
which causes 5 of 6 errors and I somehow smell out of general experience that
the first problem is not that hard to fix.
Could anybody with some Java experience have a look at imagej which is in
our SVN and causes the following problems:
[javac] ----------
[javac] 332. ERROR in /home/tillea/debian-maintain/repack/imagej/imagej-1.41c/ij/plugin/Compiler.java (at line 99)
[javac] boolean compiled = javac.compile(arguments, new PrintWriter(output))==0;
[javac]
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Unhandled exception type Exception
[javac] ----------
--
[javac] ----------
[javac] 422. ERROR in /home/tillea/debian-maintain/repack/imagej/imagej-1.41c/ij/plugin/JpegWriter.java (at line 8)
[javac] import com.sun.image.codec.jpeg.*;
[javac] ^^^^^^^^^^^^^
[javac] The import com.sun.image cannot be resolved
[javac] ----------
[javac] 423. ERROR in /home/tillea/debian-maintain/repack/imagej/imagej-1.41c/ij/plugin/JpegWriter.java (at line 42)
[javac] JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(f);
[javac] ^^^^^^^^^^^^^^^^
[javac] JPEGImageEncoder cannot be resolved to a type
[javac] ----------
[javac] 424. ERROR in /home/tillea/debian-maintain/repack/imagej/imagej-1.41c/ij/plugin/JpegWriter.java (at line 42)
[javac] JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(f);
[javac] ^^^^^^^^^
[javac] JPEGCodec cannot be resolved
[javac] ----------
[javac] 425. ERROR in /home/tillea/debian-maintain/repack/imagej/imagej-1.41c/ij/plugin/JpegWriter.java (at line 43)
[javac] JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(bi);
[javac] ^^^^^^^^^^^^^^^
[javac] JPEGEncodeParam cannot be resolved to a type
[javac] ----------
[javac] 426. ERROR in /home/tillea/debian-maintain/repack/imagej/imagej-1.41c/ij/plugin/JpegWriter.java (at line 57)
[javac] param.setDensityUnit(JPEGEncodeParam.DENSITY_UNIT_DOTS_INCH);
[javac] ^^^^^^^^^^^^^^^
[javac] JPEGEncodeParam cannot be resolved
[javac] ----------
[javac] ----------
Kind regards
Andreas.
--
http://fam-tille.de
Reply to: