1. Change the code to pick the bundle as per application tilte, since bundles directory contains more than one installer.
2. Limit the AppName to 16 Characters in ServiceHintTest since "linux.bundleName" accepts only 16 characters.
3. Change the name of bundleName from "fooBar" to "foobar" because capital letters are not accepted.
4. --add-exports "java.desktop/com.apple.eawt=ALL-UNNAMED", both --add-exports and "java.desktop/com.apple.eawt=ALL-UNNAMED are seperate arguments to ArrayList instead of single argument in FileAssociationTest
4. export package com.rm.testapp which is missing in module-info.java, due to which file association test cases are failing.
2. Limit the AppName to 16 Characters in ServiceHintTest since "linux.bundleName" accepts only 16 characters.
3. Change the name of bundleName from "fooBar" to "foobar" because capital letters are not accepted.
4. --add-exports "java.desktop/com.apple.eawt=ALL-UNNAMED", both --add-exports and "java.desktop/com.apple.eawt=ALL-UNNAMED are seperate arguments to ArrayList instead of single argument in FileAssociationTest
4. export package com.rm.testapp which is missing in module-info.java, due to which file association test cases are failing.