-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
build-systemConcerns the build systemConcerns the build systemhas workaroundA workaround for the issue is available and contained in the issue description or comments.A workaround for the issue is available and contained in the issue description or comments.upstream-libraryIssue originates in an upstream libraryIssue originates in an upstream librarywindowsOccurs/concerns only on WindowsOccurs/concerns only on Windows
Description
Description
When running scenery examples from IntelliJ, the error CreateProcess error=206, The filename or extension is too long might occur. This is a known issue in IntelliJ.
Workaround
The problem can be solved by adding the following in .idea/workspace.xml:
<component name="PropertiesComponent">
...
<property name="dynamic.classpath" value="true"/>
...
</component>Should the .idea/workspace.xml file not exist, close and re-open the IntelliJ project. Sometimes IntelliJ does not write out project files right on first import.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
build-systemConcerns the build systemConcerns the build systemhas workaroundA workaround for the issue is available and contained in the issue description or comments.A workaround for the issue is available and contained in the issue description or comments.upstream-libraryIssue originates in an upstream libraryIssue originates in an upstream librarywindowsOccurs/concerns only on WindowsOccurs/concerns only on Windows