Maybe a stupid question but I have two packages in eclipse and now I would like to move the one package into the other for better structure.
Now I tried move but tha
If you have com.company.foo and com.company.bar, and want to move foo into bar, then just rename com.company.foo to com.company.bar.foo.
com.company.foo
com.company.bar
foo
bar
com.company.bar.foo
If you package happens to have subpackages, tick Rename subpackages to move the subpackages as well.
Rename subpackages