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

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

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

php - Cloud9 cloud IDE and CakePHP -