Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
charts4jのチャートを使用する必要があるプロジェクトがあります。このソースコードをコンパイルしようとしましたが、このエラーが発生しました..
「javax.imageio.IIOException: URL から入力ストリームを取得できません!」
ここでこのエラー:
JLabel label = new JLabel(new ImageIcon(ImageIO.read(new URL(urlString))));
なぜエラーが発生するのかわかりません..