Ecma Error: TypeError: Cannot call property

前端 未结 4 2106
清歌不尽
清歌不尽 2020-12-02 00:45

I have written some java code in an adapter in worklight project. when i m trying to call the java method, i am getting an error saying

\"responseID\"

4条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 01:06

    We have identified another possible solution to this.

    • Change Java compiler level to 1.6 as well as default JRE to 1.6:

    Compiler level JRE version

提交回复
热议问题