Hello, dear Moose Saloon!
I'm new here and I'd like to introduce myself before asking any questions, if you don't mind
My name is Simon Cahill, also known as Beatsleigher, I am 16 years old and a die-hard when it comes to old computers.
My hobbies are programming (of course), mechanical stuff (e.g. works on my lawnmower), computers, gaming (Atri 500, once I've got it up and running again.., Sega Mega Drive II, Xbox 360, PSP) and Android devices.
At the moment I can code "speak" Visual Basic for Windows Desktop (.Net) but I'd like to leave that language behind me and move on to something a bit better.
So I decided to learn
Java, as I can also code Android apps with it.
And now to my question:
I've been learning Java for a few days now, and yesterday I felt confident enough to use JFrame Forms and I created a program which compares to strings, and if the strings are equal, then a simplistic calculator shows up.
That's all good and fine, but I'd like to do some more complicated stuff, as that's the way I learn best.
But I haven't found any good tutorials online regarding NetBeans (Except the ones in the documentation section on netbeans.org).
So I decided to create a set of tools for Android devices.
But for this tool to work, I need a couple of files: On Windows I need two .exe files and two .dll files, and on Unix/Linux/Mac, I need four binary files. All of which I have loaded into my resources package in my project.
But how do I copy them to a directory, where my program can find/use them and how do I start these programs, once they've been copied to the file system?
Help is much appreciated.
Thanks in advance for your time and help
