Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JBuilder delete imported classes

Status
Not open for further replies.

botatun

Programmer
Mar 7, 2006
40
0
0
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top