Java program compilation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edunewz
    New Member
    • Mar 2008
    • 1

    Java program compilation

    Can java programs be compiled in any mobile phone like a smartphone etc.
    I want to know abt compilation and not interpretation,
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    I can tell you Java can do anything you need it to do with the proper libraries. However, a question such as this may be better asked through Google where you'll get a number of hits relating to programs already written that may fit your purpose...

    Can't say too much not knowing exactly what you are after?

    Hope you're still on the hunt for this:-)

    Comment

    • Nepomuk
      Recognized Expert Specialist
      • Aug 2007
      • 3111

      #3
      Dököll, the OP said it was about compilation and not interpretation, so libraries are not the main problem. You'll need to install a Java SDK on your phone. This might or might not be possible, depending on the phone - what OS is it using? If it's a version of Windows, you shouldn't have a problem. Don't know about Symbian and other OSes.

      Greetings,
      Nepomuk

      Comment

      • NitinSawant
        Contributor
        • Oct 2007
        • 271

        #4
        You can compile .java files on phone using python, i suggest you to search google

        Comment

        • Nepomuk
          Recognized Expert Specialist
          • Aug 2007
          • 3111

          #5
          For that of course, you'll need a phone with a python interpreter, right? I must say though, I had no idea python could do that - very interesting!

          Greetings,
          Nepomuk

          Comment

          • JosAH
            Recognized Expert MVP
            • Mar 2007
            • 11453

            #6
            Originally posted by Nepomuk
            For that of course, you'll need a phone with a python interpreter, right? I must say though, I had no idea python could do that - very interesting!
            I didn't know that either; I know about that Jython thing but I still doubt that a compliant Java compiler exists written in Python (or Jython for that matter).

            kind regards,

            Jos

            Comment

            Working...