Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-06-2008, 10:58 AM   PM User | #1
lse123
Regular Coder

 
Join Date: Dec 2005
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
lse123 is infamous around these parts
May install in the same PC two java software

May install in the same PC two java software

MS-Visual J++ 2005 & Netbeans Java latest ?

Which is the best ?
lse123 is offline   Reply With Quote
Old 08-06-2008, 11:30 AM   PM User | #2
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
J++ really isn't used anymore. You should be using J# if anything. And in reality, J# isn't that great imo.

While it is optimized for the Windows platform, the problem is that it can't be used on any other platform!

A couple things about J#:

Quote:
J# does not compile Java-language source code to Java bytecode (.class files), and does not support Java applet development or the ability to host applets directly in a web browser, although it does provide a wrapper called Microsoft J# Browser Controls for hosting them as ActiveX objects. Finally, Java Native Interface (JNI) and Raw Native Interface (RNI) are substituted with P/Invoke, J# does not support Remote Method Invocation (RMI).

J#'s interface to the .NET framework is solid, but not as seamless as C#. In particular, J# code cannot define new .NET properties, events, value types, or delegates. J# can make use of these language constructs if they are defined in an assembly written in another language, but its inability to define new ones limits J#'s reach and interoperability compared to other .NET languages.
So in my opinion, I would use netbeans. It was created by the guys who wrote the Java specification and currently are running the primary open source JDK. And it has a variety of features that could present itself as useful to yourself. Plus when you write and compile from netbeans you can take that jar or class files and run them on any JVM!

Of course, I don't use either. I use eclipse
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:13 AM.


Advertisement
Log in to turn off these ads.