I installed a trial version of JBuilder 2005 on my test computer.
I created 2 projects:
1. Utility with class RefCls.
2. Test01 with class Call_Utility, which imported and instantiated utility.RefCls class
Both projects output directory is out of JBuilder (jbproject folder) and located in c:\Output\classes
When I compiled test01.Call_Utility it was created, but it also got deleted utility.RefCls from c:\Output\classes.
There are no problems, if I use default project output path,
but I would like to use another directory.
Why didn't it work? Is it because of a trial version or should I change some settings?
I created 2 projects:
1. Utility with class RefCls.
2. Test01 with class Call_Utility, which imported and instantiated utility.RefCls class
Both projects output directory is out of JBuilder (jbproject folder) and located in c:\Output\classes
When I compiled test01.Call_Utility it was created, but it also got deleted utility.RefCls from c:\Output\classes.
There are no problems, if I use default project output path,
but I would like to use another directory.
Why didn't it work? Is it because of a trial version or should I change some settings?