Community
Participate
Working Groups
I installed, the UI on an AIX machine. I tried to launch an External Java Application on my local machine from the AIX machine. It could not launch, I got errors saying the class could not be found.
The problem happen on invalid working directory for remote launch scenario. It is decided to disable working directory for remote selection, and make sue setloation(null) for remote case. We will have to document this as a limitation in help content
After some investigation, generic Eclipse working directory UI composite cannot be disabled in remote case, but setlocation(null) for remote case can be done. As a result, working directory field has no effect for remote case and any input there will be ignored for any remote launch scenario. fixed in TPTP 3.3 and 4.0
verified, closing