This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256059

Summary: [mixeddev] Too little information in "Can not find native process" message
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: Mixed DevelopmentAssignee: petrk
Status: NEW ---    
Severity: normal CC: apepin
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vladimir Kvashin 2015-10-20 17:55:33 UTC
There are too few information in "Can not find native process" message.
As I understand, that happens each time if user uses MinGW?
If so, let's better warn him/her that MinGW is not supported and ask to use CygWin.
Comment 1 Vladimir Kvashin 2015-10-20 18:11:06 UTC
And I think it's worth changing "Can not" to "Cannot"
Comment 2 soldatov 2015-10-20 23:22:26 UTC
(In reply to Vladimir Kvashin from comment #0)
> There are too few information in "Can not find native process" message.
> As I understand, that happens each time if user uses MinGW?
> If so, let's better warn him/her that MinGW is not supported and ask to use
> CygWin.
Can you build any JNI code by Cygwin's g++ without rough hacks?
Can you attach any cygwin application?