Hi guys i am pretty new to Java. Currently i am having some problems with the importing of the necessary libraries to my java project in Netbeans. I placed the src folder which was in the zip file i downloaded from the java messenger library website into the folder containing my java project which i believe is the correct way to allow me to import and make use of the jml library classes in the project.
However there are quite a few errors one example is in my net.sf.jml.impl package the BasicMessenger.java class has an import net.sf.cindy.Session statement. But there is not such class in the zip file downloaded. Can anyone tell me where the problem may lie and am I integrating the JML library into my java project in the right way? hope I have explained my problem in a clear way thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys i am pretty new to Java. Currently i am having some problems with the importing of the necessary libraries to my java project in Netbeans. I placed the src folder which was in the zip file i downloaded from the java messenger library website into the folder containing my java project which i believe is the correct way to allow me to import and make use of the jml library classes in the project.
However there are quite a few errors one example is in my net.sf.jml.impl package the BasicMessenger.java class has an import net.sf.cindy.Session statement. But there is not such class in the zip file downloaded. Can anyone tell me where the problem may lie and am I integrating the JML library into my java project in the right way? hope I have explained my problem in a clear way thanks.