'Can open fontawesomefx-glyphsbrowser- windows batch file
Can someone tell how to open font awesome font browser (linked below)- windows batch file.
when I double click, command is opening but it shows an exception and closing.
How can I know whats wrong even a documentation link would be very helpful?
https://github.com/Jerady/fontawesomefx-glyphsbrowser
thank you
Solution 1:[1]
I just fixed it by dragging and dropping the fontawesomefx-glyphsbrowser.file into cmd and hitting enter that showed the error which showed that my JAVA_HOME is not set up correctly.
Solution 2:[2]
Try this 1.0 version https://www.jensd.de/wordpress/?p=2498, the 1.3.0 version can't open.
Solution 3:[3]
I faced the same problem too but solved it by updating java, I used javacpl.exe (you'll find it in the C:\Program Files\Java\jre\bin or the location you installed your java in(the jre/bin folder) ) Then i updated my JAVA_HOME and JRE_HOME path in environment variables with the updated jdk and jre folder location. I then opened cmd and ran "java -version " to confirm that java was in path. lastly i executed the "fontawesomefx-glyphsbrowser.bat" file and it worked.
Solution 4:[4]
Hi Well i had this issue too and i fixed you go to the java Folder/ bin folder and search for jvm.dll (in my case i found jvm1.dll ) so you copy it and create a folder name it Server if you found it before just copy the jvm.dll in it if you find it jvm1.dll just rename it and magic happen ! hope that i helped you
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Amir |
Solution 2 | a442509097 |
Solution 3 | Hassan A |
Solution 4 | Samer |