0

I am searching for the method called NetworkManager.RecursiveDelete(). Do you know where I can find it in JXTA 2.6?

I began to search for NetworkManager in JXTA but I can not find it. In JXTA 2.5 it was very easy to find the diffrent classes. I hope you have a piece of advice.

Alex
  • 75
  • 1
  • 9

1 Answers1

3

This version of the jxse 2.6 jars at kenai has the net.jxta.platform.NetworkManager class with the methods you're looking for.

Is that the same one you're using?

JoseK
  • 31,141
  • 14
  • 104
  • 131
  • I can find it here http://java.net/projects/jxta-jxse/sources/svn/content/tags/2.6/jxse/src/main/java/net/jxta/platform/NetworkManager.java?rev=1103 But not in my Netbeans. – Alex Apr 23 '12 at 10:02
  • @Alex: is it the same jar - wanna download it again? – JoseK Apr 23 '12 at 10:50