You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E:\sdkj4_with_deps>java -version
java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
When trying to use jar as a library or run via command line/IDE i get the following error:
E:\sdkj4_with_deps>mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: E:\apache-maven-3.6.3\bin..
Java version: 1.8.0_271, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_271\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
E:\sdkj4_with_deps>java -version
java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
When trying to use jar as a library or run via command line/IDE i get the following error:
E:\sdkj4_with_deps\target>java -jar sdk4j-with-dependences-1.0-SNAPSHOT.jar
Error: Could not find or load main class com.openkm.Main
When added to "C:\Program Files\Java\jdk1.8.0_271\jre\lib\ext" i am unable to import any of the sdkj4.
The text was updated successfully, but these errors were encountered:
That's because does not exist a main class in the jar file, these are libraries to be used with another applications ( or build your own ). I suggest read:
POM.txt
log.txt
E:\sdkj4_with_deps>mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: E:\apache-maven-3.6.3\bin..
Java version: 1.8.0_271, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_271\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
E:\sdkj4_with_deps>java -version
java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
When trying to use jar as a library or run via command line/IDE i get the following error:
E:\sdkj4_with_deps>mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: E:\apache-maven-3.6.3\bin..
Java version: 1.8.0_271, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_271\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
E:\sdkj4_with_deps>java -version
java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
When trying to use jar as a library or run via command line/IDE i get the following error:
E:\sdkj4_with_deps\target>java -jar sdk4j-with-dependences-1.0-SNAPSHOT.jar
Error: Could not find or load main class com.openkm.Main
When added to "C:\Program Files\Java\jdk1.8.0_271\jre\lib\ext" i am unable to import any of the sdkj4.
The text was updated successfully, but these errors were encountered: