Questions tagged [netbeans6.8]

It is the version 6.8 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.

175 questions
6
votes
1 answer

Netbeans/Glassfish - Expected to find an expanded directory but found a JAR

I'm trying to deploy a Netbeans/Glassfish project on my local PC. It's currently running in production The project appears to be structured as an Enterprise application based on docs found at this…
Jack BeNimble
  • 35,733
  • 41
  • 130
  • 213
6
votes
2 answers

JavaEE in netbeans giving BUILD FAILED error upon deployment

When I try to run my Java EE program in Netbeans consisting of servlets (java pages), JSP's, beans(java pages) and HTML pages I get this error in the output: In-place deployment at…
Derek
  • 4,985
  • 4
  • 20
  • 9
5
votes
6 answers

Displaying full path of filename in tabs ~ Netbeans 6.8

I can't seem to find a way in the options to display the full path of the file at the title of the tab. I can hover over it to see it, but it would be nice to see it at a glance. There is a SU question about it also,…
David Yell
  • 11,756
  • 13
  • 61
  • 100
5
votes
2 answers

Edit Comment Template in Netbeans PHP 6.8

I would like to ask is there any way change the comment code template in Netbeans PHP 6.8 In eclipse, when I type /** ENTER , it would come out the comment template that I set in the setting, like this: /** * Apr 19, 2010 - Shiro * Description * *…
Shiro
  • 7,344
  • 8
  • 46
  • 80
5
votes
1 answer

Code completion in NetBeans' python plugin does not work properly

I am asking on StackOverflow because surely I am doing something completely silly and I hope S.O. might provide me with a quick answer. I've installed the latest stable Python-plugin for NetBeans. It works great, and I tested code completion with…
5
votes
2 answers

How do I specify the PATH in NetBeans?

When running Ruby code on NetBeans (like when running the tests) I'm having some failures because a program is not being found. That program is installed somewhere in /opt and while for the shell I get that added to my PATH, it seems NetBeans is not…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
4
votes
2 answers

JTable Right-Click popupmenu in Netbeans

I want to add a right click popupmenu to a JTable in NetBeans IDE (seems like a simple task... lol) I got it to partly work by adding a popupmenu to the form adding menuitems to the popupmenu go to properites of JTable click binding tab set…
DRJTower
  • 585
  • 3
  • 8
  • 13
4
votes
1 answer

Exclude folder from WAR file in Netbeans 6+

I have I think simple problem, but somehow it's causing some trouble. I have WAR project in Netbeans, and the contents look like this: WEB-INF images lib src stylesheets Now, folder 'src' contains some other folders with javascript code, that is…
Greg
  • 2,413
  • 5
  • 22
  • 23
4
votes
3 answers

Netbeans xdebug nightmare

I know what you're thinking, ANOTHER netbeans xdebug post? Well, I've tried everything I've seen in other posts, and nothing seems to work. Here's my setup: OS: Ubuntu 9.10 PHP: 5.2.1 Netbeans: 6.8 The following is in my…
Josh Nankin
  • 2,518
  • 4
  • 28
  • 45
4
votes
2 answers

Netbeans platform projects - problems with wrapped jar files that have dependencies

For starters, this question is not so much about programming in the NetBeans IDE as developing a NetBeans project (e.g. using the NetBeans Platform framework). I am attempting to use the BeanUtils library to introspect my domain models and provide…
I82Much
  • 26,901
  • 13
  • 88
  • 119
4
votes
2 answers

NetBeans PHP run configuration: how can I omit the doc-root folder?

So I have this project in PHP where I have some include files next to the wwwroot (or doc-root) folder instead of under the wwwroot folder. I need however to run/debug this project. in the project properties I can select a index file (index.php) but…
HTBR
  • 1,013
  • 1
  • 10
  • 22
4
votes
1 answer

Netbeans Ruby on rails autocomplete does not work as expected

I am using Netbeans v6.8 on Ubuntu 9.10 for Ruby on Rails development. My problem is that autocomplete works very inconsistently. For example, when I hit ctrl+space after typing "File.", I get all the methods neatly defined at the top in bold that…
bhavinb
  • 3,278
  • 2
  • 28
  • 26
4
votes
1 answer

Debugging PHP on NetBeans 6.8 without Apache

Is it possible to debug PHP projects on Glashfish with NetBeans 6.8 without installing Apache server? After I press CTRL+F5 im getting 404 not found error. As ASP.NET developer I have (I think) similiar developer server bundled with Visual Studio,…
Dariusz
  • 15,573
  • 9
  • 52
  • 68
4
votes
3 answers

ReSharper-like addon for NetBeans

is there any ReSharper-like addon for NetBeans (preferably 6.8)? I'm using NetBeans for PHP. I need following features: add some kind of code analysis add some intelligent refactoring interface enhance current code completion system add more…
Ondrej Slinták
  • 31,386
  • 20
  • 94
  • 126
4
votes
3 answers

Netbeans: Creating custom build target to let sources be packaged to JAR...?

I ask the question more specific: Using Netbeans, is there a possibility to create an additional custom build target, which would: either package all project sources along with the binaries into a singe JAR, or package all project sources without…
ivan_ivanovich_ivanoff
  • 19,113
  • 27
  • 81
  • 100
1
2
3
11 12