• 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 to Connect JRUN4 in Eclipse 3.2 ??

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

I'm using eclipse 3.2 and Application server as JRUN4. So suggest me how to connect JRUN4 in Eclipse 3.2. Is there any plug-in available for this.If so give the downloadable path for that.

Thanks,
-Anil.
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know of any plugins, but if you start JRun with Java Remote Debugging enabled, Eclipse can connect to it. Just setup your debug session as a remote Java Application. "Remote" means via network communications - it doesn't literally have to be a separate machine.
[ September 06, 2007: Message edited by: Tim Holloway ]
 
Mothea Anil Kumar
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Thanks for your reply. But i don't know how to do this procedure.Can you please explain me of doing this.

Thanks,
-Anil
reply
    Bookmark Topic Watch Topic
  • New Topic