User Profile

Collapse

Profile Sidebar

Collapse
eagles
eagles
Last Activity: Aug 23 '07, 02:09 AM
Joined: Jun 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eagles
    replied to creating a jar with an external library
    in Java
    Thanks, but I still isn't working. Does JAI Imageio need to be installed separately on every computer that runs the .jar? If it does then I don't understand what the Class-Path line in the manifest is for. I can't seem to find any information on this. Any help would be appreciated. Thanks.
    See more | Go to post

    Leave a comment:


  • eagles
    started a topic creating a jar with an external library
    in Java

    creating a jar with an external library

    I have a program that reads and writes tiff files. I have JAI ImageIO installed on my computer and the program works fine. But when I create a jar and try to run it on another computer I can't read or write tiffs. I'm not sure what I have to do to get this to work on other computers.

    Here's what I have tried:
    I created a directory lib (containing clibwrapper_jii o.jar and jai_imageio.jar ), in the directory with the .class files....
    See more | Go to post

  • eagles
    replied to Saving a bufferedimage as a .tiff
    in Java
    Yes, I tried "tiff" but it still doesn't work. I can save the BufferImage as a jpeg but I can't figure out how to save it as a tiff.
    See more | Go to post

    Leave a comment:


  • eagles
    started a topic Saving a bufferedimage as a .tiff
    in Java

    Saving a bufferedimage as a .tiff

    I'm trying to save a BufferedImage as a .tiff.
    The following:
    ImageIO.write(b ufferedImg, "TIFF", new File("file.tiff "));
    is returning false.
    Do I need to use JAI?
    I'm just trying to use the easiest way to save a .tiff.
    Thanks.
    See more | Go to post
No activity results to display
Show More
Working...