tangliyong / java-sharepoint-library

Automatically exported from code.google.com/p/java-sharepoint-library
0 stars 0 forks source link

Issue with SPSite Class Constrcutor #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I am trying to creating a object with the following code
SPSite instance = new SPSite(new 
URL("http://sp.com/Templates/Forms/AllItems.aspx/"), credentials, true);

2. But i am getting compile time exception.
The constructor SPSite(URL, NetworkCredentials, boolean) is undefined
3. Evn i added all required jars in classpath

What is the expected output? What do you see instead?

Simple demo code is not working
What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by subodhcj...@gmail.com on 16 Jul 2013 at 12:23