Search:

Type: Posts; User: adeel322

Search: Search took 0.68 seconds.

  1. Re: JavaFx jar file does not load icon from its assets

    ok thanks.
    one more question please
    I am using 2 languages in my project.When i run the project on Intelij and change language it,s working fine.Default language is English and other is...
  2. Re: JavaFx jar file does not load icon from its assets

    There is not java code in which icons are called and implimented.We use only links to call our css,icons and fonts etc.we make classes in css and link them
  3. Re: JavaFx jar file does not load icon from its assets

    links to css
    <link rel="icon" href="assets/images/logo-icon.png" type="image/x-icon">
    <!-- Bootstrap core CSS-->
    <link href="assets/css/bootstrap.min.css" rel="stylesheet" />
    <!--...
  4. Re: JavaFx jar file does not load icon from its assets

    3535

    Link to css

    Below link to icon class
    3536

    Here is below my assets screenshot
    3537
  5. Replies
    1
    Views
    821

    Exe show class output/Main not found

    I am running my code using Intelij IDE it,s running fine when i have bundle it into exe file using Intelij it show class output/main not found.In manifest the output/Main already mentioned.Really...
  6. Re: JavaFx jar file does not load icon from its assets

    3532

    All the content like css,fonts are placed in assets
  7. JavaFx jar file does not load icon from its assets

    I am running my code using Intelij IDE.The code is running fine but when i convert it into jar it does not load icons from its assets
Results 1 to 7 of 7