I need to add javafx dependency(as we do for other dependencies, adding in the pom) to my project which runs on amazon corretto jre, so here I have two questions:-
Is there any javafx dependency that would work with Amazon Corretto jre?
If so, could anyone please suggest what version of amazon corretto jre supports what version of javafx
dependency?
Related
We are considering over which JDK is best suited for the R3 Corda.
However there is some incosistency in the way framework suggests the deployment.
Oracle JDK –
Recommended as per the Corda documentation https://docs.corda.r3.com/getting-set-up.html
Open JDK –
The Corda framework has a defined gradle task for docker deployment as “DockerForm”. This task generates the artifacts which are useful for deploying the Corda node as a docker container. So this task generates a Dockerfile for each node. This file is configured to use OpenJDK by default.
Please let us know the rationale behind this. Does Corda 3.x version support Open JDK as well? Do we have any guideline on which JDK to use in what situation?
Another concern is that eventually Oracle JDK will be a licensed product in future. So does R3 have any plans to support Open JDK as well in future?
As of Corda 3.1, Corda only supports the Oracle JDK 8 JVM, with a minimum supported version 8u171.
There is no current plans to add Open JDK support, but that could change (if, for example, Oracle JDK became a licensed product).
Some times ago, I used Alfresco 5.2 CE. When I needed to develop some kind of customization, I used the Alfresco Maven SDK with three different Maven archetypes, it was:
Alfresco Repository AMP;
Alfresco Share AMP;
Alfresco all-in-one (AIO).
By using this SDK I developed AMP files that overlaid on either the alfresco.war or share.war by using the module management tool (MMT):
...
java -jar bin/alfresco-mmt.jar install amps/some-customization-share.amp tomcat/webapps/share.war -force
java -jar bin/alfresco-mmt.jar install amps/some-customization-repo.amp tomcat/webapps/alfresco.war -force
...
Now I am using Alfresco 4.2.2 Enterprise and looking for the right way to do the same things that I did with Alfresco 5.2 CE.
Let's say, I want to develop a two tier Spring Surf customization that can remotely connect to different repositories. Or, for example, I need to develop a new Spring Surf page for a site, or just make some little changes in some FTL-template.
What is the right way? Is there a similar SDK for Alfresco 4.2.2 Enterprise?
I would be very grateful for the information. Thanks to all.
The Maven-based Alfresco 3.0 SDK is compatible with Alfresco 4.2, both Enterprise and Community Edition.
Is it possible / planned to build a Win/Mac/Linux package from within one platform?
An IDE called RunRev LiveCode allows to deploy to multiple platforms, but it supports only HyperCard language, afaik it's also possible in Qt
a Zotero Standalone Builder can be used to bundle Webapp XUL Wrapper into distributable bundles for Mac, Windows, and Linux
would it be possible to use it with TideSDK?
a Kickstarter project starts for AppJS, the maintainers want to launch a cloud service to deploy the app for all platforms in the cloud and then just download the exe, dmg or a linux package
It is not possible to build apps on the same platform with TideSDK. A service platform is coming that will solve this issue to make development easier for everyone. We'll make announcements with this available.
I'd like to bundle javafx 2.1 with my install4j installer, I know I can acheive this by manually depending on the specific .dll and .jar files. But I'd like to do this in the same simple manner that I do when bundling the JRE, is there a way of doing this? If not, will this feature be available soon(or at all) ?
The pre-made Java 7 JRE bundles that are downloadable in the install4j IDE already include JavaFX, so you don't have to do anything.
Starting with install4j 8.x, you can choose the Liberica JDK provider to get JavaFX for both Java 8 and Java 9+.
I friends,
i have less this tutorial packaging a captive runtime bundle for desktop computers which is a guide to create an installation package includes the AIR runtime.
I have develop AIR Desktop Application with Flash Builder 4.5 and i have used SDK version 4.5.0 and relative ADT version for packaging the application. I followed the tutorial of adobe (link above) but does not recognize the command -target bundle. Why? I replaced sdk 3.6.0 is the adt command works with the option but can not create the package because I use only the components present in version 4.5.0 of the SDK. How do I create the package with the same features of the guide??
The Captive Runtime option was not introduced until Flash Builder 4.6; so you can't do it using the Flash Builder 4.5.