User rating: 0
Joined: Fri 20 Nov, 2015, 10:54 Posts: 5 Location: France,
Hello,
I'm new to Ducascoy and in some sence in java too so I apology in advance for my basic question. 1) I want to use the standard library "import JSci.awt.DefaultGraph2DModel;"". How should I do for that (I guess I have to tell the platform where to find this library) ? 2) I have written my own library as a set of functions in a file named my_developped_functions.java in which there is a class named outils which is derived from IStrategy. As in question 1) I'd like to be able to use this set of functions in a standard strategy. Should I compile Outils and then derive all my strategies from Outils ?
Thank you.
API Support
Post subject: Re: Library integration in a strategy