Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Replies
    14
    Views
    2,097

    Re: Code not working on other machines

    Oops, my bad. Forgot that backwards compatibility doesn't work both ways. Yes, you're right that it does need to be compiled with the correct version information. The safest way is to compile it with...
  2. Replies
    14
    Views
    2,097

    Re: Code not working on other machines

    Java 7 should be backwards compatible with Java 6 for the most part (both source and binary).

    Oracle has published a list of incompatabilities that details known issues transitioning between the...
  3. Replies
    14
    Views
    2,097

    Re: Code not working on other machines

    I don't see anything wrong with the source, though it doesn't make much sense to declare Viniati as an abstract class.

    I did notice a few issues with your build script, though:

    You're using...
  4. Replies
    14
    Views
    2,097

    Re: Code not working on other machines

    It's possible that you're code uses some feature that's new to 1.7. Could you post your code (many people are wary of downloading unknown attachments) as well as any error messages you're getting...
Results 1 to 4 of 4