From 015184a2329a59d338bbbb23aa332ecae88f2522 Mon Sep 17 00:00:00 2001 From: Szum123321 Date: Sun, 6 Nov 2022 10:56:27 +0100 Subject: [PATCH] added dev notes --- DEV_NOTES | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 DEV_NOTES diff --git a/DEV_NOTES b/DEV_NOTES new file mode 100644 index 0000000..ee4c550 --- /dev/null +++ b/DEV_NOTES @@ -0,0 +1,3 @@ +NoClassDefFoundError in dev: + - Intellij appears to add Common Compress into the excluded path in dev environment. + To repair this go to Edit Configuration, select either server or client and remove common compress from Modify Classpath \ No newline at end of file