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

Issues when changing the java version #115

Open
AbhayGoyal opened this issue Oct 16, 2023 · 0 comments
Open

Issues when changing the java version #115

AbhayGoyal opened this issue Oct 16, 2023 · 0 comments

Comments

@AbhayGoyal
Copy link

In the compile.sh file, the code written was javac does not contain the source or target java version. When I do mention them as follow :
javac -source 1.7 -target 1.7....., it shows me classpath error mentioning src is incorrect

This error does not show up when I do not mention the source and destination. But when I run the compile.sh as is, it says that the source should be 1.5 and above.

Could you please tell how I can fix it?

Thanks

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

1 participant