Error while executing Google Prediction API Command line Sample

后端 未结 2 485
北恋
北恋 2021-01-15 05:13

I have downloaded the sample command line program for prediction api and imported in eclipse as mention here .

I have imported that sample program and replaced the c

2条回答
  •  Happy的楠姐
    2021-01-15 05:54

    .../jre/lib/security/java.policy

    Can you try giving permission to all as below ?

    grant{
    permission java.security.AllPermission;
    };
    

提交回复
热议问题