"Proper" way to build Ghidra while iterating small changes? #7038
Unanswered
hippietrail
asked this question in
Q&A
Replies: 1 comment 8 replies
-
If you want to do fast iterative development in the java code, i recommend you follow our instructions for setting up Eclipse. That's how the team develops. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm an old programmer who barely ever touched Java, now doing some Ghidra programming for fun.
I know learning how to use Java "properly" is a gigantic rabbithole so I just want to ask if I'm building it the right way or if there's something much smaller and faster I should be using?
Last week I downloaded the source and built it for the first time while doing other things and it worked fine. Then I put it away until today. Today I changed the name of one function to see how many errors would show up and built it the same way as last time, which I found on the Internet somewhere:
I was expecting it to be much fast since all the setup was done and a first build was done. It's on an external hard drive of my M1 MacBook Air. It took just over 20 minutes!
Can I do anything to make this fast enough to iterate experimental code changes?
Beta Was this translation helpful? Give feedback.
All reactions