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

jartobundle script is only supported for JDK 8 #2994

Open
Gayanthakaushal opened this issue Jun 11, 2021 · 0 comments
Open

jartobundle script is only supported for JDK 8 #2994

Gayanthakaushal opened this issue Jun 11, 2021 · 0 comments

Comments

@Gayanthakaushal
Copy link
Contributor

Description:
The existing jartobundle script is only supported for JDK 8 due to this condition.
jdk_18=$JAVA_HOME/bin/java -version 2>&1 | grep "1.[8]"if [ "$jdk_18" = "" ]; then echo " Starting WSO2 Carbon (in unsupported JDK)" echo " [ERROR] CARBON is supported only on JDK 1.8" exit 1 fi
Due to this condition, we cannot convert a Jar file to an OSGi bundle using another JDK version. Therefore we need to fix it.

Suggested Labels:
EI-6.6.0, SP-4-4.0

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