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

javadoc error

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Guys,
I am trying to generate javadoc using command line option "-link http://java.sun.com/j2se/1.3/docs/api/@package.txt". But I am getting en error like "Error fetching URL: http://java.sun.com/j2se/1.3/docs/api/package-list". This is due to proxy problem.I am behind the proxy.
Please give me solution how to overcome this problem?.
Thanks,
Reddy.
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi G.T.
Please don't cross post. I see you have also posted this in the Java in General (Intermediate) forum in this thread.
Mr Skjelvik's post is what I would have proposed to you (although I would have used a command line example rather than an ant example).
Since the other thread has the answer, I am going to close this thread.
Regards, Andrew
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic