netbeans6.8

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

Hello! 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 the binaries into an additional JAR? Notes: It's not an option for me to mod...

What PHP editor should I use ?

What PHP editor should I use? I now have NetBeans 6.8 (the PHP version) but it´s always freezing for a long time. I previously used version 6.7.1, but the auto scan feature rendered the editor useless for too long, like 10 min on each restart. I used Eclipse as well but had the same experience as in Netbeans. Always freezing for a lon...

Can I add custom editor hints to Netbeans?

Is it possible to make Netbeans display hints for custom things? For example I want to display a hint whenever the developer uses the Date or the Calendar class: "Consider using JodaTime instead of the JDK date classes". ...

In Netbeans, how do I type a non-existent method and have the method get generated automatically?

In other IDEs, I can type a method as if it existed, hit a key combination and the method is generated. For example, I type: public List<String> getIds() { int max = 4; return generateRandomArray(max); } As of now, the method generateRandomArray doesn't exist. I then hit a key combination and it generates: private List<Stri...

Problem with WSDL

I've recently been working on an ACORD P&C compliant web service and have run into some trouble with errors from wsimport saying it is unable to parse one of the xsd files. The error message is: [ERROR] Unable to parse "D:\projects\DICACORD\DicAcordQuoteRq.xsd" : Illegal character in opaque part at index 2: D:\projects\DICACORD\...

ReSharper-like addon for NetBeans

Hello, 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 options to code highlighting Currently I'm using multiple external tools, which aren...

Problem creating a web service from a WSDL

The problem I'm having is that when I attempt to create a web service in netbeans using this wsdl, netbeans says that there is no service defined. I'm new to the whole wsdl thing but as far as I can tell there is one defined. The wsdl is: <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/...

visual web in netbeans 6.8

Hi, What happened to Visual web in Netbeans 6.8. Has the feature been removed? Thanks ...

Netbeans 6.8 missing Interactive Ruby Window

I installed Netbeans IDE 6.8 today to use it while learning Ruby. Here the specifications: Product Version: NetBeans IDE 6.8 (Build 200912041610) Java: 1.6.0_17; Java HotSpot(TM) Client VM 14.3-b01 System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb) So I created my first Ruby project and am able to run...

The support for the development of java swing in Netbeans 6.7 and 6.8 isn't good ?

when design when run when design and run in netbeans 6.5 they are the same, but int 6.7 and 6.8, as you see, they are different! ...

I have a problem for finding "Problems" tab analogue in Netbeans IDE

Hi all, I used Eclipse for several years and now I'm trying to switch to Netbeans. Amazingally, I have had very nice experience while switching :) One thing I wonder about - is there any eclipse-like "Problems" tabs available in the Netbeans. Please see "Problems" tabs image if you have no idea that this is all about. ...

Cannot Run Ruby on Rails application from NetBeans IDE

I am trying to Run (F6) a Rails application from NetBeans 6.8 and when i do so I get the following output in the lower left hand status bar of the IDE: Could not connect to the web server - could not show http://localhost:3000 I don't believe that the WEbrick server is even starting, but i can start WEBrick and the same application ...

Which is a better source control with NetBeans (Ruby on Rails), VSS or Subversion?

Which is better source control with NetBeans (Ruby on Rails), VSS or subversion? I want to use source control, so I want to know which is better for NetBeans (RoR). Visual Source safe or Subversion? ...

when I run rails console in netbeans6.8(Ruby on Rails) then getting error ?

when I run rails console in netbeans6.8(Ruby on Rails) then getting following error ? 'irb.bat' is not recognized as an internal or external command, operable program or batch file. what I need to do for this ? ...

how I integrate TortoiseSVN with the netbeans6.8 ?

how I integrate TortoiseSVN with the netbeans6.8 ? ...

Always download file again when open a file in NetBeans IDE 6.8

Hi. I'm using NetBeans IDE 6.8. When I open a file, NetBeans opens an old file from my computer, not the actual one from the web-server. The problem is when some one else has edited the file on the web-server I need to download the file before I open it, so I don't lose the new changes. What I want to do is that NetBeans always downloa...

Netbeans 6.8 - Alternative compile and runtime jdks/jre versions

Hey, Have a scenario where i need to compile my project with jdk 1.5 but run it with jre 1.6. I can't find a way to switch the jre that is used when running my program. I read something about execution profiles in an earlier version of netbeans, but 6.8 doesn't seem to support this. Any ideas? Seems easy to do in eclipse. ...

Debugging PHP on NetBeans 6.8 without Apache

Hi all. 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, so there is no need to install any other server like IIS. Am I right that Glassfi...

How to import java classes from other projects in NetBeans 6.8?

I have just started playing with Java, and I really like the language. I am using the NetBeans IDE, and I find one odd oversight. I can create a new class in a project, but NetBeans doesn't appear to support any way to import an existing class into a project. I manage to get it done by going to some other project where the desired c...

NetBeans is not debugging correctly after I copy sources

Dunno why this happens... Ok here is the situation: I have a nb project on my laptop. I have the same project on my desktop. I copy the sources (not the entire project) on the desktop, overwriting the desktop sources. Everything cleans and builds ok. Then I start the debugger. On the main class I can debug step by step. If it goes into a...