Error Running Java Program - testing oracle-character-set-1 against

Posted by Agung Pambudi in
When I run my java program from Eclipse, I get these errors. How to correct these errors and run the program

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 

Solution

It was an Eclipse issue with the Run Configuration.

3 comments:

  1. i've the same problem maybe you can help me.
    How did you do to solve it??

    ReplyDelete
  2. 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

    ReplyDelete
  3. I'm facing the same error anyone please give me the solution

    ReplyDelete