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 225712 - java.io.IOException: CreateProcess error=2, The system cannot find the file specified
Summary: java.io.IOException: CreateProcess error=2, The system cannot find the file s...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 16:41 UTC by John Jullion-ceccarelli
Modified: 2013-02-05 12:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198330


Attachments
stacktrace (2.46 KB, text/plain)
2013-02-04 16:41 UTC, John Jullion-ceccarelli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Jullion-ceccarelli 2013-02-04 16:41:39 UTC
This issue was reported manually by pjiricka.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201302030001)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
johnjullion: installed phonegap plugin on windows, phonegap and android sdk locations correctly specified, tried to create new project and I get this error




Stacktrace: 
java.io.IOException: CreateProcess error=2, The system cannot find the file specified
   at java.lang.ProcessImpl.create(ProcessImpl.java:0)
   at java.lang.ProcessImpl.<init>(ProcessImpl.java:189)
   at java.lang.ProcessImpl.start(ProcessImpl.java:133)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
   at org.netbeans.api.extexecution.ExternalProcessBuilder.call(ExternalProcessBuilder.java:296)
   at org.netbeans.api.extexecution.ProcessBuilder$LocalProcessFactory.createProcess(ProcessBuilder.java:296)
Comment 1 John Jullion-ceccarelli 2013-02-04 16:41:41 UTC
Created attachment 131010 [details]
stacktrace
Comment 2 Jan Becicka 2013-02-04 17:20:13 UTC
Changeset: 57cd8e7f5a6e
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2013-02-04 18:18
Message:
Comment 3 Jan Becicka 2013-02-04 17:21:22 UTC
xcodebuild was required even on Windows.
Comment 4 Quality Engineering 2013-02-05 12:36:44 UTC
Integrated into 'main-golden', will be available in build *201302050917* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/57cd8e7f5a6e
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #225712 - java.io.IOException: CreateProcess error=2, The system cannot find the file specified