I install 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 reference utility.RefCls
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 deleted utility.RefCls from c:\Output\classes.
Why is it happened? Is it because it trial version or I should change some settings?
I created 2 projects:
1. Utility with class RefCls.
2. Test01 with class Call_Utility, which reference utility.RefCls
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 deleted utility.RefCls from c:\Output\classes.
Why is it happened? Is it because it trial version or I should change some settings?