Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Doubt about jEdit

  Asked By: Mada    Date: Oct 11    Category: Java    Views: 580
  

I downloaded jEdit, and I have a doubt about the compilation.
- Can I compile something using jEdit like Jcreator, or JEdit is only a editor?
- How do I compile something in jEdit?

May someone help me?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Adanalie Garcia     Answered On: Oct 11

> I downloaded  jEdit, and I have a doubt  about the compilation.
> - Can I compile  something using jEdit like Jcreator, or JEdit is only a
editor?
> - How do I compile something in jEdit?
jEdit comes VERY naked (i.e. only as an editor) as the original download. You
can
customize the whole thing very nicely (that includes support to compile code,
tools for
checking code integrity, and much more...).

Open jEdit and go to: Plugins->Plugin Manager. You can download a list of
available
plugins, select the ones you want and install them. Don't get too many at first,
cause the
mass of settings will be too much in one go...

 
Answer #2    Answered By: Ginger Snyder     Answered On: Oct 11

But which is the plugin to compile  something in jEdit?

 
Answer #3    Answered By: Jimmy Abp     Answered On: Oct 11

> But which is the plugin to compile  something in jEdit?
JCompiler. It calls 'javac' in an extra window. If you want single button
control (like a ctrl-c or something) you might have to assign a macro...

 
Didn't find what you were looking for? Find more on Doubt about jEdit Or get search suggestion and latest updates.




Tagged: