Results 1 to 2 of 2
- 08-13-2008, 08:42 PM #1
Member
- Join Date
- Aug 2008
- Posts
- 46
- Rep Power
- 0
why my url string is changed in runtime ?
I have a string
String cameraStreaming = "h.ttp://142.22.58.150//axis-cgi/mjpg/video.cgi?camera=&showlength=1&resolution=704x480" ;
(NB. I added the point after the h because the forum does not allow me to write links)
I got the following error:
java.io.FileNotFoundException: h.ttp:/142.22.58.150/axis-cgi/mjpg/video.cgi?camera=&showlength=1&resolution=704x480 (No such file or directory)
I noticed that there is only one "/" after http: ... why ??? how can i solve this ?
thanks
- 08-13-2008, 09:46 PM #2
Similar Threads
-
Why the panel text changed?
By ottawalyli in forum AWT / SwingReplies: 1Last Post: 12-17-2007, 05:56 AM -
Why the panel text changed?
By ottawalyli in forum SWT / JFaceReplies: 0Last Post: 12-16-2007, 04:16 PM -
How to cast an Object into a specific type (Integer/String) at runtime
By mailtogagan@gmail.com in forum Advanced JavaReplies: 2Last Post: 12-03-2007, 01:04 PM -
Using java.util.Scanner to search for a String in a String
By Java Tip in forum Java TipReplies: 0Last Post: 11-20-2007, 04:59 PM -
Strings are immutable yet they can be changed ?
By anjanesh in forum New To JavaReplies: 4Last Post: 05-19-2007, 03:08 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks