coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Refactor ClassPath generation to use -cp commandline arguments instead of environment variables #233

Closed brianoliver closed 9 years ago

brianoliver commented 9 years ago

In some Windows environments, the use of environment variables to represent classpaths can cause Java Applications to fail to start. This is possibly due to environment variable resolution, but also system security settings.

By using -cp instead of environment variables we are ensured that once a cmd.exe has been started, we should be able to execute "java -cp", where as we might not be able to set environment variables.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-233

brianoliver commented 9 years ago

Reported by @brianoliver

brianoliver commented 9 years ago

Marked as fixed by @brianoliver on Wednesday, February 4th 2015, 12:28:44 pm