The following code:
URL url = new URL("platform:/resource/MyProjectName")
...throws this:
Exception in thread "main" java.net.MalformedURLException: unknown protocol: platform
What am I missing?
The following code:
URL url = new URL("platform:/resource/MyProjectName")
...throws this:
Exception in thread "main" java.net.MalformedURLException: unknown protocol: platform
What am I missing?
Copyright © 2021 Jogjafile Inc.