Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does nothing #910

Closed
wayneliu91 opened this issue Mar 6, 2023 · 3 comments
Closed

does nothing #910

wayneliu91 opened this issue Mar 6, 2023 · 3 comments

Comments

@wayneliu91
Copy link

MacBook Air M1 2020
MacOS 13.2.1
IDA community edition 2022.3.2
Custom VM Options

-Xmx8048m
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

then it does nothing

@zruzak
Copy link

zruzak commented Mar 6, 2023

I had the same issue. It seems you need = after --add-exports:

--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

@plumpy
Copy link
Collaborator

plumpy commented Mar 6, 2023

Hm, you're right. I'll update the README, sorry about that. (And thanks for figuring out the issue @zruzak.)

@plumpy
Copy link
Collaborator

plumpy commented Mar 6, 2023

Closing as a dup of #908

@plumpy plumpy closed this as completed Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants