Typically, such stations are under your User Home, under the stations folder.

One or more errors result in the Console area at the bottom. Often all possible errors are not included, as the compiler stops on failure and outputs an error. Therefore, once you correct one or two errors, subsequent compile attempts may uncover other errors.

In this example, errors shown relate to the methods getOpenAlarms() and getRecord(BOrd) having moved from the BAlarmService class to a new AlarmSpaceConnection class, located in the javax.baja.alarm package of the alarm module. To fix this, you would need Developer-level documentation on “breaking changes” in
Depending on the Program object, other possible compile errors may require changes in its package import definitions (Imports tab).