简体   繁体   English

Eclipse 5.0的Javaw.exe问题

[英]Javaw.exe problem with Eclipse 5.0

I've a problem with Javaw.exe process. 我的Javaw.exe程序有问题。 I am developping an application relative to media acknowledgment using jdsk 1.6.0.11 & Eclipse 5 for Plugin Developpment. 我正在使用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?? 每次我要测试网络摄像头(JUnit)时,都会收到一条消息:“ Javaw.exe将关闭,对不起。”任何人都可以帮助我吗?

It's hard to say what's wrong with so little information. 这么少的信息很难说是怎么回事。 Maybe your Eclipse is out of memory? 也许您的Eclipse内存不足? Try adding something like -Xmx1024m in the eclipse.ini file in your Eclipse installation directory. 尝试在Eclipse安装目录的eclipse.ini文件中添加-Xmx1024m之类的内容。

Otherwise, try installing a newer version of Java; 否则,请尝试安装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. Sun Java的当前版本是1.6.0更新20。您可能会被Java中的错误所咬。

Which operating system are you using? 您正在使用哪个操作系统? Can you find any log files with error messages in your Eclipse directory? 您可以在Eclipse目录中找到带有错误消息的任何日志文件吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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