Skip to content

mutual dependent class not working #65 #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

mutual dependent class not working #65 #70

wants to merge 1 commit into from

Conversation

andrus
Copy link
Contributor

@andrus andrus commented Jun 14, 2025

@stariy95 , I was able to address a part of the issue - avoiding failures in the declaration snippet. However an attempt to instantiate one of the declared classes in the following cell still throws. So we need to dig a bit deeper.

new Animal();
java.lang.RuntimeException: java.lang.NoClassDefFoundError, REPL[/](http://localhost:8888/)$JShell$13$Animal
	at org.dflib.jjava.execution.CodeEvaluator.evalSingle(CodeEvaluator.java:144)
	at org.dflib.jjava.execution.CodeEvaluator.eval(CodeEvaluator.java:176)
	at org.dflib.jjava.JavaKernel.evalRaw(JavaKernel.java:337)
	at org.dflib.jjava.JavaKernel.eval(JavaKernel.java:342)
	at org.dflib.jjava.jupyter.kernel.BaseKernel.handleExecuteRequest(BaseKernel.java:383)
	at org.dflib.jjava.jupyter.channels.ShellChannel.lambda$bind$0(ShellChannel.java:64)
	at org.dflib.jjava.jupyter.channels.Loop.lambda$new$0(Loop.java:21)
	at org.dflib.jjava.jupyter.channels.Loop.run(Loop.java:78)
Caused by: jdk.jshell.EvalException: REPL[/](http://localhost:8888/)$JShell$13$Animal
	at .(#31:1)

@andrus andrus added this to the 1.0-a6 milestone Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant