View previous topic :: View next topic |
Author |
Message |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Mon Apr 11, 2011 11:41 pm Post subject: Context menu java compile? |
|
|
Is there a program that let's me just right click on a .java and compile it to .class?
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Tue Apr 12, 2011 1:55 am Post subject: |
|
|
you could use an ide..
|
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Tue Apr 12, 2011 2:08 am Post subject: |
|
|
Specifically?
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Tue Apr 12, 2011 2:08 am Post subject: |
|
|
eclipse or a lot of people also use netbeans although i haven't had personal experience with the latter
|
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Tue Apr 12, 2011 2:09 am Post subject: |
|
|
Ok, I tried textpad but the compile and run tools weren't there as I saw in a screenshot.
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Tue Apr 12, 2011 2:16 am Post subject: |
|
|
you probably want to move onto a proper ide sooner or later anyway. stuff like textpad or notepad++ don't really scale up well to large projects
|
|
Back to top |
|
 |
Zacky Grandmaster Cheater
Reputation: 19
Joined: 23 Nov 2008 Posts: 808
|
|
Back to top |
|
 |
:^) Grandmaster Cheater Supreme
Reputation: 37
Joined: 30 Jun 2008 Posts: 1062
|
Posted: Tue Apr 12, 2011 4:42 am Post subject: |
|
|
eclipse works
|
|
Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Tue Apr 12, 2011 7:03 am Post subject: |
|
|
Just use javac, it's not that hard..
|
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Tue Apr 12, 2011 1:39 pm Post subject: |
|
|
Noz3001 wrote: | Just use javac, it's not that hard.. |
I hate command prompt and bats won't work if I keep creating knew files.
|
|
Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Tue Apr 12, 2011 1:55 pm Post subject: |
|
|
Cryoma wrote: | Noz3001 wrote: | Just use javac, it's not that hard.. |
I hate command prompt and bats won't work if I keep creating knew files. |
Wildcards
|
|
Back to top |
|
 |
|