简体   繁体   中英

Javaw.exe problem with Eclipse 5.0

I've a problem with Javaw.exe process. I am developping an application relative to media acknowledgment using jdsk 1.6.0.11 & Eclipse 5 for Plugin Developpment. every time i want test my web cam (JUnit) then i've got a message : "Javaw.exe will close,we're sorry".Anyone can help me please??

It's hard to say what's wrong with so little information. Maybe your Eclipse is out of memory? Try adding something like -Xmx1024m in the eclipse.ini file in your Eclipse installation directory.

Otherwise, try installing a newer version of Java; the current version of Sun Java is 1.6.0 update 20. It's possible that you're being bitten by a bug in Java.

Which operating system are you using? Can you find any log files with error messages in your Eclipse directory?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM