• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to create an ISO image file using JIIC in Java

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI All,


                 I have a requirement to create ISO image file using Java.  I am using JIIC image creator and imported following jar :
iso9660.jar
jiic-1.2.2.jar
sabre-2.0.1.jar

I am trying to develop the code in eclipse but getting error :  The constructor ISO9660File(String) refers to the missing type Handler Exception at line no. 31, 33, 35, 69, 71. I am not sure what mistake I am doing ..  

    Please assist ....

The code is as follows :

 
Bartender
Posts: 3323
86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've never used this package so can't be of much help to you. However I did a quick search on JIIC and all the code extracts I found used a 2 argument constructor for creating ISO9660File objects. Are you sure your code using a 1 argument constructor is correct.
 
reply
    Bookmark Topic Watch Topic
  • New Topic