Questions tagged as 'io'

0
answers

FileOutputStream error when generating a PDF on NetBeans

I am working on a project where I use itext and fileoutputstream to generate a pdf , but when I import the library java.io I get an error:    can not find symbol class FileOutputStream How can I correct this error? A...
asked by 31.10.2016 / 07:03
2
answers

Read all the files in a folder

I want to go through all the files in a folder using java. How can I do it?     
asked by 21.07.2016 / 12:06
1
answer

How can I read the serial port's input values?

I'm trying to read the input values of port com , in specific COM3 , but it does not work. I tried the examples provided by the MS page, about the ports, but these simply do not receive data .. I have tried several codes, and d...
asked by 14.02.2018 / 18:34
1
answer

How do I start another operating system?

Maybe this does not come much to the case, but if you can help me, it would be very helpful since I do not know where to look ... It turns out that my teacher passed us an ADIOS.iso program that is on my pendrive now, this program is a virtual m...
asked by 11.03.2018 / 17:48
2
answers

How to save a text from an external .txt file in a string variable?

Hello, I am very new to the Java world and I have a small problem, I currently want to save a text from a .txt file in a variable String, but with the little knowledge I have of Java I did something very rudimentary that also does not work well...
asked by 21.11.2018 / 15:37
0
answers

Error: "The type java.io.ObjectInputStream can not be resolved. Is it indirectly referenced from required .class files?

When I run my Servlet in Eclipse , this error occurs:    "The type java.io.ObjectInputStream can not be resolved. It is indirectly referenced from required .class files" For the web application to be executed, I downloaded Apac...
asked by 21.12.2017 / 19:07