netbeans

comment and uncomment a block of code

Is there a shortcut in netbeans to highlight a block of code and comment/uncomment it? ...

how to debug/step through a simple java 'main' application using netbean?

how to debug/step through a simple java 'main' application using netbean? I want to set breakpoints and analyze the value of variables etc. ...

new to java regex, how to grab this part of the string

I have a string that looks like: http://www.example.com/index.do/blah/1_44/asdf/asdf/asdf http://www.example.com/index.do/blah/1_44_2342/asdf/asdf/asdf I need to grab the value 44 from the above, ofcourse '44' could be any number. The number '44' always is prefixed with a _, and after it could be another _ or /. I have no idea of the...

HTTP Status 500

I want to make Restful - Web Service using netbean 6.5, glassfish V 2 , and i already make table and the relationship between table. But when i want to test restful Webservice, some table it show HTTP Status 500 - type Exception report message descriptionThe server encountered an internal error () that prevented it from fulfilling t...

Debugging Wordpress with Netbeans & XDebug

I'm trying to debug a Wordpress site with Netbeans using XDebug. I can get it to hit a breakpoint on the index.php page, but it won't break on any other page. Has anyone else run into this issue? If I debug a concrete5 site or something it works beautifully. So it has to be something with how Wordpress works. ...

Jboss Web Service:Error :java.io.IOException: Could not transmit message

Hi I am trying to deploy a web service client application in Jboss 4.2.3GA. I already did this and it works in glassfish v2.x. I copied jboss-saaj.jar, jboss-jaxws-ext.jar, jboss-jaxws.jar, jboss-jaxrpc.jar and jaxb-api.jar. Can someone please shed some info? Also I deployed this in netbeans 6.7. # Caused by: java.io.IOException: Could...

Tell Netbeans to forget about SVN

Using Netbeans I once checked out a project from a SVN repository, just to test SVN functions in Netbeans. Now, everytime I create a new project, or open an existing project not under source control, Netbeans "thinks" is under version control in that repository I was playing with. How can I tell Netbeans to forget everything about that...

how to view the current heap size that an applicatin is using?

so I think I increase my heap size to 1 GB in netbeans, I changed the config to look like: netbeans_default_options="-J-Xmx1g ...... I closed and started up netbeans again, can I be sure that my app is given 1GB now? or is there a way to verify this? ...

increasing heap size in netbeans.conf file

I was reading in netbeans 6, you don't have to set the maximum heap size, it will just look at your computer for that information. My system has 8 gigs of ram, but my application only has 64mb to play with and it is running out of memory. I did a: System.out.println(Runtime.getRuntime().maxMemory()); And it is 66 650 112 bytes (63.56...

move all dependent libraries to a folder in netbeans

I have downloaded a few libraries for my netbeans solution to work. I want to store these in a seperate folder so when I save to GIT, I can checkout my project at home at not have to redownload all the libs it references. Can I do this if I already have my project up and running? ...

Switching from Eclipse to Netbeans

Hi, I'm trying to switch from Eclipse to Netbeans for my PHP projects. All is well and fine, but there are a few features that I'm missing, namely: Shortcut for Open method/function and go to declaration from any file in the project Shortcut for Display class methods for a class I'm currently in If there are key bindings for the abov...

how can I connect netbeans(ruby on rails project) with source safe (Vss) ?

how can I connect netbeans(ruby on rails project) with source safe (Vss) ? ...

Shortcut to create interface implementations in NetBeans

I'd like to have a shortcut to create an implementation of an interface. Example: right click on an interface file, choose "implement", insert class name. Is there something like this in NetBeans (6.8)? ...

How can I create an animation frame with netbeans?

I use netbeans,and I insert an image on the lable which is on the desktop pane ,I want to rotate that image in its place ,what should i do? please help me. thanks. ...

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? ...

J2EE or Netbeans with Glassfish?

ive downloaded Netbeans with Glassfish and installed it. do i have to download j2ee then from sun's site? ...

How to configure jmf in net beans

I am doing video capturing through webcam using jmf. i am very new to this and dont know how to use jmf. I downloaded and installed jmf,it detects my video devise but now i want to run java code to detect the same. Please help. ...

how to develop and run ejb in netbean6.7?

Hi,I am beginner of studying EJB . I want to test very very small ejb application in netbean 6.7. The code are as follows package jeenptbeans; import javax.ejb.Remote; @Remote public interface NewSessionRemote { public String getEchoString(String clientString); } package jeenptbeans; import javax.ejb.Stateless; @Stateless publi...

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 ? ...