JAR file folder OUT is missing

Answered

Hi All,

By mistake the "out" folder which hold the JAR file got deleted. Anybody knows how to restore that? or Any other way to export the JAR to local. For new projects also this folder is not coming. Tried by reinstalling IJ. But not working. Still the out folder is missing.

I am developing Spark Scala app. 

 

 

0
3 comments

Hello,

For Maven project "target" folder is used for compiled code. But still "out" folder will be suggested by default when you create new artifact.

1
Avatar
Permanently deleted user

Hi Yaroslav Bedrov,
After project build, this "out" folder will create automatically.right? For me it is not showing. Build got completed successfully. But the output file path out/artifact/ is missing.

0

Folder will by created automatically if you have artifact configured in "Project Structure | Artifacts" and "Include in project build" option is enabled. Otherwise you need to run "Build | Build Artifact..."

0

Please sign in to leave a comment.