Hi
Let's say i need to develop a plugin for a given technology not suported by netbeans, how do i register a new project type for this technology?
The user may want to create a new project using the project wizzard, i've maneged to create a project template, but this requires the template to be based on an existing project type.
...
how can i set proxy in the netbeans app engine plugin ? so that the it works like command line appcfg -p proxy:port update application_name
i want to do this because i am behind a proxy.
...
Hello,
I am working on a large project and I have configured multiple source package folders.
Project -> Properties -> Sources
However, when I import a library from this other source folder it says it doesn't exist so obviously with source folder is only liked in during compile time.
How do I get my project to reference these source...
Hello, I try to deploy a GWT application, to Google App Engine using NetBeans.
I had successful run GWT sample http://code.google.com/webtoolkit/doc/latest/tutorial/create.html using Personal GlassFish v3 Prelude Domain, by
1) Copy generated source code from StockWatcher to C:\Projects\StockWatcherNetbeans\src\java\com\google\
2) Modi...
hi all,
i am building a dev. env. for developing portlets and then using them with webspace portal on sun glassfish server on win 32.
i will be developing the portlets using netbeans with the portal pack3.0.
now the thing is what is the most suggested version of glassfish, netweans and webspace server to be used.
what are the alternativ...
I've set up a project with unit test files in NetBeans. I set bootstrap to C:\www\foo\_tests\TestAutoload.php and put simple autoload method to this file:
function __autoload( $class_name ) {
// series of ifs
if ( ... ) {
$file_name = ...
}
if ( file_exists ( $file_name ) ) {
require_once( $file_name );
...
What should be the content of the .gitignore file for a java project in netbeans?
...
I'm using Windows 7 and Netbeans 6.8. When I try to open Tools > Options the icon spins for a moment or two and then.. nothing. The Tools menu will expand, it's Options that is giving me the problem. Any hints?
Thanks
...
While not a torrent, but some articles can be found on the net about function testing (particularly http://blogs.sun.com/geertjan/entry/gui_testing_on_the_netbeans). However the tools mentioned by them do not seem to be maintained, or don't have a plugin working with the most recent version of Netbeans (6.8).
Do you have any function te...
a while ago i could comment any code in php with netbeans like this:
/*
*
*
*/
I just typed /* ENTER and netbeans gave me that lines above. then when i typed @ it gave me a full list of all available tags (author, param and so on).
i reinstalled my mac and since then it hasnt worked.
someone knows why and how i can activate it? i...
Hi guys,
sorry for a silly question but I got angry after seeking the answer in NetBeans and in the net - is there any key shortcut for fixing @Override annotation in NetBeans (something like ctrl+shift+i for imports)?
I do appreciate your answers,
cheers.
...
Hello all,
I am trying to connect to a SVN server in order to import my project into it with svn+ssh authentication method. I am using the NetBeans IDE (6.8) with subversion plugin installed on Windows XP SP2. I have plink installed with its path set in the Windows PATH env variable. When I use the similar looking repository URL (XXXX a...
I use Aloha theme in NetBeans 6.8, everything looks cool except these blue tags in HAML files, which are unreadable. How to find a place where this blue color could be changed?
P.S. I use that HAML plugin which seems to be unsupported and lacks features
Screenshot: http://img.leprosorium.com/846904 (sorry, new users can't embed images)...
I've created a local Apache Derby database in Netbeans, but am having problems when I try and autogenerate the POJO files, using the "Hibernate Reverse Engineering Wizard".
My Hibernate configuration (generated by Netbeans from the database connection, then I added a few bits):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate...
In MS Visual Studios, you can hold down the ALT key and make text selections vertically. Is there this ability in NetBeans on MAC OSX?
...
I have a set of NetBeans java projects with dependencies between them. I added the project at the top of the dependency tree to Hudson for continuous integration. Everything works fine, except that the unit tests of dependent projects don't get run by Hudson. This is because the ant scripts that NetBeans creates has dependent projects se...
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 C:\Users\Derek\Documents\NetBeansProjects\EJBProject\EJBProject-war\build\web
Initializing...
deploy?path=C:\Users\Derek\Documents\NetBeansProjects\EJBProjec...
Hello.
I've just installed and configured Netbeans to work with PHP (including xdebug), and almost everything is working as intended, except that I've been getting "errors" in the IDE after I edited the default webpage template to comply with xhtml 1.1. The template is this:
<?xml version="1.0" encoding="${project.encoding}" ?>
<!DOCTY...
Hi!
Googled everything, but can't find solution for my problem.
When i'm trying to deploy my project to Tomcat, i have such errors in Tomcat log:
SEVERE: Error configuring application listener of class com.sun.faces.config.ConfigureListener
java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener
I tried to deplo...
I am supposed edit some code for an assignment, and he gave us the framework and wants us to implement code for it. I load the project into netbeans and can't figure out how I'm supposed to edit the swing components. I don't see how to edit source vs. design.
import javax.swing.*;
import java.util.*;
import java.io.*;
public class Cu...