twilio / starter-java

A starter app for Java developers embarking on their first Twilio quest!
MIT License
22 stars 37 forks source link

Unable to run on my Windows 10 Pro machine #28

Open mjbanvard opened 3 years ago

mjbanvard commented 3 years ago

Just joined the Guild today. I have a beginner's level of coding experience.

The following is from my terminal through VSCode.

PS C:\Users\13146\starter-java> java -jar target/starter-java-with-dependencies.jar 
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
PS C:\Users\13146\starter-java> 

I have Jave 8, 11, 13, and 14 on my machine. I just did a "set path" to the 1.8 LTS bin directory, and it did not change the result.

Suggestions?