I was asked by a vendor to upgrade JxBrowser on 1 of our machines to 4.3.
How do I find out which version we currently have? and
How to upgrade to version 4.3
In addition this seems to be used mostly for Chrome and so do we still need to do this if we dont use chrome there?
Thanks.
Currently used JxBrowser version can be known by simply looking which version of JAR are you using and the latest jar is jxbrowser-6.8.jar which means they are running on jxbrowser version-6.8. To upgrade to a newer version download the latest jars, include them in your class path and rebuild your application. Check their site for further clarifications and licencing.
Related
Hello I want to build my game to android but I need to know which version should I use of sdk,jdk,ndk and gradle? If you guys know, can give me the download links?
The manual for 2019.3 https://docs.unity3d.com/Manual/android-sdksetup.html recommends using the unity installer to add these components for you.
Otherwise it states a minimum supported version is Android 4.4, "KitKat", API level 19. you could follow these older steps https://docs.unity3d.com/2018.4/Documentation/Manual/android-sdksetup.html to manually download the needed components. I would personally use the latest available, unless I am targeting a device which requires a specific version
this post says
If you want use JDK 8, you need the latest version of mysql connector, Connector/J 8.0
I am using java 13.0.1, mysql 5.7, when I tried install Connector/J, 8.x is disabled.
which version should I choose?
You may use Connector/J 5.1 or Connector/J 8.0 but mind that 5.1 is not getting that much maintenance efforts these days.
Connector/J 8.0 requires at least Java 8 while Connector/J 5.1 requires at least Java 5. See all details in the Connector/J documentation
The grayed options in the windows installer looks like a bug. Please report it in MySQL Bugs if you want.
As #JBNizet replied, you don't need to actually install Connector/J. Just obtain the Jar from any of the official download site or central maven and place it somewhere in your application's dependencies (in some directory pointed in the runtime classpath or use some building tool for the effect).
If you like you can also build it from the source code following these instructions. This is particularly useful if you need to do some deeper debugging and tests.
I have Eclipse version Oxygen 2 and I'd like to upgrade to the latest SimRel version instead of doing fresh install because I have many configurations etc. I've tried to update using Install/Update tab with repository link http://download.eclipse.org/releases/simrel like in the previous versions but this time the repository link is incorrect, I've also tried other links but still no success. Is the repository stored in other place?
Is update from Oxygen to SimRel supported? If yes then how can I do it?
Use the update site http://download.eclipse.org/releases/latest/ to upgrade to the latest release (which is currently 2018-09).
See: Eclipse Wiki - FAQ How do I upgrade Eclipse IDE? - Always enable major upgrades
I'm not able to find the grails perspective in my latest release download of spring tool suite 3.8.2
I've created GRAILS_HOME varialble as C:\grails-2.4.4
path variable as %GRAILS_HOME%\bin
and similarly JAVA_HOME and its path variable.
Still not able to find the Grails perspective in STS.
The Grails support is no longer available for the Spring Tool Suite, at least not the Grails support that we worked on in the past. There was an announcement from Pivotal about the general topic a while ago: https://blog.pivotal.io/pivotal/news/groovy-2-4-and-grails-3-0-to-be-last-major-releases-under-pivotal-sponsorship. This also included to not working on the tooling for Eclipse anymore.
If you want to, you can download the final version of the Groovy-Grails-Tool-Suite from here: https://spring.io/tools/ggts/all. It is version 3.6.4, based on Eclipse 4.4.2.
The marketplace entry that is mentioned in another comment refers to this version of the Groovy-Grails support - and should not be installed on Eclipse versions higher than 4.4.2.
We also do not officially support and work on the Groovy support for Eclipse anymore, but there is still a version available that works with the latest versions of Eclipse.
If you are (or someone else is) interested in taking over those tooling projects, feel free to reach out to us. We would be more than happy to provide some support in taking over those projects.
Looks like this has been dropped some time ago:
http://docs.spring.io/sts/nan/v370/NewAndNoteworthy.html
I'm using Eclipse Juno which comes with an axis include in version 1.4. This is installed in the folder:
C:\Program Files\eclipse-jee-juno-SR1-win32-x86_64\eclipse\plugins\org.apache.axis_1.4.0.v201005080400
Can anyone tell me how I can update this? Where can I find the update for this? I already downloaded everything from
http://axis.apache.org/axis2/java/core/download.cgi
but this looks completely different.
I need to get from 1.4 to 1.6.2 because I’m using the functionality from axis to generate Web Service Client wish has a bug in 1.4 and I have the same problem.
The Axis2 Eclipse plugin documentation explains how to install the most up to date versions of the plugins. It is not clear whether they have been tested with Juno.