Hi,
I using hibernate with netbeans. It's my first time. I'm following this tutorial: http://netbeans.org/kb/docs/web/hibernate-webapp.html#01
All is well, except when I come to the part "Creating the Hibernate Mapping Files and POJOs
". The problem is no classes are being generated. My hibernate.reveng.xml also seems to be short sinc...
I'm using Netbeans for coding Django. When I insert:
import ipdb; ipdb.set_trace()
Flow execution gets stopped but it shows gibberish, such as:
[1;32m/path/to/file/models.py[0m(344)[0;36macceptBid[1;34m()[0m
[1;32m 343 [1;33m [1;32mimport[0m [1;37mipdb[0m[1;33m;[0m [1;37mipdb[0m[1;33m.[0m[1;37mset_trace[0m[1;33m([0m[1;33m)...
I'm using the Zend Framework's javascript helpers of the form:
<?php $this->headScript()->captureStart(); ?>
//Javascript here
<?php $this->headScript()->captureEnd(); ?>
//Rest of view here
The problem is that Netbeans keeps complaining about code problems in the block, because it thinks it's an HTML, rather than a Javascript, block...
hello everyone,
i am decent with java programming, but very new to GUI development. i wanted to make a console blackjack game i made years ago into one where people can play via a GUI i build using netbeans. i think that without a GUI, most people won't take the game seriously when i add it to my working portfolio
i created a JFRAME wi...
How to build FLTK to using with Netbeans (Windows), i have tried but not success. Help me
...
I am using NetBeans 6.5.1 and Hibernate 3.2.5.
I stepped through this tutorial by using a different, existing database (Oracle 10g XE). The creation of the config file works fine, as well as the creation of the HibernateUtil.java class. The tutorial then wants me to run the reverse engeneering wizard, but this wizard does not exist. Ins...
Sorry for my English.
I am decide migrate from NetBeans to PhpStorm IDE, and only one feature I have not found at PhpStorm “Shift Left (Right), MoveDown (Up)”, which move line on the one tab left, right, switch with next or previous line. Have PhpStorm any analog of this?
P.S. Tab & Shif+Tab is not suitable
...
I'm trying to include persistence to a Vaadin project so my first step was to try the JPA+Address Book Demo using Netbeans. When I try to run the demo I get a "StandardWrapperValve[VaadinApplication]: PWC1406: Servlet.service() for servlet VaadinApplication threw exception".
I tried by adding gwt-user.jar but it didn't work. My knowledg...
Whenever I define a new exception, I tend to do one of two things:
Create an exceptions file which contains a listing of all the new exceptions defined in my project.
Put each defined exception in the same file as the class in which it is thrown.
Netbeans doesn't doesn't like it when I have a public exception defined in the same file...
Hi, is there a way to manipulate colors of code completion popup (ctrl+space) in NetBeans, the background color is inherited from windows theme, so if it is black, the popup will be black....
...
I installed python-qt4 package (and other dependencies) and have netbeans with python support on ubuntu. What settings in netbeans must i change to be able to import from PyQt4?
...
hi everyone, i have a problem with generating entity classes in netbeans. i'm certainly doing something wrong since i am beginner with j2ee. i have my derby database with some tables in it and i want to make entity class from one of those tables. unfortunately i get an error which says "Index:0, Size:0" after clicking on finish in the wi...
It might be obvious, but I started using NetBeans only recently.
In Visual Studio one of my favorite debugging tools was "break on all errors", same in Firebug.
But I can't find this option in NetBeans. What is the best way to break on Ruby error using NetBeans?
...
[NetBeans] I got this error "provide a valid google app engine location" and I can't use GAE in my project.
I select the correct path: C:\Program Files (x86)\Google\google_appengine
and still getting that error. how to fix it?
...
Hi, I'm doing a simple Java project on Netbeans. And I'm stuck not knowing how to add my own image into the code. It kept throwing IOException no matter where I put the image. This sounds ridiculous but it really got me stuck.
...
Okay, I'm creating a program from a single class, let's call it "John" class. So instead of starting from scratch, I create the "John" class by copying most code from "Dave" class( this class have similar setup but differ greatly in functionality), and then modify it greatly to suit my need.
The problem is, when I hit the 'run file' bu...
is there any drag and drop environment to work with GWT widgets.
or any user friendly IDE or plugin on IDE's
i remember using some thing like MyEclips for developing Hibernate was better then working with .xml files.
...
Is it possible at all?
It feels like it should be a rather basic feature but.. How do I do it?
...
Hello,
How to configure Netbeans PHP to follow Zend Coding Standard?
I'm struggling with this quite a while, and still get phpcs errors on multi line function arguments.
Would you share your settings?
...
Greetings, fellow StackOverFlow members. I have just begun to learn how to program web-enabled applications using technologies such as Java Enterprise Beans and Java Persistence API.
The official NetBeans website currently offers a bundle that (supposedly) allows me to develop said applications. A bundle that has an approximate size of ...