OnJava8-Examples icon indicating copy to clipboard operation
OnJava8-Examples copied to clipboard

How to append the root directoory to the classpath

Open XiaoluJiayou opened this issue 2 years ago • 1 comments

Hello, BruceEckel! When I run the code in Intellij IDEA will generate errors. But you have saying that append the root directory to the classpath will take it. So, How to setting the correct directory in my CLASSPATH. Could you give me a example , Thank You !!!!!

XiaoluJiayou avatar Jun 05 '23 13:06 XiaoluJiayou

Here is my manually method in IDEA v2023.2.1: File-> Project Structure -> Project Setting.Modules ->[unfold 'OnJava8-Examples'] -> ITEM.main -> [edit 'Source Folders' to that ITEM-NAME] next you can follow by linter(eg, add package name to head).

PS. modification that you need to do.

Gehbt avatar Sep 02 '23 07:09 Gehbt