Hope somebody has an answer.
1. I want to make a
java app that produces a barcode.
I have done some research, seems simple.
2. I only use a text editor like notepad++. But I need a java library to do this. "Barbecue"
So how do I add the library so I can use it?
and be able to compile and
test run said app.
Or do I need to write it on eclipse?
3. After I create said app, Can I turn it into a .jar and use that .jar on another system, that only has the JRE.
meaning = I am making the app at home on a windows system, but I want to use said app at work on a mac.
Thank you to all for your help.