I have SET EXTDIRS=E:\j2sdk1.4.2_04\jre\lib\ext
this directory is full of jars.
When I type
Jikes *.java
I get the error
*** Semantic Warning: The file "E:/j2sdk1.4.2_04/jre/lib/ext/" does
not exist or else is not a valid zip file.
Is the documenation wrong? Are you supposed to list individual jars?

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
EnKan - 13 May 2004 18:02 GMT
> I have SET EXTDIRS=E:\j2sdk1.4.2_04\jre\lib\ext
>
[quoted text clipped - 10 lines]
>
> Is the documenation wrong? Are you supposed to list individual jars?
Ha ! have the same problem here. What I ended up doing was to list all
the jars in the ext dir after the classpath. Works OK but would like
to know the correct usage of EXTDIRS.