What are procedures on upgrading javaparser-core.jar? #130
IdeaHunter
started this conversation in
General
Replies: 1 comment
|
Hi, sorry I missed this discussion when you originally posted it. Better late than never... I have upgraded javaparser via now using IKVM's MavenReference, although I don't expect this to be a permanent solution. I'd like to bring Java parsing in-app via ANTLR at some point, but that's a large undertaking. For now, I've got it upgraded to the latest version for the 4.0 release that I'm finishing up now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I did the following:
0) Bumped IKVM to newer version and verified its working and have no performance degradations
Although its working, for sore reason its magnitude slower that javaparser-core-3.25.4.jar
Did i missed some steps?
All reactions