I just started using COMSOL, so I don't know much, but I tried to automate the COMSOL process by exporting the COMSOL file to Eclipse, but I ran into the following problems
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.comsol.nativejni.util.FlLicense.initWS0(Lcom/comsol/nativejni/CPointer;)V at com.comsol.nativejni.util.FlLicense.initWS0(Native Method) at com.comsol.nativejni.util.FlLicense.<init>(SourceFile:71) at com.comsol.nativejni.util.FlLicense.getInstance(SourceFile:146) at com.comsol.nativeutil.d.c.<clinit>(SourceFile:22) at com.comsol.nativeutil.d.b.k(SourceFile:614) at com.comsol.model.util.ServerModelUtil.create(SourceFile:42) at com.comsol.model.util.ModelUtil.create(SourceFile:83) at comsol.demo.run(demo.java:10) at comsol.demo.main(demo.java:31)
I've tried configuring environment variables,''''C:\Program Files\COMSOL\COMSOL54\Multiphysics\lib\win64'''',But I failed in the end