jcommander icon indicating copy to clipboard operation
jcommander copied to clipboard

Cannot access addObject

Open MiriUll opened this issue 7 years ago • 0 comments

Hello,

I am trying to run the sample code but the addObject command in JCommander.newBuilder() .addObject(args) .build() .parse(argv); keeps telling me "addObject(java.lang.Object) in com.beust.jcommander.JCommander.Builder is defined in an inaccessible class or interface". I am using gradle and added the compile statement to gradle.build.

Thanks for your help!

MiriUll avatar Jan 30 '18 18:01 MiriUll