Use JOGL in MS Visual Studio 2017

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Use JOGL in MS Visual Studio 2017

Jesus
Hi guys, I need to use JOGL with MS visual Studio 2017 but all the tutorials I found were for Eclipse or Netbeans. Is there any possibilities to use this library on Visual Studio? If it is, can someone tell me what I have to do?

Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Use JOGL in MS Visual Studio 2017

Wade Walker
Administrator
I've never done it, but it looks like MS Visual Studio supports Java via Maven builds, so you'd need to include the JOGL JARs into your pom.xml.
Reply | Threaded
Open this post in threaded view
|

Re: Use JOGL in MS Visual Studio 2017

gouessej
Administrator
In reply to this post by Jesus
Hello

You can use that as Wade suggested:
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven

However, personally, I advise you to use a "better" IDE to work with Java and I'm reluctant to add any tutorial about VS into the wiki but if someone else wants to contribute...
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Use JOGL in MS Visual Studio 2017

Jesus
What IDE do you suggest to me? I dont want something really heavy. It's just for a work thar will be finished in 4 months
Reply | Threaded
Open this post in threaded view
|

Re: Use JOGL in MS Visual Studio 2017

gouessej
Administrator
What do you mean by "heavy"? I use both Eclipse and Netbeans, both have pros and cons.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Use JOGL in MS Visual Studio 2017

Jesus
I mean I dont want to install a complex program that take up so much. For example Atom is relly light in comparison with Netbeans. As I will only used it once for 4 month
Reply | Threaded
Open this post in threaded view
|

Re: Use JOGL in MS Visual Studio 2017

gouessej
Administrator