question

Upvotes
Accepted
23 12 13 16

Can RFA API Java8.0 use JDK1.6 development environment?

client only have JDK1.6 now, can client have a try , or there is no way to use JDK1.6. Client aware the potential risk taken by using JDK1.6.

treprfarfa-apijava
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
1.9k 7 11 16

@jessie.lin

No, you can't. If you try to run the RFA Java 8.0 library with JDK/JRE 1.6, you'll encounter java.lang.UnsupportedClassVersionError: <an application class name> : Unsupported major.minor version 51.0.

Note: major.minor version 51.0 means that the library was compiled with Java 7.

Actually, RFA Java requires JDK/JRE 7 (or higher) since version 7.4.

Hope this helps.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.