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

How to compile classes in myeclipse 6.0

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using myeclipse 6.0 /eclipse 3.2 for the first time and have not used any version of eclipes/ myeclipse befor.

I am not able to compile java programs in myeclipse, some one please help me.

thanks for All
 
author
Posts: 23959
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by mi blrin:
I am using myeclipse 6.0 /eclipse 3.2 for the first time and have not used any version of eclipes/ myeclipse befor.

I am not able to compile java programs in myeclipse, some one please help me.



Eclipse compiles automatically. As you are typing in the code into the editor, the compiler to should be compiler and flagging errors. You just need to run the program -- there is no need to do compilation, as eclipse does it for you.

Henry
 
Ranch Hand
Posts: 1374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In order to enable auto compile of your class files(*.java) you need to have 'Build Automatically' option selected.It is available under 'project' menu.
 
author & internet detective
Posts: 42135
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you get an error message or are you just looking for a "compile" button? If the former, please post it. If the later, Henry is correct that Eclipse compiles automatically by default. You can also force a recompile through Project --> Clean. (Every once in a while it gets confused on large projects with lots of dependencies.)

Note that we a forum just for questions about IDEs. I'll move this for you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic