I got the following compiler warning. Is there any equivalent for the COPY RESOURCE functionality?
--W: Directive ignored: COPY RESOURCE; file = smSWLOGON.CO, line = 1783, col
Answer:
The isCOBOL compiler ignores the COPY RESOURCE statement to avoid creating a .jar file for each program.
We suggest putting the resouce files (.bmp for example) in the same folder as the .class files. You can create a myapplication.jar file that contains all .class and resource files.
For more information see the isCOBOL 2015 R1 Documentation: isCOBOL Evolve : The Basics : isCOBOL and Java : JAR Files and the Jar Utility
Authored
by: Veryant Support
This question has been viewed 8227 times so far.
Click
Here to View all the questions in isCOBOL General
category.
File Attachments
There are no attachment file(s) related to this question.
User Comments
There are no user comments for this question. Be the first to post a comment. Click Here