JAR's

Hi,I made a program and I want to run the jar on another computer. Does the computer need to have the same runtime environment as mine?Frederik
[164 byte] By [FreVdha] at [2007-11-26 17:53:32]
# 1

The other computer should have the same version JRE or a later version JRE than what was used to develop the jar.

JRE's are theoretically backwards compatible, however I have run into situations with third-party JARs that didn't run on later versions of the JRE they were developed in. That i would say is more the exception than the rule.

maple_shafta at 2007-7-9 5:06:32 > top of Java-index,Desktop,Deploying...