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.

View | Details | Raw Unified | Return to bug 27827
Collapse All | Expand All

(-)java/src/org/netbeans/modules/java/JavaProcessExecutor.java (-1 / +1 lines)
Lines 115-121 Link Here
115
                                                getRepositoryPath (),
115
                                                getRepositoryPath (),
116
                                                getLibraryPath (),
116
                                                getLibraryPath (),
117
                                                isAssertEnabled()
117
                                                isAssertEnabled()
118
                                            ), getEnvironmentVariables (), getWorkingDirectory ());
118
                                            ), getEnvironmentVariables (), getAppendEnvironmentVariables(), getWorkingDirectory ());
119
    }
119
    }
120
    
120
    
121
    public HelpCtx getHelpCtx() {
121
    public HelpCtx getHelpCtx() {

Return to bug 27827