0
votes
1answer
3 views
Netbeans: why need to rebuild project to update the ‘dist’ folder?
I'm using Netbeans 6.7 and notice that the jar file in the 'dist' folder will not get updated until I click on "clean and build"
This is quite annoying; I expected Netbeans to just regenerate the JAR …
0
votes
1answer
74 views
Web Services with Netbeans
After having done a web service with netbeans and having tested it. What is it that I should upload to the server so I can use it? I have been going around tutorials but none (of the ones I've found) …
0
votes
0answers
28 views
+100
Netbeans re produce Makefile when change options in c/c++ developing
I create new c/c++ project in Netbeans and change Makefile and add -lpthread for work with pthread and run my project .also I need to add some runtime argument from project properties/Run/Arguments . …
0
votes
0answers
6 views
How to install jGroups for NetBeans 6.7.1
Newbie question - I am using NetBeans 6.7.1 (just installed it) and wanted to write an application using jGroups ...
From the sample I need to import org.jgroups.*, but in NetBeans I get the …
1
vote
2answers
60 views
Cannot display image on Jpanel
I'm using the Netbeans GUI builder, but it's a little confusing now. How can I add an image to a panel? I think i'm doing it correct, but it's not showing up. I think it should be in the init() …
0
votes
4answers
1k views
How to use Microsoft C++ compiler with NetBeans?
I was wondering whether it's possible to use Microsoft's C++ compiler and linker with NetBeans IDE?
If so, what's the best way of doing it.
P.S. I'm not interested in Mingw.
EDIT: Is it possible to …
1
vote
1answer
17 views
Netbeans 6.7.1 mainPanel resizing problem
I've created a small gui app in Netbeans. As I was adding in some buttons and text areas the mainPanel resized itself. Now it is really wide [probably 4x as wide as I want] but when I try to drag the …
0
votes
1answer
8 views
Deleting extra spaces in NetBeans
How can I delete automatically extra spaces (especially at the end of line) in NetBeans during saving a Ruby file?
0
votes
5answers
76 views
[NetBeans]: NetBeans IDE for PHP/Ruby.
I just came across NetBeans site and found its PHP and Ruby IDEs. I want to know how popular is NetBeans and are the plugins for SVN really as good as the plugins for Eclipse?
0
votes
1answer
24 views
Using Java Controls/Properties during runtime???
I cant seem to get this statement to work during run time.
textWords.setText(item);
textWords is an object, setText is a method and item is an integer.
Anyone familiar with this? I cannot seem to …
2
votes
5answers
128 views
How to select column in editors ( Notepad++,kate ,vim , Netbeans , Eclips)
How to select column in editors ( Notepad++,Kate ,vim , Netbeans , Eclipse)?
for delete or insert or replace some characters .
0
votes
3answers
46 views
Warning “Variable does not seem to be used in its scope” in foreach
Hello,
I wrote a simple foreach to filter one array and write it's results to another array.
foreach ( $users as $user ) {
...
$user_email_list[ ] = $user[ "intranet-id" ][ "value" ];
…
0
votes
1answer
147 views
Using NetBeans IDE 6.7 with J3D’s Canvas3D Container
I keep telling myself that this should be simple, and yet I'm completely lost. Let me start by saying that I'm new to NetBeans IDE, and that I am using it out of necessity. I don't really know much …
3
votes
3answers
170 views
How do I mix JVM based languages in a single Netbeans project?
For example, is it possible to have Scala, Java, and Clojure source all compile/build together properly inside the same project? Or, do I have to do them as separate project libraries then used by …
1
vote
2answers
21 views
Select, copy or cut the current line in Netbeans
In Netbeans I find keyboard shortcuts that deal with the current line of code very helpful, like
Ctrl-Shift-Down: duplicate
Shift-Alt-Down: move
Ctrl-E: delete
Is there a shortcut for …
