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
Post a Comment