Is it possible to build a Java project in Visual Studio 2010

C

clusardi2k

Can I build a java project in Visual Studio. If I can do you have an example to show me how to do this.

Thanks,
 
A

Arne Vajhøj

Can I build a java project in Visual Studio. If I can do you have an example to show me how to do this.

Not really.

Recent versions of VS do not support J# and J# is extremely old Java
and it generate .NET assemblies not jar/class files.

You could add msbuild exec task to call command line Java or ant
to build some Java code, but there is no value in doing that.

For Java development use an IDE intended for Java.

Arne
 
R

Roedy Green

Can I build a java project in Visual Studio. If I can do you have an example to show me how to do this.

All you would be doing is using Visual Studio's text editor. You would
have none of the features of a Java IDE at your disposal.

see http://mindprod.com/jgloss/ide.html
for possible Java IDEs.

--
Roedy Green Canadian Mind Products http://mindprod.com
Motors make noise, and that tells you about the feelings and attitudes
that went into it. Something was more important than sensory pleasure --
nobody would invent a chair or dish that smelled bad or that made horrible
noises -- why were motors invented noisy? How could they possibly be
considered complete or successful inventions with this glaring defect?
Unless, of course, the aggressive, hostile, assaultive sound actually served
to express some impulse of the owner.
~ Philip Slater (born: 1927 age: 85)
The Wayward Gate: Science and the Supernatural
 
A

Arne Vajh?j

All you would be doing is using Visual Studio's text editor. You would
have none of the features of a Java IDE at your disposal.

see http://mindprod.com/jgloss/ide.html
for possible Java IDEs.

You mean to be reminded about the very old days?

"Most IDEs don?t include a source code debugger. Ones I know that do
include one are: Caf?, JBuilder, VAJ (Visual Age for Java), Fort?,
Eclipse, Netbeans and IntelliJ."

"JBuilder F$LW From Codegear, bought from Inprise/Borland. Notes.
Requires 256 MB RAM (Random Access Memory) to run reasonably."

"Netbeans F Evolved into Sun Fort? then to One Studio, then to Sun
Studio. Download is 15 MB vs 85 MB for One Studio."

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top