gals and guys, I wanted to try and pick your brain...
# multiplatform
m
gals and guys, I wanted to try and pick your brain for any ideas re this odd issue we’re facing when launching the
server
and
test_client
, both JVM application projects, and attempting to make an API call from
test_client
to
server
the
server
throws a
java.lang.NoClassDefFoundError
it keeps doing the same until an external client executes the same request to the same
server
instance, which works as expected, after which the
server
responds normally to the requests from
test_client
the codebase is split into different components, like so:
Copy code
+ backend
| - server
| - test_client
+ frontent
| - ios
| - android
| - js
+ shared
| - common
| - common-ios
| - common-android
| - common-js
| - common-jvm
any ideas? :-/