Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hi .. just need some info

 

i am learning java for the first time can some one tell me if i have to install some software program or i just type code in a plain textfile..

 

thanks sonia:)

Posted

hi 10x loads i installed it.. is there something else i need to install what i have showing on programs in the start menu is java web start..

 

should that be enough to start coding with java ... thanks in advance and looking forward in hearing from you...;)

Posted

Is there an IDE of any real quality.

 

In school we learned on this really awful IDE which really turned me off of Java. After VB6, going to something like notepad with a list of all the files in your project and compilation options... well it gave me no reason to really consider Java.

 

Now if you could create real java in the visual studio IDE, complete with intellisense... I might even try to learn more java.

 

I'm not talking about J# or having .Net dependances, still 100% java, but in a full featured easy to use IDE.

 

I'd heard that other companies could create packages to package their language for the VS IDE, but I wasn't sure if that was their own raw language or their port of it to .Net.

 

You can say a lot of bad about MS, but I think they really have a good, friendly interface and actual helpful documentation with their visual studio projects. The .Net is just a better step because you can have every language in the same environment. I remember with VS6, trying VC++ and everything in the IDE was different.

  • *Experts*
Posted
JCreator looks really good. Looks very similar to the .NET IDE. Costs $70, but if you are serious about Java programming (or any language), good tools are essential.
Posted

I think the most important help in an IDE might even be error checking.

 

The version I was learning with in school really had none. When you chose to build it, it would give you line numbers of the errors. Now if it was the instance of a class you created... well telling you line 88 has an error only tells you that you have an error somewere in your class. It got old fast with how much the IDE hurt my eyes. keywords were variations of dark blue, dark red and dark purple, which you would often miss because they were so close to black. Having to build your project after every few lines got old as it took longer to build a 1 page application than it does for VS to build a 50 page, 15 class, 20 componant application.

 

Actually, thats the prime motivation I have to never learn C is because I'm spoiled by VS IDE. Maybe C++.Net, but thats just a little confusing as to wether you use the .net framework or not for that.

Posted

Try JBuilder Personal,

JBuilder

 

also, oracle has a free java IDE available:JDeveloper but I havent tried it.

 

Caveat Emptor. . . Oracles uninstalls are a pain in the !!!!

 

Joe Mamma

Joe Mamma

Amendment 4: The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no warrants shall issue, but upon probable cause, supported by oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized.

Amendment 9: The enumeration in the Constitution, of certain rights, shall not be construed to deny or disparage others retained by the people.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...