當試圖啓動一個非常簡單的程序,我收到錯誤「無法實例化類型One2OneChannel」上線6爪哇 - 無法實例One2OneChannel
import org.jcsp.lang.*;
public class main {
public static void main(String[] args)
{
One2OneChannel chan = new One2OneChannel();
}
我已經看到了其他計劃,如類型一個在這裏http://www.di.unipi.it/didadoc/labIII/ONLINE/jcsp-docs/jcsp/plugNplay/Merge.html人們已經成功創建了新的One2OneChannels,並使用了我嘗試使用的相同代碼。
我會做什麼錯?
感謝
亞歷
您是否檢出了此文檔。根據這個One2OneChannel是類型接口,而不是一個類。 [鏈接](http://www.cs.kent.ac.uk/projects/ofa/jcsp/jcsp-1.1-rc4/jcsp-doc/org/jcsp/lang/One2OneChannel.html) – christopher 2013-02-26 00:39:01
http:// www .cs.kent.ac.uk/projects/ofa/jcsp/jcsp1-0-rc7/jcsp-docs/jcsp/lang/One2OneChannel.html – Alex 2013-02-26 00:40:53