Olá,
estou tentando ler um arquivo que está no caminho
http:\localhost:8080\r7-card\html\A.html
e estou usando a rotina
location =Propertie.getPropertie().getProperty("http:\localhost:8080\r7-card\html\A.html");
file = new File(location);
fis = new FileInputStream(file);
bis = new BufferedInputStream(fis);
dis = new DataInputStream(bis);
e está me dando o erro abaixo o que estou fazendo de errado…abs
java.io.FileNotFoundException: http:\localhost:8080\r7-card\html\A.html (A sintaxe do nome do arquivo, pasta ou nome do volume está incorreta)