I have a java application. Which needs json object to start the app. In my local environment I pass this through VM options but not able to figure out this in cloud foundry.
I tried passing in .profile file but it did not work. In this file I provide export variablename="{jsonObject}"
Any help will be appreciated.
Thank you