Notepad VS. Something Else

Reply

Join Date: Feb 2003
Posts: 35
Reputation: theQube is an unknown quantity at this point 
Solved Threads: 2
theQube theQube is offline Offline
Light Poster

Notepad VS. Something Else

 
0
  #1
Apr 27th, 2003
Is it worth going out and using a program like JCreator or something like that compared to good-old notepad? They all should compile the same code, no?

Ian
Reply With Quote Quick reply to this message  
Join Date: Apr 2003
Posts: 46
Reputation: Dante Shamest is an unknown quantity at this point 
Solved Threads: 0
Dante Shamest's Avatar
Dante Shamest Dante Shamest is offline Offline
Light Poster
 
0
  #2
Apr 28th, 2003
Notepad isn't a compiler. But yes, compilers can compile code written in Notepad or JCreator.

The point of using an Integrated Development Environment like JCreator is that it provides many useful tools, such as syntax highlighting, better tabs and a pleasant environment to work in.

If you're a Java programmer, I recommend JCreator.

JCreator
http://www.jcreator.com

Of note, there is a text editor (not compiler) that is IMHO the best out there. And its written in Java. It provides syntax highlighting for C++, Java, PHP, JavaScript, C# and many many other languages. You can install lots of cool plugins with it too. :o Here's the link:

JEdit
http://www.jedit.org
Reply With Quote Quick reply to this message  
Join Date: May 2003
Posts: 1
Reputation: jacktasia is an unknown quantity at this point 
Solved Threads: 0
jacktasia jacktasia is offline Offline
Newbie Poster

jgrasp

 
0
  #3
May 6th, 2003
i use jgrasp, which is totally free, i think older verisons of jcreator are free, but if you go their website now, i think you can only get a 30 day trial.
Reply With Quote Quick reply to this message  
Join Date: Apr 2003
Posts: 46
Reputation: Dante Shamest is an unknown quantity at this point 
Solved Threads: 0
Dante Shamest's Avatar
Dante Shamest Dante Shamest is offline Offline
Light Poster
 
0
  #4
May 8th, 2003
i think older verisons of jcreator are free, but if you go their website now, i think you can only get a 30 day trial.
Not true. The Freeware JCreator version comes with almost all the essential features. Only JCreator Pro is a 30-day Shareware trial. I recommend JCreator whole-heartedly. Both can be downloaded at their site:

http://www.jcreator.com
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,024
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 127
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb
 
0
  #5
May 10th, 2003
What about the free version of Borland JBuilder? Personally I'm a fan of the .NET IDE.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Apr 2003
Posts: 46
Reputation: Dante Shamest is an unknown quantity at this point 
Solved Threads: 0
Dante Shamest's Avatar
Dante Shamest Dante Shamest is offline Offline
Light Poster
 
0
  #6
May 10th, 2003
I haven't used Borland much...but from what I remember it ran slow as hell on my old 4GB Windows 98 PC. Of course, that was an old computer.

The .NET IDE is nice. But its expensive. =( I'm still using the old Visual Studio 6.0 edition.

If all you're after is a great text editor, I still recommend JEdit, as it has syntax highlighting for almost all languages.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 898
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Solved Threads: 28
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend
 
0
  #7
May 10th, 2003
Okay, I'm not a java guy but I do some of it.

I use Borland JBuilder Personal (free), and I like the IDE, but it is sluggish (Java based). My school uses JCreator, but I'm not that fond of it.

For text editing, I use UltraEdit32. It handles every file format in existance!

For VB, C#, J++, or C++, I'm in love with the Visual Studio .NET 2003 IDE. All of its features kinda want me sing each time I use it. ::grins::
-Ryan Hoffman

.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 1,135
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Solved Threads: 5
Team Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor
 
0
  #8
May 11th, 2003
I think for serious Java development, you should go for JBuilder. The features are just overwhelming. If you're starting to learn Java and are writing small programs (maybe for school) you'll want a light quick editor, and in this case, JCreator. That's the editor I use for most quick Java projects.

If you're going to do serious web development coding, try Dreamweaver MX. I can't believe no one else mentioned it yet.

For C/C++ I recommend you using Visual Studio or Borland Builder. If you're low on cash, you can use Bloodshed Dev-C++, which is free.

http://www.bloodshed.net/download.html
Check out my blog at http://www.shinylight.com for more stuff about web dev.
Reply With Quote Quick reply to this message  
Join Date: May 2003
Posts: 1
Reputation: Franko is an unknown quantity at this point 
Solved Threads: 0
Franko Franko is offline Offline
Newbie Poster

Eclipse

 
0
  #9
May 29th, 2003
I use eclipse for java development and I believe it can also act as an IDE/Compiler for C++ with an additional module. You can find it at http://www.eclipse.org
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 26
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: Notepad VS. Something Else

 
0
  #10
Jun 25th, 2003
I dunno folks, I have had some time to spend doing some reviewing of my Java knowledge on a W2k system I have build strickly for Java Development. And well, I found JCreator to rock for doing what I do at least.

I use JavaWebServer 2.0 for my WebPage Server. And JCreator does have a simple easy to use IDE. And much easier to use, and faster than JBuilder (which took forever to install).

The system I am using is no meatball either. It is a rather peppy P2 350 with 650 MB of RAM.

But then again.... it is only my opinion. For Text editing I use Program File Editor (very simple but a nice little program for txt, bat, cfg, log, etc files).
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC