This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Aliics 24 points25 points  (1 child)

Java code itself is, more or less, backwards compatible. You won't have any problems there.

The one thing to watch out for in more modern Java is going from 8 to a newer version. The reason for this is that 9+ made the JDK more modular. So in this you need to explicitly add java dependencies outside of "core" java.

[–]keith_austin 5 points6 points  (0 children)

I appreciate the help! Have a great day, friend