• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Browser's problem

 
Greenhorn
Posts: 15
Eclipse IDE Firefox Browser Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my browser don't show the images included in my project.they show cross red marks (X) behalf on images. these are those images that user input by using brows button from system.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That either means that URL to those images is bad, or the image files themselves are corrupt.
 
shubhank khare
Greenhorn
Posts: 15
Eclipse IDE Firefox Browser Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bear Bibeault wrote:That either means that URL to those images is bad, or the image files themselves are corrupt.



so how could i handle it.
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Find out which is bad and fix it. You haven't given us anywhere enough information to help.

Did you try to open the image files yourself?
Did you try to open the URLs directly in the browser?
 
shubhank khare
Greenhorn
Posts: 15
Eclipse IDE Firefox Browser Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Find out which is bad and fix it. You haven't given us anywhere enough information to help.

Did you try to open the image files yourself?
Did you try to open the URLs directly in the browser?

i got a error in page .can you please help me


Illegal Argument Exception: URL Decoder: Illegal hex characters in escape (%) pattern - For input string: "=p"
at java.net.URL Decoder.decode(Unknown Source)
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does this have to do with the original problem?

The error means that the string being decoded has not been properly encoded in the first place.
 
shubhank khare
Greenhorn
Posts: 15
Eclipse IDE Firefox Browser Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bear Bibeault wrote:What does this have to do with the original problem?

The error means that the string being decoded has not been properly encoded in the first place.




thanks bear for helping me
 
reply
    Bookmark Topic Watch Topic
  • New Topic