INFO: ufdw_j4k2_64bit.dll not loaded.
已回答
Im doing a java application with a kinect device but when i tried to run the proyect it appears INFO: ufdw_j4k2_64bit.dll not loaded. and idk why this happends. And when i run it this appears in the log. I tried already use my kinect with another program and it works. If some one could help me plz.
2021-12-22 01:40:50,831 [ 160140] INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2021-12-22 01:40:51,018 [ 160327] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: E:/Programs/IntelliJ IDEA Community Edition 2021.3/plugins/java/lib/jps-launcher.jar;E:/Java/java_8/lib/tools.jar
2021-12-22 01:40:51,224 [ 160533] INFO - s.CompilerReferenceServiceBase - backward reference index reader is closed
2021-12-22 01:40:51,224 [ 160533] INFO - nCompilerReferenceIndexStorage - KCRI storage is closed (didn't exist)
2021-12-22 01:40:51,287 [ 160596] INFO - s.CompilerReferenceServiceBase - backward reference index reader is opened
2021-12-22 01:40:51,288 [ 160597] WARN - nCompilerReferenceIndexStorage - kotlin-data-container is not found
2021-12-22 01:40:51,300 [ 160609] INFO - lij.compiler.impl.CompilerUtil - COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 473 ms: 0 min 0sec
2021-12-22 01:40:51,451 [ 160760] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: E:/Programs/IntelliJ IDEA Community Edition 2021.3/plugins/java/lib/jps-launcher.jar;E:/Java/java_8/lib/tools.jar
请先登录再写评论。
Hello,
Did you run another application on the same PC? Please check that the same dependencies are added in both projects.
Ty I compared the two applications and i solve the problem
You are welcome!