"Kaiser, Frank" wrote:
> 
> Hi,
> 
> does someone know where this error's coming from:
> 
> F:\JBOSS\src\bin>java -jar run.jar
> Exception in thread "main" java.util.zip.ZipException: Das System kann die
> angegebene Datei nicht finden
>         at java.util.zip.ZipFile.open(Native Method)
>         at java.util.zip.ZipFile.<init>(Unknown Source)
>         at java.util.jar.JarFile.<init>(Unknown Source)
>         at java.util.jar.JarFile.<init>(Unknown Source)
> 
> Frank Kaiser

Hi Frank:

You are trying to run jBoss from the src distribution. First you need to
make a build.

Do this

F:\JBOSS\src\build> build clean

then

F:\JBOSS\src\build> build

now in "F:\JBOSS\dist" you have all you need to run jBoss. Try this

F:\JBOSS\dist\dist\bin> run.bat

and (I hope) you will have jBoss2 running.

Regards
Pedro


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to