I am facing very strange classloading issues with iReport 3.7.0. Here's some background context. We need to fill a Jasper report with data from a custom JRDataSource factory that uses POJOs to encapsulate the data. The POJOs are populated from data that resides in a database. In order for the client to "tweak" the report templates we...
Anyone know how to profile a Google App Engine for java app? Preferably I'd like to use the build in netbeans profiler, but that has an error on startup when I try to use it.
Here is the error when I try to profile with netbeans 6.8:
runserver-profile:
[java] Error occurred during initialization of VM
[java] Could not find a...
I just started using NetBeans 6.8 with XDebug for some remote debugging I need to do. I think I have everything configured correctly, but I don't see a program counter while I'm debugging, so I have no visual indicator of what line is about to be executed.
Normally, it should show a green arrow in the gutter, and a background color on ...
In SlickEdit, how do I change the mode from C++ to Java? I want to open Java projects and work within SlickEdit, but it's configured for C++ (I use C++ daily). Can I do this without having to reinstall SlickEdit!?(SURELY). I'm looking around the menus and not spotting how to change it.
Also, if anyone knows how to setup netbeans so I...
Hi there,
I have done some work with JSF(using netbeans as the IDE) and within your jsp/xhtml file you get code on beans/resource bundles that your have defined.
ATM I am investigating struts2 and seem to be unable to get similar functionality in the IDE. Is this just the case with the IDE or do I need to define something?
Thanks
...
I have designed a Swing GUI with the help of Netbeans IDE and this GUI contains a JList.
Bydefault, it uses AbstractListModel to pass it as an argument in the JList contructor to create that JList.
I want to specify somewhere in the Netbeans to pass DefaultListModel as the model to be passed in that JList so that later I can retrieve i...
I am using Symfony (1.31) - with Propel ORM to build a website. I have recently moved from using a text editor, to Netbeans (6.8) as my dev environment.
Coming from a compiled language (C++) background, I am used to setting break points in code etc as part of debugging. Web development I have encountered (atleast with PHP), has been lar...
Hey guys, I have a j2ee app which I am building with Netbeans. My task is to modify the build.xml so that after the app builds, ANT deploys the app to a server, runs Junit tasks on the app, and then un-deploys the app. So far I have the deploy and un-deploy working but I'm running into some trouble running the junit tasks.
I have a c...
I have been using Netbeans for my java desktop application since few months. Now in the middle of the project, I want to switch over to Eclipse as the Netbeans once corrupted my GUI and I had to re-create several parts of the GUI and now it is displaying a compiler error as
code too large
private void initComponents() {
1 error
"code...
I had created a GUI in Netbeans through Netbeans Swing GUI creator. So I just dragged and dropped the Swing Components from the "palette" window and all the code was generated by netbeans.
Now the code is too long to maintain (approx. 10,000 lines). So some experts on SO suggested me to refactor my code.
I can refactor the code that wa...
Hi,
I am having problems obfuscating a desktop application with Progaurd. I think it is something to do with the fact I have used Matisse for some of my GUI's... The problems are things like menu strings not appearing (*.properties file issues?) or windows not loading.
I have tried keeping the classes I built with Matisse without any l...
i'm working on a very simple server that uses ssl (in netbeans) - to test it i've created a certificate following the instructions here:
http://java.sun.com/javaee/5/docs/tutorial/doc/bnbxw.html
java-home\bin\keytool -genkey -alias server-alias-keyalg RSA -keypass changeit -storepass changeit -keystore keystore.jks
java-home\bin\keyto...
I already have hibernate mapping files and pojos created by Netbeans to which I've added named queries and extra methods.
Now I've added another table to the database and a foreign key column to an existing table.
It's not a big problem with just one table to add the mappings by hand but it gets tedious and error prone with more.
What...
Hi all,
i'm using Netbean RCP to develop my desktop application.
my goal is to use the "cruise control" for overnight builds.
i just can't find any information of how to build all Java sources to compounded jar (consisting of all netbeans modules).
i want also to be able to define that if ,for instance,case the org.openide jar is missin...
Hello..
I don't do much Java coding so I am not too familiar with the NetBeans IDE. I am trying to create a reverse engineering file based on a SQL Server connection that is set up in my hibernate.cfg.xml.
The reverse engineering wizard does not show any tables given the configuration file. I do not receive any error however. I believ...
Hi,
I got this err msg in NetBeans 6.8 :
Exception in thread "main" java.sql.SQLException: out of memory
at org.sqlite.DB.throwex(DB.java:288)
at org.sqlite.NativeDB._open(Native Method)
at org.sqlite.DB.open(DB.java:77)
at org.sqlite.Conn.<init>(Conn.java:88)
at org.sqlite.JDBC.connect(JDBC.java:...
I have a java desktop app (main project) and another project with a series of packages in NetBeans. Some of the packages use spring for JDBC and IOC.
I am getting the following error when running in debug:
Caused by: java.io.FileNotFoundException: class path resource [config.xml] cannot be opened because it does not exist
Where is th...
Hello Guys,
I am using Netbeans 6.8 and trying to create a custom PHP comment code block macro the /* */ style and not the usual double slash.
So far with googling and asking in PHPUGPH, I got this macro code (tools->options->editor->macros):
copy-to-clipboard delete-previous "/*" paste-from-clipboard "*/"
You must first highlight ...
I have a local folder with a JBoss 4.0 that i would like to hook up into NetBeans. I configured the sever, but when I start the server I get an error message saying that 'IDE cat recognize whether the server has been started...'
I checked and the server is started, any solution on how to tackle this? It also takes forever to launch the...
Looking for custom themes for the Netbeans IDE, especially dark ones!
Thanks!
...