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

Cannot export javadoc #20

Open
LWest001 opened this issue Jul 21, 2022 · 3 comments
Open

Cannot export javadoc #20

LWest001 opened this issue Jul 21, 2022 · 3 comments

Comments

@LWest001
Copy link

LWest001 commented Jul 21, 2022

Hello,
I receive the following issue when I use the export command in a workspace:

PS C:\Users\leowe\homework_07> &"undefined\bin\javadoc" -public -d "${WorkspaceRoot}\javadoc" -sourcepath "c:\Users\leowe\homework_07\src" -subpackages app test
& : The module 'undefined' could not be loaded. For more information, run 'Import-Module undefined'. At line:1 char:2
+ &"undefined\bin\javadoc" -public -d "${WorkspaceRoot}\javadoc" -sourc ...
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (undefined\bin\javadoc:String) [], CommandNotFoundException + FullyQualifiedErrorId : CouldNotAutoLoadModule

How can I resolve?

@enzofrnt
Copy link

enzofrnt commented Apr 3, 2023

Same kind of issue for me

@rafacampoamor
Copy link

Same in Mac OS

@LeducNic
Copy link

I think setting JAVA_HOME environment variable could help solve the problem.

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

4 participants