Re: [JBoss-user] Bad Magic Number

2001-04-24 Thread Jim Cheesman
At 06:24 PM 4/23/2001, you wrote: If u had searched the archive you would have found out that you compile your jar under a different version of the jdk than u run the server... I tried searching the archives (as I mentioned in the original post) but they don't seem to be working - and it's

Re: [JBoss-user] Bad Magic Number

2001-04-24 Thread Peter Routtier-Wone
You don't compile a jar, he means if you compile the classes going into the jar... I find that when I accidentally compile some classes with jdk1.2.x, prep the jar and then later recompile the client and classes with 1.3 I get this message. It used to happen because I had a text editor set up

[JBoss-user] Bad Magic Number

2001-04-23 Thread Jim Cheesman
Hi! I'm trying to deploy my first ejb (so I freely admit there could be coding errors, errors in the xml files etc.) and I get the following exception: [J2EE Deployer Default] Deploy J2EE application: file:/E:/jdk1.3/jboss-tomcat-2.2/jboss-2.2/deploy/Athlete.jar [J2EE

Re: [JBoss-user] Bad Magic Number

2001-04-23 Thread Jim Cheesman
Hate replying to my own mail... ;) Found the problem - I had to specify javac -target 1.2 ... to make it work. That said, it still doesn't work... But at least it's a seperate problem. Jim -- * Jim Cheesman * Trabajo: [EMAIL PROTECTED] -

Re: [JBoss-user] Bad Magic Number

2001-04-23 Thread Burkhard Vogel
] Bad Magic Number Hi! I'm trying to deploy my first ejb (so I freely admit there could be coding errors, errors in the xml files etc.) and I get the following exception: [J2EE Deployer Default] Deploy J2EE application: file:/E:/jdk1.3/jboss-tomcat-2.2/jboss-2.2