Netbeans Platform development with maven: Troubleshooting
This article is about common problems in Rich Client development with the Netbeans Platform using maven. I’ll extend this article every now and then, when there’s time for it.
This article is about common problems in Rich Client development with the Netbeans Platform using maven. I’ll extend this article every now and then, when there’s time for it.
Update: kultur.lich.de finden Sie nun dauerhaft auf kultur-lich.de.
Seit Kurzem online:
Die Webvisitenkarte für Tiergestützte Pädagogik und Förderung im Vogelsberg von Elisabeth Rathay-Spohr.
Gestaltung (Webdesign und Flyer) und Entwicklung von macrominds.
It’s sometimes kinda hard to force your Netbeans RCP Standalone Application to open the Favorites Window per Default (at least when using maven).
Here’s the solution:
I find dev.java.net at least disturbing.
Anyway. I wanted to install FindBugs Plugin for Netbeans 7 and the long search for a correct update center to get this plugin was finally successful. There is a problem with urls like https://sqe.dev.java.net/updatecenters/sqe/updates.xml as the folks at java.net don’t seem to care about ssl-certificates and at least sqe.dev.java.net doesn’t [...]
Just a hint if you have the following problem:
You’re using javaassist (in my case 3.14.GA) and a Java-Agent / instrumentation to invoke javaassist for Class-transformations. (I use Java7 which works with Javaassist 3.14.GA).
The following code returns a CtClass:
//make sure to add your classpath, e.g. cp.appendClassPath(new LoaderClassPath(loader));
//throws no Exception
CtClass cc = cp.get(className);
//this would return a non-null [...]
Here’s my setup for a maven 3 multi-module project, using a java-agent, that can be run either from the Netbeans-IDE or with a handcrafted windows-batch-file.
When I searched for a Swing Component that is able to render modern HTML/CSS, I noticed that there’s no solution that covered all of my needs. Here are my thoughts on the topic and an (unfinished and rough) idea on how to create a JWebPane while the original JWebPane (announced 2008) stays vaporware.
I got several errors when trying to make mediawiki send e-mails on my windows 7 xampp 1.7.4 test-installation. Now here’s what I did.