JavaFX in Eclipse Helios: IllegalArgumentException (Css2Bin.java:44)

前端 未结 8 2177
闹比i
闹比i 2020-12-21 23:34

I got this error while trying to start and make javafx 2.0 in eclipse helios

Exception in thread "main" java.lang.IllegalArgumentException: expected         


        
8条回答
  •  -上瘾入骨i
    2020-12-22 00:32

    I had this same problem (in e(fx)clipse). I tried the solution mentioned above and still had the same problem. I added a new run configuration and pointed it directly to the class thar had Main and that worked for me.

提交回复
热议问题