question

Upvotes
Accepted
23 5 11 13

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvote
Accepted
1.9k 6 9 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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea