Where can you find JDK9 build 174 for eclipse Oxygen? [closed] - java-9

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I've been trying to get Eclipse Oxygen working with JDK9.
Apparently, the current release of Oxygen has only been tested on JDK9 build 174. It is not guaranteed to work with earlier or later build of JDK9.
The current build of JDK9 is 181. And it is not working with Eclipse.
I've been trying to add JDK to my existing project. And it is not working.
I want to try whether it works with JDK9 build 174 for Windows. And I can't find it anywhere.
Someone please help me...

Found out the problem, only installing the Eclipse Oxygen is not enough, you need to go into the Marketplace and install the Java 9 support package.
Now everything is working.

Maybe you can try the Azul / zulu version. Older versions are still available. jdk9u176 == zulu 9.0.0.13.
See http://zulu.org/zulu-9-pre-release-downloads/
Windows version: http://cdn.azul.com/zulu-pre/bin/zulu9.0.0.13-ea-jdk9.0.0-win_x64.zip

Related

How can I build a DMD 1.076/Tango bundle (Win32) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Willing to harness Tango library along with the very last release of DMD 1 compiler (v1.076), I searched the net in vain for the bundle.
How that can that be built?
Solved:
I've managed to build a DMD 1 v1.076 with Tango. See here my answer.
Why do you need a bundle, specifically?
Here is the official bundle download:
http://dsource.org/projects/tango/wiki/TopicInstallTangoDmd
You could also download a newer compiler separately, but Tango may not work with the latest compiler out-of-the-box - you may need to update the code in a few places to get it to build.
Tango is no longer maintained by its creators, which is why the downloads haven't been updated in a while. Some volunteers may be maintaining forks of Tango which work with the latest D versions. For example, here is a D2 fork: https://github.com/SiegeLord/Tango-D2
To share my findings:
I finally end up building with success a DMD 1.076 with Tango as Library (Win32) Bundle.
I followed the detailed steps mentioned in the Tango's website regarding Win32 platform.
It works with DMD 1.071 version onward.
I had to fix one issue by just changing a private extern (Windows) line of code to protected extern (Windows) in one module.
I noticed that the Tango Library has undergone some changes since bundle I used before (DMD1.056/Tango 0.99.9).

Steps on how to install PyQT for Windows 7? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I haven't come across any step-by-step guide (ones I've found are outdated, and one on riverbankcomputing is too confusing), and was wondering if I could get any help. I've been on a wild goose chase thus far
Go to the download page and install the executable there. That should help you get started.
Unfortunately the binary installer is no longer available (at time of writing). It looks like you've got install the QT SDK and then build PyQT
actually the page that download link goes to is pretty confusing. the latest version of pyqt4 is 4.10. about midway down the page there are what appear to be 'legacy' versions (i.e. 4.8 ). I noticed that when I click that link for the executable - it actually serves up 4.10 which is the latest fuly automagical installation.

Install builder for Java application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for a framework to create an install kit for my Java web application.
I need something that would install JBoss, a Database Server, Java, and of course the application itself with all the dependencies and settings on a Windows platform.
I prefer free tools. What do you recommend and why?
Install4J: Not free but easy to use and extensible.
http://www.ej-technologies.com/products/install4j/overview.html
As pointed out earlier in a comment there is another similar thread, which anwsers my question. Thanks to #Zaki for this info.
You can use the SetupBuilder Gradle Plugin to create a native msi installer with a simple Gradle script.

How to work with a Mac on a OpenSource project? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm really interested in participating as a new developer in an OpenSource project.
My Problem now is - what is the best way to participate with a Mac on an OSS Project? (Without using a Virtual Machine or DualBoot.)
As there is no usual apt-get system, what is the best way of working on such an existing project? Would you use Xcode or Eclipse or something else completely?
The setup for all those steps (Building, linking libraries etc.) has always been the part that never worked properly for me. Is there a tutorial which explains how to set the stuff up properly with these IDEs?
Thank you!
Fink is a package system for Mac, it gives you most of what apt-get does on a Linux system.
Xcode is the best choice, I think, irrespective of project
I can give you a very simple recipe.
Pick a Java open source project.
Install Eclipse on MacOS.
Go to work.
No libraries, no linking, no fuss, no muss, no bother.
If you want to work in C or C++, the question is going to be whether you are the only person. For a project that has already been ported to mac, you just do what the others are doing. You run 'configure', and all is well, and you use and editor to edit and gdb to debug.

What cocoa applications are using the AquaticPrime Licensing System? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm thinking about using the AquaticPrime licensing system for my new mac app. Is the framework popular? What apps are using it?
It's used by a lot of applications. Make sure you get the latest version of the source from its new home:
http://github.com/bdrister/AquaticPrime
The latest version fixes several bugs that are still in the version that's hosted at aquaticmac.com.
You should use the CoreFoundation version of Aquatic Prime, the Objective-C code is very easy to bypass. In fact, you shouldn't really use Objective-C for any registration-related code.
I know that Pukka, a desktop bookmarks posting client for del.icio.us, uses AquaticPrime.

Resources