Fatal error by Java runtime environment

前端 未结 12 2130

I am executing a junit test case

I got the following error,

A fatal error has been detected by the Java Runtime Environment:

Internal Error (classFi         


        
12条回答
  •  北海茫月
    2020-12-03 03:35

    I resolved this by

    • Quit eclipse
    • Delete the bin and gen directories in your project
    • Start eclipse
    • Rebuild your project

提交回复
热议问题