netbeans6.8

How to add new menu item in ireport 3.7.2

I am customizing the iReport sources. I need to add a new menu item in iReport designer. Note: iReport 3.7.2 is used. Can anyone tell the procedure? ...

How to get suggestions in NetBeans for included files

i have a problem to get suggestions for classes which are included in included files. E.g. content of file 'Header.php' is: //File 'Header.php': include('User.php'); //Class file When I now include the Header.php in my file 'Example.php', i do not get any suggestions: //File 'Example.php': include('Header.php'); User:: After typin...

how the save option in iReport is functioning?

Hi, I am customizing iReport 3.7.2 .. there is a file called SaveAsAction.java for Save As option. But I cant find anything on save or Save All option I want to know how the save option is working in iReport. Can anyone help in this issue ...

javax.naming.NameAlreadyBoundException: in glassfish server v2

Hi! I'm implementing stateless session bean ejb3 in glassfish server using netbeans. First time, it is working properly. Later, I'm getting the exception as follows: LDR5012: Jndi name conflict found in [SampleEjb3]. Jndi name [Lulu.HellostatelessRemote] for bean [HellostatelessBean] is already in use. LDR5013: Naming except...

Error building java project

I have tryied to build my project in netbeans 6.8/ windows xp, and I've received this errors: ..\nbproject\build-impl.xml:452: The following error occurred while executing this line: ..\nbproject\build-impl.xml:224: Compile failed; see the compiler error output for details.output for details. The lines are, respectively: 452: ...

Finding subtitute pluggin (After Switching from Notepad++ to Netbeans 6.8)

i would like to ask about some Notepad++ feature that i couldn't find in netbeans. And this feature is somehow really helpful. It's called 'function list' created by Jens Lorenz. this feature will list all of declared function in a PHP files. So, is there any subtitute plugin that i can use to smooth my migration from Notepad++ to Netb...

add external folder to webapp context path in tomcat

I need to add an external folder (Ex: D:\photos) to my webapp context path in Tomcat. Here's what I've done: I've created a xml file MyApp#photos.xml in CATALINA_BASE/conf/Catalina/localhost/ which contains: <?xml version="1.0" encoding="UTF-8"?> <Context docBase="d:\photos"/> but when I try to access this folder at "http://localhos...

How to get rid of library references problem? Java

Hello, I created a web application and it used several libraries once upon a time. So i added them but later on i found alternative and actually better ways to do the same things. So i removed references from my project for those jars and libraries. Everything works fine but when i move the same project to my friend's laptop Netbeans 6....

What is the NetBeans keyboard shortcut for code generation for child class constructors?

I was coding in NetBeans (PHP) today, and my hand slipped while I was typing a constructor. It must have hit a keyboard shortcut, because a constructor that was designed for a child class appeared on my screen (i.e. it called the parent constructor, so it's not the Insert Code -> Constructor, I don't think). Does anyone know what the sho...

xdebug in netbeans won't bind to port 9000

I've been trying to configure xdebug to work along with netbeans, my current configuration is [xdebug] zend_extension="C:\binaries\php\ext\php_xdebug-2.1.0RC1-5.3-vc6.dll" xdebug.remote_enable=on xdebug.remote_handler=dbgp xdebug.remote_host=127.0.0.1 (also tried localhost) xdebug.remote_port=9000 xdebug.idekey="netbeans-xdebug" I ...

Disable 'Automatic compile' in mobility project in Netbeans IDE ?

hi, the question is quite self explanatory. I need to disable the automatic compilation in mobility project. I came across following post http://stackoverflow.com/questions/1304149/disabling-automatic-build-in-netbeans but it is for Java SE projects only. I don't find the "Save on Compile" option for mobility projects.... any help pl...

Broken console in Maven project using Netbeans

Hi, I have strange problem with my Neatens+Maven installation. This is the shortest code to reproduce the problem: public class App { public static void main( String[] args ) { // Create a scanner to read from keyboard Scanner scanner = new Scanner (System.in); Scanner s= new Scanner(System.in); String pa...

Jboss Error-Cannot process metadata

I'm trying to implement stateless session bean ejb3 in jboss5 using netbeans6.8 as a editor. When I tried deploying my application, I'm getting the following error. What is the issue with this? 17:45:04,901 ERROR [AbstractKernelController] Error installing to PostClassLoader: name=vfszip:/E:/Shalini/jboss-5.1.0.GA/server/default/deploy...

Netbeans: how to separate application logic from view ?

When creating a desktop application in Netbeans, what is the recommended approach in separating application logic from the view (gui builder) ? The two files are generated by the gui builder in Netbeans. ...

NetBeans: accessing class from MyAppView.java

When I add an actionperformed event to a button, it generates the TODO section. However, I would like for it to call a public method defined in MyApp.java, instead of having to define the method inside the MyAppView.java How can I do this ? Tell MyAppView.java to get the methods and classes from MyApp.java ? ...

How to add dll file in netbeans project

Hi! In my project, it is needed that com4j.dll file is to be added. I'm using netbeans 6.8 and jboss 5.0.1 as a deployment server. I can't able to add that dll file.. Some one Help me ...

Netbeans 6.8: Lib-Import works, but "package does not exist" when compiling

Hello, I'm working on a JavaME project and need to import external libraries, which are available to me as jar files. So I selected the project properties -> libraries & resources -> add Jar/Zip and added the jar file there. When editing the code, everything works. I can import the classes from this library and use them as expected. B...

NotifyUtil::java.net.SocketException: Connection reset inTomcat

Does anyone have any idea way I get this exception in Tomcat? NotifyUtil::java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at java.io.BufferedInputStream.read1(BufferedInputStream.java:258) at java.i...

netbeans platform difficult to follow ?

I went through http://platform.netbeans.org/tutorials/nbm-quick-start.html#lookup, but when I define the dependencies, it doesn't get the import statement immediately. Little exclamation marks appear and upon clicking it, it lets me import the interface. The last part of the tutorial cannot work. Is the tutorial based on an older versio...

netbeans: API Versioning tab, public packages org.demo.textfilter not automatically imported

following the tutorial at http://platform.netbeans.org/tutorials/nbm-quick-start.html#lookup "Right-click the "TextFilter" module, choose Properties, and use the "API Versioning" tab so specify that the package containing the interface should be available throughout the application: " (org.demo.textfilter is set to public) the proble...