I am currently working on a Bukkit plugin, and trying to implement to get config files from github. I am trying to use JCabi-Github for this. I got the library implemented and working, but whenever I use it, it creates an error. I tried to use this code:
Github git = new RtGitHub(user, pass);
Which doesn't give any compile-time errors
And following the Javadoc should be just right
But when it runs, it creates a java.lang.ExceptionInInitializerError.
How do I fix this?
Check how you are using your program with JCabi-GitHub.
See issue 1270: