views:

61

answers:

1

I am a newbie on MyEclipse id. On my system, I have installed sun jre(not jdk) and MyEclipse. I have searched for javac.exe in installed files of MyEclipse in Program Files (windows platform), but there also I got no results found for javac.exe

I have no clue, that which tool MyEclipse is using to compile .java files.


1 more question. I am asking this because I really don't know.

How to notify users who joined my query, if i make a edit, bcoz there is only a single Add Comment for each user who is answering the question. Does commenting also notify those users who are commenting on other user answers.

A: 

#1: normally you need JDK. JDK mean Java Development Kit which includes the java-compiler javac

#2: Don't get what you really want to ask with the second question?

Atmocreations
##1 But .java files are also getting compiled with plain jre also (that's the bit i am not getting). ##2 check out the last comment of the link in 2nd question.
rits
#1: hmmm... don't know how that should work. Java files are only _executed_ with JRE. (Java **Runtime** Environment) Want to know how that could be done if it was possible!#2: Ah now I got it. I think anyone is notified who already posted somehow in this post. If not, there's no way to notify the others except posting another comment to the answer, respectively.
Atmocreations