microsoft / vscode-java-pack

VS Code extensions for Java developers.
Other
284 stars 127 forks source link

Add Support for Oracle WebLogic Server #291

Open edburns opened 4 years ago

edburns commented 4 years ago

I would like to see something on par with what Eclipse does here.

Screen Shot 2020-01-10 at 3 44 38 PM
akaroml commented 4 years ago

Hi Ed, we don't have a plan to enable the Java EE scenarios in VC Code. But we do want to encourage the community to do so. Just recently, MicroProfile team published its own extensions, and we included that on the Overview page of the extension pack. We are more than happy to help anyone on the technical aspect of building vscode extensions for Java.

darcome commented 6 months ago

any new or alternative? Thanks in advance!

mosaicbytes commented 2 weeks ago

I happened to get stuck with a very old version of vscode recently (Neon) and it DOES have a way to install an Oracle WL server. In the servers view, the "Add a server" option had all of the choices AND also an "Add your own server" option where you could navigate to the jar file of a locally installed server. I used that option to select my Weblogic server jar file and voila, it worked. So vscode can certainly run the WL server. I'm guessing they're not including it due to licensing issues with Oracle. The fact that they took away an option you had before, to run it on an older version, sounds like Oracle is playing hardball with MS. Don't expect that WL server will be available any time soon. I'm trying to figure out other ways to run my external server with vscode. If you don't have the software, there's a free version of WL for developers.