Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2873 > unrolled thread
| Started by | mmbell10 <mmbell101@gmail.com> |
|---|---|
| First post | 2013-12-25 20:24 -0800 |
| Last post | 2014-01-22 07:23 -0800 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.java.help
Java help please!!!!!!! mmbell10 <mmbell101@gmail.com> - 2013-12-25 20:24 -0800
Re: Java help please!!!!!!! Jeff Higgins <jeff@invalid.invalid> - 2013-12-26 13:24 -0500
Re: Java help please!!!!!!! Roedy Green <see_website@mindprod.com.invalid> - 2013-12-28 02:25 -0800
Re: Java help please!!!!!!! kharmonvet@gmail.com - 2014-01-22 07:23 -0800
| From | mmbell10 <mmbell101@gmail.com> |
|---|---|
| Date | 2013-12-25 20:24 -0800 |
| Subject | Java help please!!!!!!! |
| Message-ID | <1264108c-a4df-44d2-9e87-cc63f7756ae0@googlegroups.com> |
Java does not seem to agree with my computer. It used to work fine but now all programs that run java seem to have issues running. I have windows 8 and I have to download both 64 and 32 bit versions of java. I never had a problem with java up until now and I have done everything within my knowledge to fix the issue. Java 7 no longer runs correctly on my computer and I tried using Java 6 instead but it is all the same. The main reason I am doing this is for a minecraft server that I used to have running fine but now wont work because of java errors. I know its java because it states this error message in the server promt: [22:04:09] [Server console handler/ERROR]: Exception handling console input java.io.IOException: The handle is invalid at java.io.FileInputStream.readBytes(Native Method) ~[?:1.6.0_34] at java.io.FileInputStream.read(Unknown Source) ~[?:1.6.0_34] at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.6.0_34] at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.6.0_34] Me being uneducated about the program, does not know what to do to handle this. Any help is appreciated! Thanks
[toc] | [next] | [standalone]
| From | Jeff Higgins <jeff@invalid.invalid> |
|---|---|
| Date | 2013-12-26 13:24 -0500 |
| Message-ID | <l9hsd1$sbc$1@dont-email.me> |
| In reply to | #2873 |
On 12/25/2013 11:24 PM, mmbell10 wrote: > Java does not seem to agree with my computer. It used to work fine but now all programs that run java seem to have issues running. I have windows 8 and I have to download both 64 and 32 bit versions of java. > > I never had a problem with java up until now and I have done everything within my knowledge to fix the issue. Java 7 no longer runs correctly on my computer and I tried using Java 6 instead but it is all the same. > > The main reason I am doing this is for a minecraft server that I used to have running fine but now wont work because of java errors. I know its java because it states this error message in the server promt: > > [22:04:09] [Server console handler/ERROR]: Exception handling console input > java.io.IOException: The handle is invalid > at java.io.FileInputStream.readBytes(Native Method) ~[?:1.6.0_34] > at java.io.FileInputStream.read(Unknown Source) ~[?:1.6.0_34] > at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.6.0_34] > at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.6.0_34] > > > Me being uneducated about the program, does not know what to do to handle this. > > Any help is appreciated! > > Thanks > There seems to problems with the Minecraft server: Much recent activity around the web search terms: minecraft + "Server console handler/ERROR" + "Exception handling console input"
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-12-28 02:25 -0800 |
| Message-ID | <si9tb957igkujgcelrb2s7p3g7f2gh8b4t@4ax.com> |
| In reply to | #2873 |
On Wed, 25 Dec 2013 20:24:30 -0800 (PST), mmbell10 <mmbell101@gmail.com> wrote, quoted or indirectly quoted someone who said : >Java does not seem to agree with my computer. There is a distinction between a problem with Java, and a problem with a particular program written in Java. If the problem is with Java, you would usually see the problem in many different programs. Try running some other programs written in Java. see http://mindprod.com/products.html I think you will find the problem is with the Mimecraft server program. -- Roedy Green Canadian Mind Products http://mindprod.com Unlike many machines, computers require no water once they are manufactured.
[toc] | [prev] | [next] | [standalone]
| From | kharmonvet@gmail.com |
|---|---|
| Date | 2014-01-22 07:23 -0800 |
| Message-ID | <36d6773d-f3fd-4f5f-b1b3-0b4e4eda48d8@googlegroups.com> |
| In reply to | #2873 |
On Wednesday, December 25, 2013 8:24:30 PM UTC-8, mmbell10 wrote: > Java does not seem to agree with my computer. It used to work fine but now all programs that run java seem to have issues running. I have windows 8 and I have to download both 64 and 32 bit versions of java. > > > > I never had a problem with java up until now and I have done everything within my knowledge to fix the issue. Java 7 no longer runs correctly on my computer and I tried using Java 6 instead but it is all the same. > > > > The main reason I am doing this is for a minecraft server that I used to have running fine but now wont work because of java errors. I know its java because it states this error message in the server promt: > > > > [22:04:09] [Server console handler/ERROR]: Exception handling console input > > java.io.IOException: The handle is invalid > > at java.io.FileInputStream.readBytes(Native Method) ~[?:1.6.0_34] > > at java.io.FileInputStream.read(Unknown Source) ~[?:1.6.0_34] > > at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.6.0_34] > > at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.6.0_34] > > > > > > Me being uneducated about the program, does not know what to do to handle this. > > > > Any help is appreciated! > > > > Thanks I had this problem when I was starting Java Programming for my classes. You are doing everything right so far, by downloading both 32 bit and 64 bit versions. Next thing to do is check to see if you can download the access bridge. Also did you check your environmental variables. I have a google account but have a lot of mail through it, if you need help let me know. Email me at krh3910@hotmail.com. I might be able to help you out.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.help
csiph-web