Java Language Support

Free

Basic support for the Java programming language.

(5) Review
Visual Studio
2010
Download (8,805)
7/9/2011
1.0.6.318
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (5)
Q and A (7)
Sign in to Write a Review
Sort By:

by Nkozlov | November 29 2012

by Pico Ohms | February 27 2012

Thanks Sam! This works well for us and fills a small void. We have projects that contain Java and .Net code, and whilst we managed to drive the entire build from MSBuild, we didn't have a good environment for viewing the entire project from one tool. We do now and appreciate the effort to put his extension together.

by Tosspottery | December 16 2011

Perfect!

by alexperry | September 02 2011

Just wanted to say - thanks for this - just what I was looking for. Its great for just looking quickly at some java code from vs2010 without having to go through the mental context switch that using eclipse etc requires

by trukhinyuri | August 23 2011

thank you! very important work

Sign in to Start a Discussion


  • VS2010 restarts
    3 Posts | Last Post April 24, 2013
    • I really like the Java Language Support entension, but I've been having problem with VS2010 restarting periodically when the Java Language Support entension is enabled.
      
      I was able to reproduce a specific problem that causes VS2010 to restart.
      
      Given a small Java program named foo.java containing the following text:
      
      public class foo {
       public void bar () {
        Object[][]ao2 =
       }
      }
      
      With the Java Language Support entension enabled, open the file in VS2010, and then go to the end of the line with the equal sign = and type an open curly brace {
      
      Then VS2010 will restart.
      
    • I'm also getting crashes in similar situations.
      
      If I disable the extension from the Extension Manager, I still get the syntax highlighting, but not the crashes; presumably the problem is in the outlining?
    • I've had the same issue with VS restarting as well. 
  • How to use it
    1 Posts | Last Post April 18, 2013
    • Now that I've also installed this how do I make a Java Project; In VS2010 New Project-> I've got projects for languages c++,c#,vb,and python only but no java.
      If you know of any tutorials please tell.
  • How to...
    1 Posts | Last Post February 27, 2013
    • Hi guys, I've downloaded that extension but I don't know how to create a single java file in VS. Please help me!
  • Still active?
    1 Posts | Last Post January 18, 2013
    • I was wondering if this project was still active or if it has been abandoned. If it is abandoned, any chance of releasing the source?
  • Any plans for a VS2012 version
    1 Posts | Last Post November 08, 2012
    • I know it's soon, but we follow the upgrade path pretty quickly these days. :D
  • Android
    1 Posts | Last Post December 02, 2011
    • I've recently began writing android apps and I despise eclipse so i'm going to try using your extension for most of the coding...  Have you considered adding a build set that would fire off the android simulator or anything like that?  (it's all launched from the command line anyway)...  or have you ever tried doing and android dev with this extension?
      
      
  • Compiling & Debugging
    2 Posts | Last Post August 19, 2011
    • Mr. Harwell,
      
      Does the support tool include the ability to compile and debug java apps also?
    • The current version (1.0.6.318) doesn't offer those features, but I'm planning to add basic support for them in a release later this year.