2020-10-01 14:24:09
Topic starter
A developer has an EPT open in the SDK. The settings about which modules to access are located in the .classpath file. However (unlike a module) an EPT gets built when the EPT is uploaded to the server. Will the EPT use its .classpath settings for accessing modules after upload? Or will it read that information from the server?
.classpath is used only within studio for in-studio compilation, i.e. to help them find compile errors/etc before they actually build/load the EPT from command line or "submit" button
The server ignores .classpath entirely, it is not used at runtime outside of studio.