chaokunyang commented on issue #2199:
URL: https://github.com/apache/fury/issues/2199#issuecomment-2875156760

   
   > I think its in linked java folder and need to build it but im kinda new to 
such cross language, it looks failing on getting ClassResolver.writeClassInfo, 
do you know how to fix it locally ?
   
   You could install fury java first by:
   ```bash
   cd java
   mvn -T10 clean install -DskipTests
   cd -
   ```
   
   Then you can execute scala tests:
   ```bash
   cd scala
   sbt +test 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to