Questions tagged [netbeans6.7]

It is the version 6.7 of Netbeans IDE for java application development.

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP, Python, Groovy, C, C++, Scala, Clojure, and others. The NetBeans IDE 7.0 no longer supports Ruby and Ruby on Rails.

The NetBeans IDE is written in Java and can run anywhere a JVM is installed, including Windows, Mac OS, Linux, and Solaris.

88 questions
37
votes
4 answers

Launch XDebug in Netbeans on an external request

I'm using Netbeans 6.7 and XDebug to debug a PHP site on my machine, launching the request from within Netbeans (Project->Debug). This works fine, and is very useful. My question is: Is it possible to attach the debugger to any request that comes…
John Carter
  • 50,377
  • 25
  • 100
  • 137
23
votes
8 answers

Netbeans manifest

Is it possible to add entries to the manifest.mf file of jars generated by netbeans? to build an osgi bundle for instance.
Maurice Perry
  • 31,563
  • 8
  • 67
  • 95
8
votes
5 answers

How to initialize google-code project in Mercurial

I have started a Mercurial based project on google code. I have worked in subversion for sometime, but I am confused with what to do what in Hg. I would like help on the following: How do I initialize project (first on my local machine) (then from…
OrangeRind
  • 4,618
  • 12
  • 42
  • 56
8
votes
1 answer

Netbeans 6.7 PHP - How to highlight PHP Code in HTML files?

Is there any way to tell Netbeans to highlight PHP code in HTML files? I am using Zend Framework, where a lot of PHP code is included in the view files.
opHASnoNAME
  • 18,735
  • 24
  • 93
  • 138
7
votes
5 answers

Open Implementation (type hierarchy) functionality in NetBeans?

When I have Java code like this: someInterface.someMethod(); how do I get Netbeans to show me which classes have implementations of someMethod() (not the interface). In Eclipse this is done with Ctrl+T, but pressing Ctrl+T on the method did nothing…
Dean Schulze
  • 7,882
  • 18
  • 77
  • 125
5
votes
2 answers

Netbeans not copying source files to web folder

I'm using Netbeans to develop an HTML/PHP site and I have the Run Configuration set as follows: Project URL: http://localhost/JEB Project Folder: C:\Documents and Settings\John\My Documents\NetBeansProjects\JEB Source Folder: C:\Documents and…
johnnyb10
  • 710
  • 3
  • 8
  • 19
5
votes
4 answers

"Unable to resolve..." in NetBeans 6.7.1, Linux, C++

I am working with a small group on a C++ project in NetBeans. For some reason, NetBeans is reporting things like "string", "endl", "cout" as "Unable to Resolve" even though the correct libraries have been included. The project compiles and runs as…
Dan McGrath
  • 37,828
  • 10
  • 90
  • 123
5
votes
1 answer

Disable Netbeans automatic svn ignore?

How do I stop Netbeans from automatically svn ignore-ing ".swp" files? I use Netbeans as my main development environment, but I often use gvim at the same time for quick edits. gvim creates temporary files with the .swp extension, and Netbeans…
John Carter
  • 50,377
  • 25
  • 100
  • 137
4
votes
3 answers

Is it possible to make the auto-complete in netbeans not depend on a key-combination?

Is it possible to make the code-completion on Netbeans automatic, like on Aptana or Visual Studio? I've noticed that Netbeans can sometimes take a while to populate the list, so this might be asking a bit too much, but if possible, I'd like to…
KdgDev
  • 13,321
  • 45
  • 113
  • 147
4
votes
1 answer

Installing SwingX 1.0 to NetBeans 6.7.1

Has anyone successfully installed SwingX to NetBeans' Palette? I'm following the instructions in SwingX Wiki, but with some glitches: The components appear in the Palette, but their icons won't show up correctly. If I add the componets shown by…
Joonas Pulakka
  • 34,943
  • 25
  • 103
  • 165
4
votes
4 answers

How to change the Dimensions of the Applet Viewer in NetBeans 6.7

I was waiting for the stable release of Netbeans 6.7 before starting to use it for my Java Programming. I would like to how to change the Dimensions of the Applet Viewer in NetBeans 6.7. When ever i run a java file by pressing SHIFT + F6, it opens…
Ibn Saeed
  • 2,921
  • 10
  • 45
  • 58
4
votes
3 answers

A new version of Netbeans just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?

6.7 is out, and although going to the web and finding some .nbm-s and copying over a few update center URL-s isn't the biggest chore...it's still a chore. Any tips for this? Is there maybe a hidden directory somewhere that I can just copy into the…
rgcb
  • 1,091
  • 1
  • 11
  • 17
3
votes
1 answer

Where to add txt file as resource in Java web app, when using Netbeans?

I want to add a text file as resource in a Java web application. I am using Netbeans as IDE. I want to keep a file in a folder such that I can directly refer the file rather then a ABSOLUTE path. FileInputStream fstream = new…
Ashish Agarwal
  • 5,781
  • 12
  • 53
  • 86
3
votes
1 answer

netbeans 6.9 UML support?

Is there a simple way to have UML with Netbeans 6.9 or it's easier to roll back to Netbeans 6.7 which worked great? Thank you!
Nick
  • 595
  • 3
  • 8
  • 26
3
votes
1 answer

Installing NetBeans 6.7.1 with JDK 1.6

I need to install JDK 1.6.14 in order to install NetBeans 6.7.1. I uninstalled from control panel JDK 1.8.77 but in cmd for "java -version" i have always 1.8.0.77 How can I uninstall all the version of Java (Control Panel is not enough) or how i…
pacio14
  • 261
  • 1
  • 6
  • 16
1
2 3 4 5 6