The Artima Developer Community
Sponsored Link

Java Answers Forum
Help, .jar error

1 reply on 1 page. Most recent reply: Jan 20, 2006 5:53 AM by Dave Hinton

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Maximiliano Gonzalez

Posts: 1
Nickname: madmax
Registered: Jan, 2006

Help, .jar error Posted: Jan 19, 2006 2:11 PM
Reply to this message Reply
Advertisement
Hello, I just installed java, and I'm using a .jar file and I get this error:


Exception in thread "main" java.util.zip.ZipException: The system cannot find the file specified
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:112)
at java.util.jar.JarFile.<init>(JarFile.java:117)
at java.util.jar.JarFile.<init>(JarFile.java:55)

Why is that? how can I solve it?

Thanks!


Dave Hinton

Posts: 42
Nickname: catbells
Registered: Oct, 2003

Re: Help, .jar error Posted: Jan 20, 2006 5:53 AM
Reply to this message Reply
You are giving it the wrong filename.

Flat View: This topic has 1 reply on 1 page
Topic: regarding Client/server communication Previous Topic   Next Topic Topic: Java to Exe

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use