Jump to content

Adding dl4j in my projet broke the build


nyzra

Recommended Posts

Hello everyone , I am trying to develop an AI controlled player with the help of dl4j using reinforcement learning.

 

Unfortunatly when i try to add it to my gradle as shown in this link

My Build won't work with this error:

A problem occurred starting process 'command 'C:\Program Files\Java\jdk-17\bin\java.exe''
> Could not start 'C:\Program Files\Java\jdk-17\bin\java.exe'
  > Cannot run program "C:\Program Files\Java\jdk-17\bin\java.exe" (in directory "E:\minecraft_mod\build\reobfJar"): CreateProcess error=206,The filename or extension is too long
    > CreateProcess error=206, The filename or extension is too long

I litteraly just spent 4 hours searching for solutions but none of them would work.

The command size limitation made by windows is creating this error , there is a workaround in intelliJ , name "Shorten command lines" but it is only for application lauching.

I found  this solution for gradle but it also doesn't work.

Most of the solution that i found were used for spring application using gradle so i am afraid it need more configuration for forge or it just won't work.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.