JAVAFx Build Failed

后端 未结 6 865
死守一世寂寞
死守一世寂寞 2020-12-17 00:50

I created an app with JavaFx for windows, which is really cool. I can run it from e(fx)clipse, everthing works fine, but I can\'t make a jar file from the project. I can exp

6条回答
  •  情歌与酒
    2020-12-17 01:38

    I also got the same issue

    
    	
    	
    		
    			
    				 
    				 
    			
    		
    	
    		
    	

    from this removed the .. in the middle like this

    --- file name="${java.home}\lib\ant-javafx.jar"---

    then i got basedir error

    for that i commented the basedir part and also chande the outdir path from ${basedir}

    \build/deploy" outfile="addressApp" nativeBundles="exe" updatemode="background" >

             <------ comment Here
            
    
            
            
        
    

    for the above i saw this https://github.com/reds-heig/logisim-evolution/issues/135

    After that build was successful and exe file was generated in deploy folder.

    Thanks StackOverflow Peeps

提交回复
热议问题