Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-02-2007, 02:36 PM
Member
 
Join Date: Jul 2007
Posts: 51
mary is on a distinguished road
There's not enough memory to process the command. at java.io.FileInputStream
an exception appears when I enter too many words in other case works fine


Code:
BufferedReader brd = new BufferedReader(new InputStreamReader(System.in)); while (true){ String stsr = brd .readLine();

Code:
"Exception in thread "main" java.io.IOException: There's not enough memory to process the command. at java.io.FileInputStream.available(Native Method) at java.io.BufferedInputStream.read (BufferedInputStream.java:279) at sun.nio.cs.StreamDecoder$CharsetSD.readBytes (StreamDecoder.java:406) at sun.nio.cs.StreamDecoder$CharsetSD.implRead (StreamDecoder.java:446) at sun.nio.cs.StreamDecoder.read (StreamDecoder.java:180) at java.io.InputStreamReader.read (InputStreamReader.java:167) at java.io.BufferedReader.fill (BufferedReader.java:136) at java.io.BufferedReader.readLine (BufferedReader.java:299) at java.io.BufferedReader.readLine (BufferedReader.java:362) at testClient.main(testClient.java:43)
help please
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-03-2007, 07:17 PM
Senior Member
 
Join Date: Jun 2007
Posts: 164
Heather is on a distinguished road
maybe a better solution is to not use BufferedReader.readLine at all, and instead write your own "read line" code so you can have better control over how large amounts of data are accepted by your application.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java performance Issues (II) - Memory JavaForums Java Blogs 0 01-30-2008 02:01 PM
FileReader Vs FileInputStream and same goes to output unhurt New To Java 2 11-01-2007 02:29 PM
Unable to execute command line command in java LordSM New To Java 1 08-08-2007 01:23 AM
Java Heap Out of Memory Error stonkers New To Java 3 07-17-2007 05:43 PM
Linux process from java Ed New To Java 2 07-04-2007 06:03 AM


All times are GMT +3. The time now is 01:49 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org