UIIconFont with Over 2500 Icons it doesn't start

Xfood

Expert
Licensed User
Good morning,
I'm trying to start this jar
but it doesn't start, and I don't see any error messages,
I run this command:
c:\java\bin\java -jar c:\java\IIcon Chooser.jar

I also renamed to remove the space and launched like this, but nothing happened
c:\java\bin\java -jar c:\java\IconChooser.jar
1740481149145.png

any ideas?
I ask @fernando1987 if he can release the source, perhaps launching directly from b4j is more convenient and functional

 

fernando1987

Active Member
Licensed User
Hello,

If you're having trouble starting UIIconFont in B4A, follow these steps to resolve the issue:

1️⃣ Add Icon Chooser in B4A​

Inside the B4A IDE, add the following line to the ID configuration to quickly launch the Icon Chooser:



Add:
'**Icon Chooser *** ide://run?File=C:\Java\IconChooser.jar

🔹 How does this work?
Once you've added this line, you can open the Icon Chooser directly from the B4A IDE by holding Ctrl + Click on it. This will automatically execute IconChooser.jar, making it easier to select icons for the UIIconFont module.

2️⃣ Download the latest update​

Make sure you have the latest version of the UIIconFont module included in the ElevateUI package, as it contains important fixes and improvements.

📥 Download the latest version here:
🔗 ElevateUI - Latest Update

3️⃣ Verify and test​

  • Ensure that the IconChooser.jar file is located in the correct path (C:\Java\IconChooser.jar).
  • Try opening the Icon Chooser with Ctrl + Click in the B4A IDE.
  • Check if UIIconFont is now working correctly.
If you’re still experiencing issues, please share more details about the error so we can assist you further.

Hope this helps! 🚀

Important Reminder​

Icon Chooser is NOT a library. It is a B4J application compiled in Java 8.

Best regards.
 

Attachments

  • ExampleB4a.zip
    8.3 KB · Views: 22
  • ExampleB4j.zip
    1.9 KB · Views: 18
Last edited:
Top