Docusign Java Client SDK support for JDK 1.8 - docusignapi

Do we have a Docusign Java client SDK that's compatible with JDK 1.8? Has anyone tried using Docusign Java Client SDK with 1.8? The latest SDK version needs JDK 1.9+. Reference - https://github.com/docusign/docusign-java-client

As of now, https://github.com/docusign/docusign-java-client/tree/3.6.0 seems to be the last version that supports JDK 1.8.

Related

Javame sdk 8.3 doesn't work on Netbeans

I've faced a problem with configuring Netbeans 8.1 to develop javame application with Javame SDK 8.3. When a javame project is created, Platform property remains grayed, compilation produced the message:
Platform home (platform.home property) is not set. Platform home (platform.home property) is not set. Value of this property should be <space> emulator home directory location.
When I try to fix project property on the platform tab, I see that:
No CLDC platform available
An old Javame SDK 3.4 works.
Any ideas could be helpful.
The confusion comes from the fact that JavaME is so much more than just MIDP/CLDC. It is used for so many other things, like e.g. Blu-ray players and other embedded devices.
MIDP and CLDC are merely JSR API's - which for some reason has been excluded from the SDK 8.x versions. This is why it can't find a CLDC platform, unless you install SDK 3.4
No other way around it than to use SDK 3.4
MIDP2.0 = JSR118
CLDC1.1 = JSR139
No where to be found in the list of SDK 8.x supported APIs: http://docs.oracle.com/javame/8.3/javame-apis.htm

Azure - SDK 2.0 to 2.3 - Will they run side by side?

I am looking to install the newest version of the Azure SDK which is version 2.3. Can this run side by side with Azure SDK 2.0?
When you install the SDK, there're two things which gets installed -
Some libraries & helper utilities.
Emulators (compute and storage).
At any point of time, the emulator you have is that of the latest version. So if you have installed SDK 2.0 and then install SDK 2.3, you will have the libraries & utilities for both 2.0 and 2.3 so that you can reference libraries from that SDK in your application and use the utilities there but the emulator would be of version 2.3.
For example, please take a look at the screenshot below. I have SDK 2.3 installed on my computer.

How to get the build SDK version in windows phone 8 using c#?

Can I get the SDK version in windows phone 8 using c#.If it is possible give me a suggestion please. I have to display the build SDK version of my application.
You can read the Platform / SDK version from WMAppManifest.xaml.
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">

What version of Java is needed for zxing 1.7?

I am developing a barcode scanning application for J2ME. For that, I have come to know that zxing 1.7 has to be used. What version of Java do I need for zxing 1.7?
1.7 was the last version that supported JavaME, yes. Because of that, it requires only Java 1.2. I think it required CLDC 1.1 and MIDP 2.0.

What is the latest Windows Azure library that I can use with VS2012?

I am very confused. I had the 1.6 library and then upgraded to 1.7.
Now I see the following:
Windows Azure SDK for Windows 8 and .NET 4(2.0.0.0)
Is this the latest library and is it just for Windows 8? I'm sorry but it's not very clear. When I try to download that it takes me to a web page with a link to download and no application. When I try for help it points me to stackoverflow.
Windows Azure SDK for Windows 8 and .NET 4 (2.0.0.0)
is probably
October 2012 Release (Version 1.8)
which is the latest release as of now (2012-12-04).
The version scheme changed a bit (e.g. storage client dll is now 2.0 because of breaking changes) while other parts remain unchanged/compatible (1.7/1.8) (see Windows Azure SDK and Tools).
The azure SDKs/client libraries should not depend on Windows 8.
You can find all downloads at windowsazure.com

Resources