Re: [Java] Migration From Eclipse Questions

2019-11-30 Thread Oron Subayi
Thanks for replying Laszlo I think I need to elaborate a bit, since I think I described something wrong - Not an expert on these things : / So what I see [that is what I think I got wrong] is that the other projects were added under "classpath" tab in the Java application and not under the

Re: [Java] Migration From Eclipse Questions

2019-11-30 Thread Laszlo Kishalmi
Hi! That's available for the Ant based projects. Opent the project properties and see the Run section for profiles. In Maven you need to set up profiles in your pom. In Gradle you need to define several new JavaExec task for that. On 11/29/19 10:44 PM, Oron Subayi wrote: Hi : ) Trying to