DMelt Setup on Eclipse - smittal - 10-06-2015 12:48 AM
Hi,
I am trying to setup DMelt on my Eclipse Java project. I tried creating a normal project and imported DMelt-one jar which is approximately 94 Mb in size. While the code didn't give any errors but my Eclipse is taking too long (~15-20 mins) to finish building the project every time which is slowing my work down. Is there a better way to set up the project on eclipse to use Dmelt jar or is there any other jar independently available with dependent libraries which I can import into my project on need-basis. Thanks!
Best Regards,
Shrey
RE: DMelt Setup on Eclipse - admin - 10-10-2015 10:29 PM
Hello,
I would recommend, instead of using single jar, simply make a build.xml file that scan all jar files inside the directory "libs" of DMelt, and put it in CLASSPATH. Then use Eclipse to import build.xml as "Java project". I have not see any slow-down by doing this
best, T.Smaltsar
|