When I run my java program from Eclipse, I get these errors. How to correct these errors and run the program
It was an Eclipse issue with the Run Configuration.
Servlet. (source: www.instanceofjava.com) |
<terminated> CharacterSetFactory [Java Application] C:\Program Files\Java\jre7\bin\javaw.exe
<Console>
testing oracle-character-set-1 against <abc>
PASSED LOSSY
testing oracle-character-set-1 against <ab?c>
PASSED LOSSY
testing oracle-character-set-1 against <XYZ>
PASSED LOSSY
testing oracle-character-set-1 against <longlonglonglong...>
PASSED LOSSY
testing oracle-character-set-31 against <abc>
PASSED LOSSY
testing oracle-character-set-31 against <ab?c>
PASSED LOSSY
testing oracle-character-set-31 against <XYZ>
PASSED LOSSY
testing oracle-character-set-31 against <longlonglonglong...>
PASSED LOSSY
testing oracle-character-set-870 against <abc>
PASSED
testing oracle-character-set-870 against <ab?c>
PASSED
testing oracle-character-set-870 against <XYZ>
PASSED
testing oracle-character-set-870 against <longlonglonglong...>
PASSED
testing oracle-character-set-871 against <abc>
PASSED
testing oracle-character-set-871 against <ab?c>
PASSED
testing oracle-character-set-871 against <XYZ>
PASSED
testing oracle-character-set-871 against <longlonglonglong...>
PASSED
SolutionIt was an Eclipse issue with the Run Configuration.
i've the same problem maybe you can help me.
ReplyDeleteHow did you do to solve it??
not is not an eclipse issue just make one change while running your program, when you see a dialog box named select java application just select the name of the class and then run the program
ReplyDeleteI'm facing the same error anyone please give me the solution
ReplyDelete