※ 引述《philander (everlasting )》之銘言:
: Exception in thread "main" java.lang.NullPointerException
: at java.util.Properties$LineReader.readLine(Unknown Source)
: at java.util.Properties.load0(Unknown Source)
: at java.util.Properties.load(Unknown Source)
: at com.onionnetworks.fec.DefaultFECCodeFactory.<init>
: (DefaultFECCodeFactory.java:41)
: at com.onionnetworks.fec.FECCodeFactory.getDefault
: (FECCodeFactory.java:46)
: at JavaFecExample.main(javafecexample.java:87)
: 這啥? 我懷疑是我看不懂他的執行說明
http://lmgtfy.com/?q=java.lang.NullPointerException
Top Result: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/NullPointerException.html
Thrown when an application attempts to use null in a case where an object
is required. These include:
* Calling the instance method of a null object.
* Accessing or modifying the field of a null object.
* Taking the length of null as if it were an array.
* Accessing or modifying the slots of null as if it were an array.
* Throwing null as if it were a Throwable value.
Applications should throw instances of this class to indicate other illegal
uses of the null object.
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 65.87.177.87
討論串 (同標題文章)