Hello All,
Till now my java app was running on Windows and now I need to move it to Linux. On Windows I had mappings.jar in root folder of C drive. I'm not sure where should I move this file in Linux so that my app finds it. Really appreciate any suggestions. Thanks
public Document[] loadMappings(String s)
// value of s will be mappings.jar
inputstream = ClassLoaders.getInputStream("file:/".concat(String.valueOf(String.valueOf(s))));
Till now my java app was running on Windows and now I need to move it to Linux. On Windows I had mappings.jar in root folder of C drive. I'm not sure where should I move this file in Linux so that my app finds it. Really appreciate any suggestions. Thanks
public Document[] loadMappings(String s)
// value of s will be mappings.jar
inputstream = ClassLoaders.getInputStream("file:/".concat(String.valueOf(String.valueOf(s))));