Hi all,
i'm trying to install tizen studio on MacOs 10.13, i downloaded the package, opened it, double clicked on the installer, and nothing happens it doesn't start.
Then i tried to install using the CLI installer, but in that case it doesn' t start with this exception (maybe they are related):
./web-cli_Tizen_Studio_2.0_macos-64.bin Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58) Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Logger at org.tizen.installer.cli.CLIMain.main(CLIMain.java:142) ... 5 more Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Logger at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
Does anyone has the same problem?
I installed oracle jdk 9.
Update:
Just tried also 1.3 and i have the same problem