#Cant run the file that was pulled from a github

1 messages · Page 1 of 1 (latest)

tawny patio
#

Me and my group made a github where we push our changes etc. I copied the link and did "get from VCS" in intellij and I can see the files and everything but for some reason I cant run them

bronze bobcatBOT
#

<@&987246527741304832> please have a look, thanks.

bronze bobcatBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.

Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.

long sage
#

you have the run selected on current file and i dont think you have any file selected

#

if you click the arrow you should see the available run configurations

#

if not youll have to go to the file which you want to run

tawny patio
#

do i create the class there

#

weird but i dont see any java or class option there

#

look

long sage
#

what build tool are you using? gradle, maven etc.

tawny patio
#

how do u check

long sage
#

if its maven you should have a pom.xml

tawny patio
unreal meteor
#

find the class that contains public static void main(String[] args)

#

when you open that file, intellij will show you a green arrow

#

press that to run it