For school I'm currently working on a Java project. I have been able to get the application to work in Netbeans but I cannot get it to work with Bluej. It involves a DLL that is being used to control a Velleman k8055. Do you guys know anything that might help since we cannot easily debug BlueJ.
[EDIT]
So our Java application sends commands to the K8055 board via a DLL. The Java application itself functions perfectly. The DLL part of the application doesn't though. Since BlueJ cannot be debugged (easily) we haven't been able to figure out what the issue is. Our application requires a few .jar packages but they're not the issue since they can easily be added in BlueJ. BlueJ gives us no feedback whatsoever so we do not know what is wrong. Perhaps you guys know of a good tool to get console/error messages from BlueJ?
[/EDIT]
Any help is greatly appreciated.