Following the instructions at 
http://avalon.apache.org/merlin/starting/installation.html , I am getting an error 
validating my installation. As far as I can tell, the bootstrap jar looks OK with the 
Merlin class in it. I am using Cygwin.

$ merlin.sh -help
RUN CMD IS: C:\j2sdk1.4.2_02/bin/java -Djava.security.policy=/opt/merlin/bin/sec
urity.policy -Dmerlin.home=/opt/merlin -Djava.ext.dirs=/opt/merlin/ext -jar /opt
/merlin/bin/lib/merlin-bootstrap-1.0.jar -help
Exception in thread "main" java.util.zip.ZipException: The system cannot find th
e path 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:127)
        at java.util.jar.JarFile.<init>(JarFile.java:65)



-----Original Message-----
From: Leo Simons [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2003 3:04 PM
To: [EMAIL PROTECTED]
Subject: Re: Developing webapps


> What is step 1 for developing a webapp?

1) Develop a console application. Decouple your components from the web, 
following the tutorials at http://avalon.apache.org/merlin/starting/.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to