Import Java projects Follow
Hi,
I know I can paste some Java code and have it imported as BaseLanguage. I was wondering if there is some way to import a medium-large codebase of Java code.
Related question: Is it possible also to import conveniently a bunch of JARs?
I know I can paste some Java code and have it imported as BaseLanguage. I was wondering if there is some way to import a medium-large codebase of Java code.
Related question: Is it possible also to import conveniently a bunch of JARs?
Please sign in to leave a comment.
For the source code I have seen that I can select a Solution and from the context menu select "Get Module Contents from Source". There are some problems with this options (not everything is imported correctly).
For the jars I will do as you suggest, thank you!
My goal is to import projects and then evolve the basecode as I add extensions to the language.
Try migration scripts to find some patterns in the code and transform them into your concepts automatically.