I can't proceed to make a Database JDBC Connection in netbeans - netbeans

can someone help me how to fix this part? I already added the plugin and jar on library folder and I can't proceed to make a Report wizard, and I don't know how to fix this. Thank you.

Related

How to Set Up Netty?

I'm trying to figure out how to use the Netty API with Eclipse and this might sound really dumb but how do I set it up?
I found the download link here: http://netty.io/downloads.html and downloaded the latest version which has a file extension of .tar.bz2 but I'm not sure what directory I'm supposed to place it in and what to do with it now.
Any help will be appreciated!
if you extract the archive you'll find a jar in there like netty-all-5.0.0.Alpha1.jar in the all-in-one folder. Just put this in your build path.

iReport "org/primefaces/model/UploadedFile" error in hibernate connection testing

I'm trying to make a hibernate connection to create some reports, but every time I press Test it appears an error window that says org/primefaces/model/UploadedFile, only that.
My classpath already has a jar of my project and the only place where I have the library from the error is inside an entity on the project.
If switch to another's project jar the connection is successful.
I'm using iReport 5.0.4 and Spring 2.9.1.
I'll appreciate any idea of what could be wrong, thanks in advance.
I couldn't figure out what was the problem, so I commented all references to the library and generated the jar that way.
I did it only because there's no related data to the things I commented.

NoClassDefFoundError: com/sun/lwuit/layouts/Layout error?

i am developing an java application using eclipse pulser ide, in that i have got `NoClassDefFoundError: com/sun/lwuit/layouts/Layout.
i have tried many solution's and tried to import LWUIT.jar and cleaned project's but even its not working can anybody head up with a solution.
Thank you.
Go to project Properties, Java Build Path, Order and Export and make sure that your LWUIT jar is marked.

QueryDsl Intellisense / Netbeans problems

I have all the QueryDSL jars referenced from the all directory in my libraries. My problem NetBeans is not seeing the "Q"objects. They are generated to the same directory as all the other JPA entity objects with "_". Secondly if I use a "Q" object it does compile, but the editor itself does not see it and thinks it is an error.
Anyone have any ideas? I tried editing the Ant file but I failed at that as well. It does not seem that I need to edit it specifically for generation. The main problem appears to be linking to the NetBeans editor.
BTW I did look at this link and I already did this! How to setup classpath in Netbeans?
Also I have this problem on both Mac OSX and Ubuntu Netbeans.
Help is appreciated!!
Best fix that is consistent is to go to project properties and add the build/generated-sources as a Source package Folder in Sources.
I had the same problem. I did a clean & Build, on the project and that did it for me. I could clearly see the java files being generated, and the class files are not getting in the path. Clean did the trick for me.

maven SNAPSHOT workings

Currently maven Snapshots are created whenever a new build is ran. I was hoping if there is syntax that only stamps them when there is SCM change in that build or code in a particular jar has changed.
Your ideas and thoughts would be appreciated.
Please and thank you.
Well, only your SCM knows if there's been a change. So the logic would have to check the SCM whether there's been a change, and only build if there has been