Im following Java SQL Adapter tutorial from IBM worklight. When I deployed both RSSAdapter and UserAdapter from sample code, the error console is
Adapter deployment failed: The adapter was built with a later version of Java than is used to run the server.
Im using JDK version 7. Howerver, I also try to downgrade JDK to verion 6, but it still doesn't work.
