This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Need Help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Need Help " Watch "Need Help " New topic
Author

Need Help

A kora
Greenhorn

Joined: Jan 18, 2009
Posts: 4
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


[Download 1.bmp] Download

Henry Wong
author
Sheriff

Joined: Sep 28, 2004
Posts: 16695
    
  19

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.

Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Need Help
 
Similar Threads
Need Help
Need Help
extract .rar file with java
Connecting to Oracle using Struts 2
zip file problem