BruceEckel / OnJava8-Examples

Code Examples for the book "On Java 8"

Home Page:http://www.OnJava8.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for building and running the source code in IDEA

gongzelong0718 opened this issue · comments

Hi Bruce,

Will you consider to add support or instructions for building and running the source code in IDEA?
For the beginner, it is convenient to build and run the source code in IDEA.

But it seems that after importing the project, it does not show the run icon.
Are you writing all the source codes without modern IDE?

Here is what I got when I tried to run the main method in IDEA...

Screen Shot 2021-06-26 at 12 53 49 PM

The Gradle file was designed for standalone compilation, unfortunately.

Hi Bruce,

Will you consider to add support or instructions for building and running the source code in IDEA? For the beginner, it is convenient to build and run the source code in IDEA.

But it seems that after importing the project, it does not show the run icon. Are you writing all the source codes without modern IDE?

Here is what I got when I tried to run the main method in IDEA...

Screen Shot 2021-06-26 at 12 53 49 PM

i met the some preblem with you ~