>927 エラー内容を見直してみました。 JSPファイル: /pc/pc_main.jsp の中の24行目でエラーが発生しました Type mismatch: cannot convert from long to int 21: File objFld=new File("./img"); 22: File[] aryFls=objFld.listFiles(); 23: long n = Math.round(Math.random() * aryFls.length); 24: out.print("<img src=./img/" + aryFls[n].getName + " border='0'>"); 25: %> JSPファイル: /pc/pc_main.jsp の中の24行目でエラーが発生しました getName cannot be resolved or is not a field 21: File objFld=new File("./img"); 22: File[] aryFls=objFld.listFiles(); 23: long n = Math.round(Math.random() * aryFls.length); 24: out.print("<img src=./img/" + aryFls[n].getName + " border='0'>"); 25: %>