Re: [net] "class file has wrong version 48.0, should be 47.0"

2005-11-08 Thread Steve Cohen
Mario Ivankovits wrote: For details: http://www.javaworld.com/javaqa/2003-05/02-qa-0523-version-p2.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Wow, as long as I'm in

RE: [net] "class file has wrong version 48.0, should be 47.0"

2005-11-08 Thread James Carman
t Subject: Re: [net] "class file has wrong version 48.0, should be 47.0" Hi! > However, I'm not entirely sure how you are inferring that the problem > here is 1.3 vs. 1.4. You may know something I don't. I'm not sure > where the version 48.0 vs 47.0 is com

Re: [net] "class file has wrong version 48.0, should be 47.0"

2005-11-08 Thread Mario Ivankovits
For details: http://www.javaworld.com/javaqa/2003-05/02-qa-0523-version-p2.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [net] "class file has wrong version 48.0, should be 47.0"

2005-11-08 Thread Steve Cohen
Mario Ivankovits wrote: Hi! However, I'm not entirely sure how you are inferring that the problem here is 1.3 vs. 1.4. You may know something I don't. I'm not sure where the version 48.0 vs 47.0 is coming from. I've never seen that before. This happens if you compile with javac target=1.

Re: [net] "class file has wrong version 48.0, should be 47.0"

2005-11-08 Thread Mario Ivankovits
Hi! However, I'm not entirely sure how you are inferring that the problem here is 1.3 vs. 1.4. You may know something I don't. I'm not sure where the version 48.0 vs 47.0 is coming from. I've never seen that before. This happens if you compile with javac target=1.4 but running it in an java

Re: [net] "class file has wrong version 48.0, should be 47.0"

2005-11-08 Thread Steve Cohen
Simon Kitching wrote: On Mon, 2005-11-07 at 06:03 -0800, fiji kalathil wrote: Hi, i am using commons-net-1.4.0.jar in my proj i am getting the followinf compilation error src/com/covad/ccbi/operations/InfBillingOps.java:5347: cannot access org.apache.commons.net.ftp.FTPClient [javac] b

Re: [net] "class file has wrong version 48.0, should be 47.0"

2005-11-08 Thread Simon Kitching
On Mon, 2005-11-07 at 06:03 -0800, fiji kalathil wrote: > Hi, > > i am using commons-net-1.4.0.jar in my proj > > i am getting the followinf compilation error > > src/com/covad/ccbi/operations/InfBillingOps.java:5347: cannot access > org.apache.commons.net.ftp.FTPClient > [javac] bad c