The Artima Developer Community
Sponsored Link

SuiteRunner Forum
Exception running AccountJUnitTestSuite

1 reply on 1 page. Most recent reply: Jan 30, 2003 4:39 AM by Mikkel Bjerg

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
Srikanth

Posts: 1
Nickname: glsrikanth
Registered: Jan, 2003

Exception running AccountJUnitTestSuite Posted: Jan 29, 2003 6:18 PM
Reply to this message Reply
Advertisement
i have set the jar and zip file to the classpath which is as below.
set classpath=%classpath%c:\ArchTech\suiterunner-1.0beta2\suiterunner-1.0beta2-src. zip;
set classpath=%classpath%c:\ArchTech\suiterunner-1.0beta2\suiterunner-1.0beta2.jar;
and when i run the below command to start the AccountExample
java -jar suiterunner-[release].jar account.srj

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:110)
at java.util.jar.JarFile.<init>(JarFile.java:115)
at java.util.jar.JarFile.<init>(JarFile.java:57)
iam getting the following error.
C:\ArchTech\suiterunner-1.0beta2>java -jar suiterunner-[release].jar account.srj
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:110)
at java.util.jar.JarFile.<init>(JarFile.java:115)
at java.util.jar.JarFile.<init>(JarFile.java:57)

Even though it is a minor thing can any one help me out .


Mikkel Bjerg

Posts: 1
Nickname: mbjerg
Registered: Jan, 2003

Re: Exception running AccountJUnitTestSuite Posted: Jan 30, 2003 4:39 AM
Reply to this message Reply
you have to substitute [release] with the release you are running such as:

java -jar suiterunner-1.0beta2.jar account.srj

That should help you

Flat View: This topic has 1 reply on 1 page
Topic: Can we SuiteRunner for Swing Application with a Table Previous Topic   Next Topic Topic: Exception running AccountJUnitTestSuite

Sponsored Links



Google
  Web Artima.com   

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