kinhong / OpenLabeler

OpenLabeler is an open source desktop application for annotating objects for AI appplications
Apache License 2.0
112 stars 11 forks source link

Failed to launch JVM #19

Closed cgotschlich closed 2 years ago

cgotschlich commented 3 years ago

After installation on Windows 10 using the .msi from the releases page I get the error "failed to launch JVM". Tried this on multiple machines and multiple jdks.

kinhong commented 3 years ago

Hmm... I was able to install and run version 1.3 on Windows 10. OpenLabeler uses its bundled JVM (version 15). Does the application log (under user-home\.openlabeler\logs) show anything errors?

cgotschlich commented 3 years ago

I cannot find the application log folder. The only OpenLabeler folder I do find is under (C:\Program Files\OpenLabeler), but there are on logs in there

kinhong commented 3 years ago

Have you looked under your [user-home]\.openlabeler\logs directory?

cgotschlich commented 3 years ago

I have. There is no .openlabeler folder in my home directory unfortunately.

kinhong commented 3 years ago

Could you post a screenshot of the exact failure?

cgotschlich commented 3 years ago

error

kinhong commented 3 years ago

Do you happen to have the Java Access Bridge installed on your machine?

cgotschlich commented 3 years ago

Yes, I have it installed and enabled

kinhong commented 3 years ago

Could you please disable JAB and try launching OpenLabeler again?

cgotschlich commented 3 years ago

I have tried that but it made no difference unfortunately

kinhong commented 3 years ago

I am assuming you can install/run other java programs without problem. I would suggest cloning and building this project, then run it using the Windows command prompt. Hopefully, you will get more diagnostic information.