Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.14 seconds.

  1. Replies
    12
    Views
    2,108

    Re: JAVA criticism or inexperience?

    I agree. If you can package everything into one jar it's probably easiest, and if you can't, I would vote for using webstart.

    But my point is, you're going to have to handle dependency management...
  2. Replies
    12
    Views
    2,108

    Re: JAVA criticism or inexperience?

    I think there's your problem: have you ever written and deployed a program that required dependencies in another language? What about other languages makes dependency issues and deployment easier?
    ...
  3. Replies
    12
    Views
    2,108

    Re: JAVA criticism or inexperience?

    Of course Java isn't going to set up your classpath for you, exactly like any other language isn't going to automatically know your dependencies. That isn't a Java-centric problem, but Java webstart...
  4. Replies
    12
    Views
    2,108

    Re: JAVA criticism or inexperience?

    You could deploy with something like Java webstart, which will ensure that the user has the proper JRE installed.

    You can also bundle a JRE with your jar, in effect creating a standalone...
Results 1 to 4 of 4