node-java icon indicating copy to clipboard operation
node-java copied to clipboard

Could not create class (Electron)

Open Komar0ff opened this issue 2 years ago • 1 comments

Hi all, I am writing an application using electron + node-java. For building I use electron forge.

What is the problem? When building electron-forge make, the application is built without visible problems, but the functionality related to node-java does not work. The error I get in the console looks like this:

Uncaught Error: Could not create class ...
java.lang.NoClassDefFoundError.

Looking at the stack trace I came up with the following line:

var clazz = java.findClassSync(name); // TODO: change to Class.forName when classloader issue is resolved.

Looked in java.classpath, all the paths are correct Question: Is there a solution to this problem?

Komar0ff avatar Oct 18 '23 10:10 Komar0ff

The same problem cc @joeferner 🙌

RakhimAimaganbetov avatar Oct 19 '23 09:10 RakhimAimaganbetov