I am currently working on extending a Java class library for which the source files are not available.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

I am currently working on extending a Java class library for which the source files are not available.

J.Pena
Sent on: 13 February 1998 at 3:34pm
X-Mailer: SurfRexx Sendnote Utility

The documentation illustrates the creation of one type of class instance as follows...

  i=new CustomObject();

.. that is, a constructor is called that requires no parameters. Now, in my NetRexx code I have:

  i=CustomObject()

and when I try to compile I get an Error: Cannot find constructor 'CustomObject'.
Currently the .class files are in the same directory as the NetRexx source file.
Any ideas anyone?


-------------
J.Pena
[hidden email]
-------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>