I leveraged a youtube video (https://www.youtube.com/watch?v=l4_JIIrMhIQ) that created a "Java Project"(new project wizard in Eclipse IDE). A .store file was generated for ssl connectivity. Where do I place this file in a netbeans "Java" project directory in order for it to be able to be set as a system proerty so that it does not throw the following error caused by not being able to locate the file. (the other two options from research stated that it could be an incorrect password, wrong filename, or unable to find location, the first two are false so I assume the latter).
Exception in thread "main" java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default,...
Thanks