This is the result of a classpath that is improperly quoted. What's happening here is that bash is trying to execute the jar file becuase ; is the command separator character in bash. This usually means you need to mess around with the various variables in jde that quote classpaths.
> -----Original Message----- > From: Anagnost, Ted (MED, GEMS-IT) > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 10:16 AM > To: '[EMAIL PROTECTED]' > Subject: Compile shows jar contents? > > > Hello, > > I was compiling sucessfully but now (I don't know what changed) > when I compile, the compiler results shows the contents of the > second jar on the classpath: > > M:/anagnost_desktop_view/rumba/lib/jdbc.jar: 1: Syntax error: ")" > unexpected > PK: not found > �<G META-INF/��PK > META-INF/��PK > K > �<Gj�@(tm)(tm)META-INF/MANIFEST.MFManifest-Version:: not found > ersion:: not found > Name:: not found > Implementation-Version:: not found > Specification-Title:: not found > Specification-Version:: not found > Implementation-Title:: not found > M:/anagnost_desktop_view/rumba/lib/jconn2.jar: 12: Syntax error: "(" > unexpected > PK�Y9+: not found > �Y9+META-INF/MANIFEST.MFʱ: not found > NF/MANIFEST.MFʱ: not found > > I've seen someone else post this problem last year. Any ideas? > > Thanks, > > Ted >
