Hi, > When I replace freenet.jar with the latest snapshot .jar containing the > new node, I get a "Main Class Not Found" error.
The problem is that new versions of Freenet start in freenet.node.Main and not in Freenet.node.Node anymore. So edit your FLaunch.ini and change every 'Freenet.node.Node' by 'freenet.node.Main' (it is case sensitive). > Do I maybe need to delete my datastore first? You should delete your 'cache_xxxxx', 'store_xxxxx' and 'store_xxxxx.swap' files as well as the 'stats' directory (they should be in the 'store' directory by default). After this, start Freenet and wait for the new datastore to be created. Please not that the new version of Freenet does not recognize the 'storePath' option so your datastore will be created in the main Freenet directory. If you want to change this, simply change the 'nodeFile' and 'storeFile' options in your freenet.ini. > Thanks, No problem ;) Nels _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
