I am trying to wrap my head around this one and need some advice/help.
I am using eclipse and have a large java project trying to wrap for B4J and it encompasses multiple package names with several classes in each package.
What is the best way to do this?
Do you separate the packages and their corresponding classes to individual projects (which results in errors due to the "import com.test.package.whatever") required from the assisting package(s)?
Do you move all the classes into one package?
Thanks for any help in advance.
I am using eclipse and have a large java project trying to wrap for B4J and it encompasses multiple package names with several classes in each package.
What is the best way to do this?
Do you separate the packages and their corresponding classes to individual projects (which results in errors due to the "import com.test.package.whatever") required from the assisting package(s)?
Do you move all the classes into one package?
Thanks for any help in advance.
Last edited: