[urgent]Using parport with JAR build doesn't work, but works in IDE

I've been working with Parport in IntelliJ, and everything runs fine. The write() method has no problems and everything works fine. But when I build the project, all of a sudden parport stops working. Everything else works fine but it seems like the write() method doesn't work...my guess is its got to do with the parport.dll file. I have it in my jdk's bin folder so it works in the ide and even in my system32 folder so it SHOULD work in my project jar. Any ideas? What am i missing?

I'd really appreciate some quick help as its really urgent. thanks!

[571 byte] By [Nuwandaa] at [2007-11-27 6:16:37]
# 1

OK, so you have a really pressing need. The temptation to tell us so, in the hope to get answers faster, is big. So you put an "URGENT" into the subject line, ask for answers "ASAP", reask the question in the same thread or a new one, etc.

Well, here are reasons why this typically isn't a good idea at all:

We all answer questions here voluntarily, in our leisure time. We do that because doing so is fun for us, because we enjoy helping people and having interesting discussions.

Guess what, it is much less fun if it gets stressful. So the last thing you want to do to get us to answer your question is to pass your stress over to us.

People who are stressed and want a fast answer often don't even find the time to do the necessary research or to formulate their question in an easy to comprehend way. That's even less fun to work with.

So you really don't want us to feel your stress. Instead you want to take your time to write a well formulated post that is fun to answer. The less likely it is for us to know that your question is urgent, the more likely you are to get a fast answer!

The simple notion that you want your post to be answered faster than those of the other members might feel rather unfair to some of us. Doubly so because often "urgent" questions actually are homework questions. Yours might be different, but someone who had bad experiences with this type of question might not read far enough to notice.

If it is really that urgent, my answer may already come too late, so I will think twice before taking the time to formulate it.

If you asked the question once, everyone saw it. If they didn't answer it the first time, reposting the question isn't going to help, but will simply add more noise to the forum, detracting from the experience for others using the site.

Last but not least, having the word "urgent" in the subject line actually obfuscates it, makes it harder to decipher what the actual question is, and therefore to decide to actually read the thread. This grossly conflicts with the important practice to UseAMeaningfulSubjectLine.

So, please don't tell us that it's urgent - just tell us what your problem is, in the clearest way you can, and let us concentrate on solving your problem.

If your question hasn't been answered in a timely fashion, ask yourself: Is there something about the way I've presented my question that gives the impression that I'm not willing to show some effort when asking it? Many people will skip by questions if the orignial poster wasn't willing to use a meaningful subject line. Many still will start reading your post and then get tired and leave without answering it if you didn't care enough to use real words when typing it.

*********************************************************

Do you have any sort of error message that you could share with us?

cotton.ma at 2007-7-12 17:28:31 > top of Java-index,Java Essentials,Java Programming...
# 2
create a system variable LD_LIBRARY_PATH with a universal scope. This path is where you will put your files > I also suppose that you did not read the installation procedures else you would have figured this out!!
Jamwaa at 2007-7-12 17:28:31 > top of Java-index,Java Essentials,Java Programming...