[progress Communities] [progress Openedge Abl] Forum Post: Re: Error On Compiling Class...

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
Your class name probably doesn't match the file name case. Unix file systems are case sensitive and first reference to classes during compile has to match. Either consistently use camel case or consistently use lower case in both the file names and the source code.

Continue reading...
 
Status
Not open for further replies.
Back
Top