Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class WindowsPipe extends Pipe
try {
this.file = new RandomAccessFile(location, "rw");
} catch (FileNotFoundException e) {
LOGGER.error("Couldn't open IPCPipe. If you are using Java 22 or higher you might need to choose a lower version than Java 22.")
throw new RuntimeException(e);
}
}
Expand Down