Results 1 to 4 of 4

Thread: Migrate Java app to Ubuntu 12.04

  1. #1
    Join Date
    Apr 2013
    Beans
    2

    Migrate Java app to Ubuntu 12.04

    I apologize if this is the wrong place for this, new to the forums.

    I want to migrate a java-base program from a Windows XP box to a Ubuntu 12.04 box. I have never attempted this before and haven't had much luck searching. I am just needing some general direction, please.



    Thanks in advance.

  2. #2
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: Migrate Java app to Ubuntu 12.04

    Have you tried simply running it with the default java runtime? Depending on what libraries and/or features you use, you might be able to just run it straight away.

  3. #3
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Migrate Java app to Ubuntu 12.04

    Quote Originally Posted by MG&TL View Post
    Have you tried simply running it with the default java runtime? Depending on what libraries and/or features you use, you might be able to just run it straight away.
    MG&TL is right. Since your java program was compiled into byte-code which is interpreted by the Java Virtual Machine, any machine that can run a Java Virtual Machine can run a java program. That's the beauty of Java.

  4. #4
    Join Date
    Apr 2013
    Beans
    2

    Re: Migrate Java app to Ubuntu 12.04

    Thanks for the responses. I will try it out.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •