java - JAR execution different from eclispe execution -


i have issue jar execution. have java code finds positions of elements in txt file. when execute on eclispe, works perfectly.

however when execute jar file code, returned positions not same.

for example: in eclispe have [45,64] , jar gives me [48,67].

do know origin of problem?

thanks!


Comments

Popular posts from this blog

java - HashSet is empty -

angularjs - Showing an empty as first option in select tag -

security - Java Applet Windows-MY keystore PrivateKey getEncoded is null -