How do I run my Java program in command prompt, my project was created in Intellij, and I am having difficulties running it in the command prompt...without using the Intelli
It looks like the class is in a package com.myexample.test. Try running
com.myexample.test
java com.myexample.test.myjava
from the project's bin directory
bin