• 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

how can i use JDIC in jdk1.4

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I've to use JDIC( JDesktop Integration Components ) to display a web page in my swing application.

As of now i was using JEditorPane for the same but its performance is very poor and it's unable to show graphically rich web page. I guess its compatibility with HTML is very poor.

I'm using JDK1.4 on Windows XP.

Can someone please let me know how can i use JDIC in the environment mentioned above.

Where can i get JDIC API and all relevant .dll files and what are the corressponing classpath settings and placement of jdic.jar package which i would need to implement.

Any materialistic solution will be highly appreciated.

Thanks in Advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic