NetBeans is an open-source IDE that can be used to develop for a variety of target platforms and languages.

learn more… | top users | synonyms

-3
votes
0answers
34 views

How to add Project PHP in a Project HTML5 in NetBeans? [closed]

I have a project HTML5 configured in Netbeans. Plus, I would like to add a project PHP, because I going to use php in this project. How I do that ? Any suggestion ?
0
votes
0answers
32 views

VNC client for my netbeans IDE to invite the freelance developers in my project? [duplicate]

I need your help to find a VNC client software or any other distributed software development techniques to share my netbeans IDE with some freelancers over the internet, Well I have a complex web ...
0
votes
1answer
124 views

How do remote interfaces work with JavaEE and glassfish?

I would like to know what is going on "under the hood" if I use remote interfaces in JavaEE. In the project I use a stateless enterprise bean that implements a remote interface. And I can call methods ...
0
votes
1answer
196 views

NetBeans does not allow to push into remote GIT branch (no branch) [closed]

I'm new to GIT VCS so I'm kind of lost. I'm using NetBeans 7.2.1 and working on PHP project with remote GIT repository. I cloned GIT repository, during that process i checked all remote branches. ...
1
vote
1answer
74 views

How to debug through a swing based application effectively

I am trying to understand how a radio button is created in a Dynamic field by reading from an XML using Netbeans 7.0. I know the radio button is created because of the XML being read from database, ...
0
votes
1answer
84 views

Setting up Netbeans for CGI scripts in C++ [closed]

I am a Netbeans user and willing to write CGI scripts in C++ by using Netbeans IDE. Assuming that every CGI script will need a separate main() function. How can I build the entire project? Thanks
0
votes
1answer
152 views

Which past version of Netbeans IDE that has lightness almost equal or better than Eclipse Indigo?

Currently, I'm a long Eclipse user because my past and current companies always deal with eclipse. Recently I met some example java codes created using netbeans. I downloaded and tried Netbeans 7.x ...
-2
votes
3answers
3k views

How to turn a Netbeans project into .exe?

I wanted to know if there was a way to convert the existing Netbeans projects into an installable .exe file so that it can be installed and used standalone? If so, how? I program using Java.
0
votes
1answer
149 views

Idea versus NetBeans for writing plugins

Between IntelliJ IDEA and NetBeans, which is better from the perspective of writing a plugin? That is, if you want to add support for a new JVM-based language, which of the two makes it easier, allows ...
-2
votes
1answer
144 views

Exchanging program results in Java

I wrote a calculator similar to the windows calculator using Java. And now I want to integrate this calculator into other projects as a separate package and use results obtained with the calculator in ...
2
votes
2answers
176 views

Find feature in NetBeans (or even Eclipse, or others) excluding comments

Is it possible to use the find feauture in NetBeans or other Java IDE excluding commented code from the results? How?? Given a project I'd like to find all the occurrences of a word without getting ...
-1
votes
1answer
79 views

Is there an efficient way to convert a Java project with a TUI into one with a GUI?

So I need to make the interface of a Java-database application a GUI. We coded the project in Eclipse, and I am going to import it into Netbeans. In Netbeans there's a great GUI builder, but I'm ...
3
votes
2answers
459 views

Is there a canonical reference on GUI programming in Java?

I'm practicing Java in Netbeans. Is there a reference out there that's the de-facto standard for describing best practices, design methodologies, and other helpful information on GUI programming in ...
1
vote
4answers
666 views

NetBeans IDE and various alternatives?

I mainly like to use NetBeans as my IDE for Java,which i really enjoy using. Currently just learning Java and was advised this would be a great program, which it is. I would just like to ask the ...
2
votes
3answers
557 views

Is it possible to have an effective VIM environment for both C++ and Python?

I have recently moved to a VIM environment for Python development. I learned the setup from John Anderson's outstanding web page on the subject. I am about to try and set up another VIM environment ...
5
votes
3answers
1k views

Using NetBeans and Eclipse together

I'm working on a collaborative group project at university which involves writing a Swing application, an Android application and some Java data models and a JDBC connection. We've been taught to use ...
1
vote
3answers
2k views

Advantages of Scala vs. Groovy with JAVA EE 6 Applications

Please let me first emphasize that I am not looking for flame wars. I just want advice from people who have real experiences. I started learning JAVA EE 6 as real newbie and am having a difficult ...
5
votes
5answers
559 views

Writing or extending existing emacs packages: is it worth or should I move to Netbeans/Eclipse?

I'm finishing my master degree course in CS and I've almost become addicted to Emacs. I've used it to write in C, Latex, Java, JSP,XML, CommonLisp, Ada and other languages no other editor supported, ...
3
votes
1answer
5k views

Eclipse vs. Aptana

I know that Eclipse is a universal IDE and variety of plugins are available to scale it. What is the difference between: The original Eclipse IDE, Aptana and NetBeans. I looked into Wikipedia and came ...
1
vote
2answers
495 views

Netbeans support for struts 2?

I have just started learning struts 2. I have purchased the book named Struts 2 in action. But I want to use an IDE for developing Struts 2 applications. I basically use netbeans. Please tell me how ...
3
votes
1answer
305 views

Autocomplete seeding (with xml format?)

Autocomplete driven development is the issue. How do I feed autocomplete hints to IDEs, when I'm using scripting languages which provide magic methods? I'm not using an IDE usually. But it's obvious ...