• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

problem in eclipse

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys...help
I am in a problem.While running the web project in eclipse i clicked Show Remote Systems view by mistake instead of Run As and my project is not working now.Please can anyone help me to disable Remote Systems view.Please help i have to submit my project tomorrow...
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi David,

Click on the open perspective button( a small square box) usually on the right top corner in eclipse window and select the perspective you want.
 
Saloon Keeper
Posts: 28764
211
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 code assertions, but since they're turned off by default, they don't get exercised nearly enough, especially in awkward locations like webapps.

Google, BTW is building up a set of contractual programming annotations that are like assertions on steroids. It's not ready for prime time just yet, but it's good enough to play around with.

It's called "Contracts for Java" and located at http://code.google.com/p/cofoja/


 
reply
    Bookmark Topic Watch Topic
  • New Topic