eclipse / eavp

Eclipse advanced visualization project
Eclipse Public License 1.0
9 stars 15 forks source link

VisIt default path for Mac is wrong #135

Closed SmithRWORNL closed 7 years ago

SmithRWORNL commented 7 years ago

The default path for VisIt on Mac is Applications/VisIt, but EAVP expects a path ending with the folder containing VisIt.app or the VisIt executable. The default path should be changed and, just for sake of easy use, the VisIt service should be able to accept paths to the VisIt.app.

SmithRWORNL commented 7 years ago

The default path was fixed by commit 2e8a104a070e588f605e19b6ab18d76be765593e. As the VisIt Java client handles the launching of the executable, we cannot change where we search for the executable, only adhere to the client's API.