|
-
Feb 15th, 2008, 09:10 AM
#1
Thread Starter
Addicted Member
Programming Java in Microsoft VS 2008
I have already instaleed Microsoft Visual Studio 2008 for Visual Basics programming, but now I'm learning Java, and I want to use VS 2008 to program Java.
I cant find the J# addon in my CD, (Only VB and C/C++)
so my question, can I download something from the internet so I can be able to program in java using Visual Studio 2008, remember that VS is already installed, I just want to add J# to it.
Im using Visual Studio 2008 Professional Edition
.Net Framework 3.5
-
Feb 18th, 2008, 06:45 PM
#2
Re: Programming Java in Microsoft VS 2008
J# is NOT java. it's J#, Microsoft .Net language and it has nothing to do with Java. if you want to work with Java then you can't use Visual Studio. As for J# I don't know if Microsoft decided to drop it since VS 2008, But I know there is no VS Express for J#
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Feb 19th, 2008, 03:50 AM
#3
Thread Starter
Addicted Member
Re: Programming Java in Microsoft VS 2008
so i cant program with J# unless I use Visual Studio 2005?
there is no add-on to VS 2008 ?
Im using Visual Studio 2008 Professional Edition
.Net Framework 3.5
-
Feb 19th, 2008, 04:43 AM
#4
PowerPoster
Re: Programming Java in Microsoft VS 2008
No, there is not. You have to find the newest version of JDK with a IDE.
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Feb 19th, 2008, 06:56 AM
#5
Thread Starter
Addicted Member
Re: Programming Java in Microsoft VS 2008
do u recommend i use eclipse or BlueJ?
Im using Visual Studio 2008 Professional Edition
.Net Framework 3.5
-
Feb 19th, 2008, 08:33 AM
#6
Re: Programming Java in Microsoft VS 2008
as for J#.... it's dead... that's why it isn't in VS2008....
as for a JDK.... never heard of BlueJ, so I'd say Eclipse. But that maybe biased.
-tg
-
Feb 19th, 2008, 02:19 PM
#7
Re: Programming Java in Microsoft VS 2008
BlueJ is only good for educational purposes. If you want to develop some serious java applications I'd go with Eclipse or Netbeans.
And I still can't figure out if you want to use Java or J#, they are 2 different things
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Feb 22nd, 2008, 12:15 AM
#8
PowerPoster
Re: Programming Java in Microsoft VS 2008
Yes, seems he still confusing with Java and J#.
And read more about Netbeans. I really like that.
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Feb 22nd, 2008, 08:47 AM
#9
Thread Starter
Addicted Member
Re: Programming Java in Microsoft VS 2008
Im still learning the basics of java.
Whats the difference in coding between J# and Java? I know J# uses .Net and Java JVM but do they have similar syntax?
and for Netbeans, if I want to code in java should I download Java EE or Java SE? (whats java EE and java SE?)
thanks alot for your help
Im using Visual Studio 2008 Professional Edition
.Net Framework 3.5
-
Feb 22nd, 2008, 09:39 AM
#10
Re: Programming Java in Microsoft VS 2008
Seriously... forget J#.... it is NOT Java.... it was meant to be MS's idea of a Java competitor that never really took off... They don't even support it any more... concentrate on Java... forget you ever heard of J#.
-tg
-
Feb 22nd, 2008, 11:45 AM
#11
Re: Programming Java in Microsoft VS 2008
 Originally Posted by techgnome
Seriously... forget J#.... it is NOT Java.... it was meant to be MS's idea of a Java competitor that never really took off... They don't even support it any more... concentrate on Java... forget you ever heard of J#.
-tg
or J++
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Feb 22nd, 2008, 01:32 PM
#12
Thread Starter
Addicted Member
Re: Programming Java in Microsoft VS 2008
you mean forget about J++? or concentrate on J++?
and Im not gonna learn J#, Im learnig Java, but I want to know what the difference...
Whats the difference in coding between J# and Java? I know J# uses .Net and Java JVM but do they have similar syntax?
and for Netbeans, if I want to code in java should I download Java EE or Java SE? (whats java EE and java SE?)
thanks alot for your help
Im using Visual Studio 2008 Professional Edition
.Net Framework 3.5
-
Feb 22nd, 2008, 01:55 PM
#13
Re: Programming Java in Microsoft VS 2008
 Originally Posted by perito
you mean forget about J++? or concentrate on J++?
and Im not gonna learn J#, Im learnig Java, but I want to know what the difference...
Whats the difference in coding between J# and Java? I know J# uses .Net and Java JVM but do they have similar syntax?
If you aren't going to use J#, what difference does it make? The differences between J# and Java are probably about the same as the differences between C/C++ and C# .... similar, but still not the same.
But since you stated that you will be learning Java and not J#, it doesn't matter if they are the same syntax or not.
As for the differences between SE and EE..... they have some different core capabilities.... I'm not sure what they are off the top of my head, but I suspect that EE is what you are going to want.
-tg
-
Feb 22nd, 2008, 02:57 PM
#14
Re: Programming Java in Microsoft VS 2008
SE = Standard Edition.
EE = Enterprise Edition.
and you should have one of them. The SE is what you need for a common Java application/applet.
EE is used for JSP applications, Servlets, Struts, JSF, EJB... etc.
If you are a Java noob the SE is what you need. You can get a Netbeans edition with Java SE setup embedded. They used to do that with Netbeans 5.5, I'm not sure if they still do that with Netbeans 6.1
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|