File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes cannot get program to run (streams) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "cannot get program to run (streams)" Watch "cannot get program to run (streams)" New topic
Author

cannot get program to run (streams)

sorcha kripshaw
Greenhorn

Joined: May 02, 2002
Posts: 5
i have written a simple program with streams which works fine on other computers but i cannot get it to run on my home computer - keep getting an 'error creating streams' message.
i know it's something to do with my computer definitions or setup but have no idea what.
i'm using a win2000 connected by local home network to another computer - the other computer has a cable connection to the Internet and a small proxy server allowing my computer to connect to the internet as well. could this be responsible (the proxy?)
please help
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
Check your Browsers proxy settings.
In IE you would look int Tools/Internet Options/Connections etc.
(then it gets a bit blurry for me )


"JavaRanch, where the deer and the Certified play" - David O'Meara
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: cannot get program to run (streams)
 
Similar Threads
simple socket programming
JBOSS - Disable HTTP Proxy Server Caching
Getting IE proxy settings
Download problem
Why does even the http://localhost:8080 test fail at other location????