Just started coding in Java, I have a lot of experience in VB. I really really appreciate it if someone can point me in the right direction!
I am developing a simple application that should work on Windows (xp, Vista, 7 .. 32 and 64 bit) and on Mac.
Here are some questions that I have: -
- Do I need to create multiple versions for each window (xp, Vista, 7 .. 32 and 64 bit) and Mac?
- How do we make changes to the registry, any built-in java?
- Make an automatic application update
Any links to help resources are highly appreciated so that I can hope to do the same for someone else someday!
source
share