.jar why it works only with specigic jdk version???
Posted
by sadiq
on Server Fault
See other posts from Server Fault
or by sadiq
Published on 2010-03-27T06:37:38Z
Indexed on
2010/03/27
6:43 UTC
Read the original article
Hit count: 293
Hi friends, I have website source code...in which there is a adito.jar file first i extract it ...then make again jar using "jar -cvf adito.jar . and the changed jar file work fine again with that website.
above process is only work when i use jdk1.6.0_14 only... BUT..... if i use jdk1.5 or letest jdk1.6.0_18 the same thing is not work..i mean that jar file will not run in my website...
So what is the possible reason of this..as i am new kid in java...
thanking you, sadiq.
© Server Fault or respective owner