-2

Is it possible to program Java in Visual Studio?

    if(some plugins == true)
    {
       System.out.println("Please Tell Me");
    }else{
       System.err.println("Thank You Fro Help");
    }
535441434B
  • 273
  • 1
  • 18

1 Answers1

0

You now write an application that will be executed under Java Virtual Machine using Visual Studio.

What you can do is to develop using Java syntax using [Visual J#] that will be supported to 2017. The application will be executed on .Net Framework.