Creating a Java Application for Windows and Mac

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!

+3
source share
5 answers
  • , . , .
  • , .: - (
  • Eclipse RCP .
+2
  • . Java " , ". - , , JRE.

    , , ( Java, ). "", , .

  • , java.util.prefs.* ( , , ). , ( ).

  • , .

+2

1 3. 2.

Java, , , Java , Windows.

Windows "reg", Java .

0

1) ? run.sh run.bat kickstarting

2) , , -, ( linux/osx). - java- ...

3)

, , , 3 ?

0
0

All Articles