Simple package, complicated packaging
I have a a pwd package written in Java that I want published in MS Store. I have never packaged anything so this is my 1st time here and have many questions, but I'll start small.
What is the best & easiest way to "package" several JAVA classes and a WORD file so that its acceptable to MS? Is anything free?
One Java class has hardwired disk ("C:/MyJava") addresses and I know I will need to change this. Is there a packaging mechanism that asks the installing user what target file address he/she wants to use prior to installation? In this way I can be rid of the hard wired part and use something like ("C:\Users\xxx").
Certificates - a simple path explained would be helpful
MANY THANKS!