• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Need Help

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all;

Please i wanna import project to eclipse ,the project was .Zip then i extract it and compress with .rar,when i import it the following messege appear
"!java.util.zip.ZipException: error in opening zip file!"
Note that i followed the direction File-->Import-->J2EE-->RAR file

please if anyone know..tell me

and here is an attached image of the error
Filename: 1.bmp
File size: 869 Kbytes
 
author
Posts: 23959
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In J2EE, a RAR file is a Resource Archive. It is used for Java connectors. See...

http://en.wikipedia.org/wiki/J2EE_Connector_Architecture


While the extension used is .rar, this is not the same as the rar compression format.

Henry


PS... In the future, please do not crosspost. I have locked your other two topics.
 
reply
    Bookmark Topic Watch Topic
  • New Topic