By putting it in a sub-directory ('socks'), you've made it part of a package
called 'socks'. Hence you need:
package socks
at the start of your program (nosock.nrx). This is a Java requirement that
ensures that programs are what they are claimed to be.
(For more info, check the PACKAGE instruction in NetRexx documentation, and
also the section on how to use the compiler in NRINST.DOC. In general, your
source code tree needs to match the eventual package (Jar file) tree, to keep
Java happy.)
- - - - -
Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
mailto:
[hidden email] [
http://www2.hursley.ibm.com]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>