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.

87 questions
38
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
  • 53,924
  • 26
  • 111
  • 144
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
  • 32,610
  • 9
  • 70
  • 97
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,798
  • 13
  • 45
  • 57
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
  • 20,224
  • 26
  • 98
  • 143
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
  • 9,633
  • 24
  • 100
  • 165
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
  • 760
  • 3
  • 9
  • 21
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
  • 41,220
  • 11
  • 99
  • 130
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
  • 53,924
  • 26
  • 111
  • 144
4
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
  • 6,215
  • 12
  • 58
  • 91
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
  • 14,299
  • 46
  • 120
  • 156
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
  • 36,252
  • 29
  • 106
  • 169
4
votes
7 answers

In Ruby on Rails is there a way to view the properties of a model

I am using NetBeans to create my first Ruby on Rails application. Is there a way by which I can view all of the properties of a model? Should I just be looking in the database?
ahsteele
  • 26,243
  • 28
  • 134
  • 248
4
votes
3 answers

netbeans - preview html within IDE , split view?

I have installed the latest version of netbeans and its working.. I have opened an html file but i don't see where i can preview it.. Does it support HTML preview inside the IDE? Do i need a plugin? I would like to view in design mode at least so i…
mark smith
  • 20,637
  • 47
  • 135
  • 187
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
  • 3,171
  • 11
  • 50
  • 59
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,111
  • 1
  • 11
  • 17
1
2 3 4 5 6