Creating a desktop icon using JWS JNLP for a JavaFX app

前端 未结 5 1018
傲寒
傲寒 2021-01-13 00:53

I am trying to get a custom destop icon to be displayed for my app but for some reason no matter what I do the same default java icon shows up. I have tried everything I can

5条回答
  •  独厮守ぢ
    2021-01-13 01:29

    I suppose the problem in your case is the missing CODEBASE attribute. See one working snippet:

    
    
      
        Sweet Home 3D
        eTeks
        
        Sweet Home 3D
        Arrange the furniture of your house
        
        
        
        
          
          
        
        
      
    

提交回复
热议问题