MuleSoft : Unable to locate file when code moved to CloudHub. Could someone please help. I have read you recommendation but not able to understand that. I have to read one json file in cloudhub. In my local repositories I have kept the .json file in location test/src/main/resources/input.json. And reading this from Java Class
private static final String jsonFilePath = "src\main\resources\input.json";
byte[] jsonFile = Files.readAllBytes(Paths.get(jsonFilePath));
Any help will be appreciated.