Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
What doesn't work? – Code-Guru Nov 20 '12 at 2:29
Sorry i'll add some details. – Orion Nov 20 '12 at 7:31

closed as not a real question by Bill the Lizard 10 hours ago

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.