FDT won't install on Win 64 - installation

I have purchased 1 month subscription to FDT to try it out, but there is no installation on Windows. I know it is supposed to run from exe, but it won't let me, even though I have verified I have the latest version enter image description here
Java error
Latest Version
Please help - it cost money and is very frustrating!!

Even though I am running 64bit Windows 7, The java error above looks like it is reading the OS as 32bit. So, following the advice in eclipse forums regarding bittedness:
https://www.eclipse.org/forums/index.php/t/198527/
So I downloaded the 32-bit version of FDT, and it solved the problem!
Cheers.

Related

codenameone Cant Open Designer or Settings

I've a new computer with Debian 9 / 64bits.
After installing Netbeans 8.2 and Codename Plugin 5.0 if i try to open "CodenameOne Settings" or "CodenameOne Designer" nothing happens.
I've checked JRE_JAVA and JDK_JAVA and PATH environment variables and them points to the correct path.
I don't see any error message but the tools dont start.
I dont know what happens but i remember a similar issue in the old computer with Debian 6 / 32bits.
Can anybody help me?
Thanks a lot
Ramon Garcia
The default version of Java on Linux systems is OpenJDK which is a bit problematic due to its lack of JavaFX support. With newer JDKs we updated Codename One to download JavaFX dynamically as it was removed from the JDK but since the dynamic download only works with JDK 10 or newer (due to the way the people at Oracle compiled JavaFX) this would be the minimum version of OpenJDK.
So you can either install Oracle JDK 8 or Open JDK 11 to keep compatibility.
Notice you can track this issue by running the designer/gui builder from the command line and seeing the point of failure: https://www.codenameone.com/blog/tip-track-designer-guibuilder-issues.html

modelsim10.4SE install problem on windows10

when i install modelsim10.4SE in my windows10 completed. but when run modelsim there comes an error.could sameone help me ?enter image description here
The first Modelsim 10.4 version was released back in 2014 and had no Windows 10 support, perhaps more importantly it also didn't support Windows 8.1 yet, so I think you simply stumbled upon a Windows compatibility issue.
Try to run Modelsim (vsim/vcom/vlib/etc) in Windows7/8 compatibility mode, try the 32bits version or if you have the license install a later version of Modelsim SE.
Good luck,
Hans.
This thread is a bit old, but I've encountered the same issue and I think that I've found a way to solve it.
In my case another program was blocking the install (Skype/lync). After closing it the installation wizard kicked in as it was supposed to do.
To find the program that was causing the issue I used the new option added to the task manager called "Analize wait chain" and eventually got to lync.

Java 8 Install Failure on Windows 10

I'm attempting to install Java 8 JRE on Window 10, and it's failing. The purpose of this is so that I can install SQLWorkbenchJ on my Windows machine. This is my personal machine, and I have complete access privileges. Please let me know if I can provide any additional information to answer this question (e.g., logs).
I've downloaded Java 8 from Oracle, specifically the offline 64 bit version for windows. When I download it, it places the following icon on my desktop:
When I double click on this icon, the following image pops up:
After I click "Yes" and the popup box disappears, nothing happens. Windows continues operating as if nothing happened. The only trace of activity is in the task manager, which shows the following:
Does anyone have any suggestions on how to fix this? I'm at a loss for how to push the installation process forward.
Update: I was able to solve this issue by installing the x86 version (32 bit) instead. I'm not sure why the x64 version doesn't work on Windows 10, but I'd seen this solution subtly referred to elsewhere on the internet as a solution. Would be interesting if someone could figure out why the x64 version itself doesn't work.
We have two concerns here - 1. JRE 8u101 (64-bit) fails to install without an error message and 2. JRE 8u101 (64-bit) fails to install on Windows 10.
The first one seems similar to http://bugs.java.com/view_bug.do?bug_id=8148167 which is a known issue.
However, it would be appropriate to take a look at jusched and JavaDeploy log files to confirm the same.
The second concerns with 64-bit JRE installation in Windows
Microsoft Edge on Windows 10 is not supported a supported browser.
For Internet Explorer 11 on Windows 10, see:
Related bug ID: http://bugs.java.com/view_bug.do?bug_id=8162523
For a solution related to 64-bit installation, suggest you to follow the instructions from the comment in the above bug report.
Hope this helps.
This is known issue https://bugs.openjdk.java.net/browse/JDK-8148167 , this has already fixed in 8u111/8u112, early access builds are available here - https://jdk8.java.net/download.html, you can download and try to install the same. Do let us know your feedback?
I was having this issue as well and the 8u112 worked from this page
Thank you

What SDK version to download?

I need to install Win7 SDK on Win7 amd64 computer. Microsoft download page http://www.microsoft.com/en-us/download/details.aspx?id=18950 contains 3 iso files: GRMSDK_EN_DVD.iso, GRMSDKIAI_EN_DVD.iso and GRMSDKX_EN_DVD.iso. I wasted a few hours downloading first one, and, of course, got an error message "WinSDK_amd64.msi not found", which means: I need another ISO.
So, which one of these two: GRMSDKIAI_EN_DVD.iso or GRMSDKX_EN_DVD.iso matches my Win7 64 bit computer?
Here are the descriptions of the three versions. (FROM MSDN)
GRMSDK_EN_DVD.iso is a version for x86 environment.
GRMSDKX_EN_DVD.iso is a version for x64 environment.
GRMSDKIAI_EN_DVD.iso is a version for Itanium environment.
Enjoy!
You need to download the first one "GRMSDKX_EN_DVD.iso". This one is for an AMD64. If this doesn't work you need to get it from some were else.

Oracle 10g on MacOS Snow Leopard

I've found this helpful tutorial on web
http://blog.rayapps.com/2009/09/14/how-to-install-oracle-database-10g-on-mac-os-x-snow-leopard/
I've followed all steps, but, I've a problem with netca run. When I'll start it, crash with this error:
Invalid memory access of location 00000014 eip=11069523
/opt/oracle/product/10.2.0/db_1/jdk/jre/bin/java: line 2: 10323 Bus error /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/bin/java -d32 -Xbootclasspath/a:/opt/oracle/product/10.2.0/db_1/jdk/jre/lib/ext:/opt/oracle/product/10.2.0/db_1/jdk/lib/ext $*
and the error message on popup show that the problem is with libnjni10.jnilib plugin. On snow leopard there is only Java 1.6 but I've installed also JDK1.5 and I've changed the symbolic link for 1.4.2 to run the 1.5
Any idea?
thanks a lot!
Andrea
Alex Gorbachev's install guide suggests a couple of different ways of resolving this problem - editing runinstaller or installing JDK 1.4.2. Check it out.
Try Using VMWare
Is this for development purposes? I've been happy with installing Oracle on a VMWare Linux instance. One nice feature is that I can prep my database as I like, take a VMWare snapshot, and roll back to the saved snapshot as necessary.

Resources