안드로이드 플러그인설치 탓인지 잘되던 일반 자바 Main함수가 run이 안됩니다.
아래같이 아무 기능이 없는 것 마져도....

검색을 해보니 아래와 같은 경로에 자바 어플리케이션을 안드로이드 관련 클래스 패스로 에러란 글이있던데
잡다구리한 짓들 다 했는데도 안되네요.
전체 프로젝트 모두가 안되서 문젠데 해결방법이 없나요?
Run > Run Configuration > 실행 대상 Java Applcation 선택> Classpath > Bootstrap Entries



package api.dumy;
public class Tu {

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("홍");
}

}


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_IN_PAGE_ERROR (0xc0000006) at pc=0x74d4e486, pid=5032, tid=2856
#
# JRE version: 7.0_03-b05
# Java VM: Java HotSpot(TM) Client VM (22.1-b02 mixed mode, sharing windows-x86 )
# Problematic frame:
# V  [jvm.dll+0xe486]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\workspace\workspace\Api_Development\hs_err_pid5032.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#