• 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

Basic doubt - How to use Eclipse

 
Ranch Hand
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

please,

there is a gilr that asked me for a way to show a view of the program developed (e.g Dreamweaver, an HTML page is shown during the development...) can be
a Eclipe's plugin?

regards,
André AS
São Paulo - Brazil
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Andre'
Your question would be better suited on the IDE forums. I will move this thread there for you.
CarefullyChooseOneForum

I hope the girl is cute
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a built in browser for eclipse.
Right click on the html page->Open with->Web Page Editor
 
André Asantos
Ranch Hand
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi,
interesting...

I believe the suggestion open with does not work... I tried that but I did not get to do...

Thanks in advance!




take care,
AS
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It might not work if you don't have the right plugins installed in Eclipse. Are you using the plain Eclipse; do you have things like the Web Tools Platform (WTP) installed and other Java EE development tools installed in your Eclipse?

You can install additional plugins in Eclipse by selecting Help / Install New Software.
reply
    Bookmark Topic Watch Topic
  • New Topic