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 140713 - Run options - Netbeans should be able to be configured
Summary: Run options - Netbeans should be able to be configured
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P3 blocker with 1 vote (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-18 11:28 UTC by nureimer
Modified: 2014-04-14 14:35 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nureimer 2008-07-18 11:28:56 UTC
First of all I'm new here, so excuse me if I've posted in the wrong place.

I'm using Netbeans for C++ development and would like to execute my app after compilation with "open" and not within a terminal.  At the moment I've 
problems with my X11, so I'm not able to run it in Netbeans.

Netbeans should be able to be configured. I'm working on an Intel Mac with Mac OS X Tiger with Java 5.
Comment 1 _ gordonp 2008-07-21 14:59:20 UTC
This is a feature request, not a defect. Its actually quite difficult to get the command
line right for starting a remote terminal (like xterm or gnome-terminal).

I've looked at using the Terminal app on a Mac and haven't found any command line API
for this application. The problem with the Mac, is that it assumes its apps are run
from the desktop and doesn't appear to have made command line options for them.
Comment 2 nureimer 2008-07-21 15:48:10 UTC
To run the application you can use either this command line: "open application.app" or this one "application.app/Contents/MacOS/application".
The ending .app is no file type. It's a folder but Mac OS X handles it as a file type, that's why you can just click on it in Finder.