comatibility...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khandelwalk1
    New Member
    • Jul 2007
    • 5

    comatibility...

    hi..
    i m new in java..could u plz tell that if my code is in java..will it run if i make my GUI in VBC++....or i should use java beans..plz reply asap...
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by khandelwalk1
    hi..
    i m new in java..could u plz tell that if my code is in java..will it run if i make my GUI in VBC++....or i should use java beans..plz reply asap...

    Why would you want to make a GUI in VC++ if you want to program in Java?

    You can read about JNI and see what you can do with it.

    Comment

    • praveen2gupta
      New Member
      • May 2007
      • 200

      #3
      Originally posted by khandelwalk1
      hi..
      i m new in java..could u plz tell that if my code is in java..will it run if i make my GUI in VBC++....or i should use java beans..plz reply asap...
      Hi
      Java is supported by complete literature and softwares on each and every topic. You need not to develop any GUI. Thousands of books and websites are available to help you.

      Java Beans is used in J2EE. It will be useful when you work on jsp. If you have any other query then explain it properly.

      Comment

      • odefta
        New Member
        • Jul 2007
        • 18

        #4
        If you want to make a GUI application for windows, the Visual C Sharp or Visual Basic is probably the best solution.

        If you want to make a GUI application for other platform, you can choose Java

        Comment

        • khandelwalk1
          New Member
          • Jul 2007
          • 5

          #5
          Originally posted by r035198x
          Why would you want to make a GUI in VC++ if you want to program in Java?

          You can read about JNI and see what you can do with it.
          wat is JNI and can i make my interface in java beans..plz reply...

          Comment

          • JosAH
            Recognized Expert MVP
            • Mar 2007
            • 11453

            #6
            Originally posted by khandelwalk1
            wat is JNI and can i make my interface in java beans..plz reply...
            JNI == Java Native Interface, but don't overcomplicate matters; Java can very
            well be used for GUI purposes as well; read about the Swing GUI framework,
            you don't need visual whatsoever for that, no matter how much you're used to that.

            kind regards,

            Jos

            Comment

            Working...