BlueJ import102x.IO [closed]

2019-09-20 09:59发布

I am new to BlueJ and I have an example of course grade class. The program was written in BlueJ IDE. It starts with the "import comp102x.IO; when I try to compile the program it does not work. It only points out to the .IO, part of the import comp102x.IO; by highlighting .IO;

Can you please advise what I have to do in order to compile my program?

Thank you so much in advance, Marek

标签: bluej
1条回答
叛逆
2楼-- · 2019-09-20 10:52

It sounds like you haven't added the library 'comp102x' to BlueJ, which is why the program won't compile: it can't find the library. To fix this, try going to View -> Preferences and go to the Libraries tab. Then click on the Add button and in the window that pops up, select the .jar or .zip file for the library and select open. After you restart BlueJ, the program should compile.

查看更多
登录 后发表回答