Skip to content

Commit a3ab1bc

Browse files
Merge pull request #14 from cicsdev/gen-class-doc-update
Add statement regarding generated jar files
2 parents e9fe0af + 6d2b5b5 commit a3ab1bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,13 @@ Complete Eclipse projects demonstrating how to use the JCICS API in an OSGi JVM
2727
1. Define and set a CICS Target Platform for the workspace using the menu Window -> Preferences -> Target Platform.
2828

2929

30+
## Generated resources
31+
32+
Several sample projects manipulate binary structures and utilize Java classes generated using the JZOS
33+
record generator. The generated classes can be found packaged in a jar file, found in the `lib/` subdirectory
34+
of the relevant project. Only the compiled helper classes are required to compile and run the application,
35+
however the generated source files are included for reference.
36+
37+
If you are manually adding source files to your development environment, you will need to add the generated
38+
jar file to the classpath in order to compile the samples.
3039

0 commit comments

Comments
 (0)