javasource/com/mendix is not supported anymore in Mendix 7

0
We like to migrate our Mendix project from version 6.10.10 to the latest Medix 7 version. We are using a lot of java functions that are placed in the javasource/com/mendix folder of our project. I read that in Mendix version 7 the javasource/com/mendix folder is not supported anymore. What solution do you recommend for solving this problem?
asked
1 answers
2

Hi Nanny,

You can always copy paste the missing Java files from your com/mendix folder to a new folder that you've created yourself in the javasource folder. Best thing to do is make a branch for your migration and use Eclipse to check what Java actions break. This should give you a clear view on what you specifically need to solve.

answered