Eclipse is not opening? showing a error. I already installed Java Jdk file and assigned path to the eclipse - eclipse-installer

The error is shown in the image.
I'm using windows 8.1
I installed Eclipse and then installed Java Jdk 14
I edited the path and gave the java/jdk/bin path to it.
after that when i'm trying to open then it's showing this error.

Related

Building Alljoyn stack for win 10

Am trying to build alljoyn stack cloned from git in win10 using the procedure mentioned in alljoyn link
https://allseenalliance.org/framework/documentation/develop/building/windows
It starts throwing error for msajtransport.h. I downloaded from git and placed in working directory.
Then it threw error for missing msajapi.lib. I found that too placed in working directory. Still there are more errors.
Can anybody help me in this?
Install windows 10 SDK. Specifically 10.0.1.143930.0 version. I ran into the same problem, after installing that version of SDK, MSAJTransport.h could be found under "C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\um"

e(fx)clipse JavaFX still missing

I am running XUbuntu x64 14.04.4 LTS on my PC, with eclipse Mars.2 Release (4.5.2) and JDK 8 properly linked up to my eclipse (via ini file).
So basically, I "upgradet" to e(fx)clipse. Then I crated a new "JavaFX project". When I tried to run it, I got the error The import javafx.application cannot be resolved.
A quick google search brought up, that I need to add the jfxwt.jar from my java 1.8 directory (in my case /opt/Oracle_Java/jdk1.8.0_91/jre/lib/).
But the error didn't went away. I also tried the build options but nothing seemed to change anything.
First of all, I included the wrong jar. whoops. thanks to #DVarga for the tip.
But that wasn't the problem. So here are all the steps I took, to create a working e(fx)clipse environment:
Download the latest eclipse version and add the e(fx)clipse package.
Update to the latest JDK and reference that in the eclipse.ini file (1)
Tell ecplipse the path for the latest JDK. Although this tutorial is for MACs, it works pretty much the same in linux. There are a few differences tho:
The preferences menu is in window > preferences
The JRE type is not MacOS X VM but rather Standard VM
The JRE home path is the jdk1.8.0_VERSION folder (in my case /opt/Oracle_Java/jdk1.8.0_91)
I didn't need to add any other jar for javaFX to work properly.
(1) How to add the Java 1.8 path to eclipse
if you get the error "JavaFX was disabled because your java version is to old" (or something like this) you need to update to at least Java 1.8 and edit the eclipse.ini file in the eclipse folder.
There you have to look for the line -vm. In the next line is a path to an old Java version. Change that to the new path. It should look like this: /path/to/jdk1.8.0_VERSION/jre/bin/ in my case it is /opt/Oracle_Java/jdk1.8.0_91/jre/bin/

Glassfish installation problems on eclipse kepler

I am installing Glassfish 3 on eclipse kepler. But, I am getting the following problem
Why I am getting this problem?.
How can I overcome this error to install glassfish server.
Please help me.
Thanks in Advance
As you can see on your screenshot the error message says that Glassfish needs a full Java JDK and not a JRE, like you selected.
If you have already installed a JDK choose that instead of "Default JRE".
If you didn't already install a JDK, do that and register it in your Eclipse (Settings -> Java -> Installed JREs).

How to install and run Telescope on Windows 7 (i.e. http://telesc.pe)

I couldn't get Meteorite and Telescope running on windows 7, any ideas how should we do this?
Here's what I tried:
installed Meteor on win7 using win.meteor.com
tried to install Meteorite (following instructions on its Github page), but it threw
couple errors (although it finished installation):
C:\Users\Daler\AppData\Roaming\npm\node_modules\meteorite\node_modules\ddp\node_modules\w
s\build\bufferutil.vcxproj(18,3): error MSB4019: The imported project
"C:\Microsoft.Cpp.D efault.props" was not found. Confirm that the path
in the declaration is correct , and that the file exists on
disk.
C:\Users\Daler\AppData\Roaming\npm\node_modules\meteorite\node_modules\ddp\node_modules\w
s\build\validation.vcxproj(18,3): error MSB4019: The imported project
"C:\Microsoft.Cpp.D efault.props" was not found. Confirm that the path
in the declaration is correct , and that the file exists on
disk.
cloned Telescope, then ran it with mrt from its folder, but got errors about missing dependencies of Meteorite. manually copied "router" and "page-js" packages to "Meteor/packages" as suggested here:
But still, running mrt or mrt run exits without error.
However running with meteor command sometimes starts the server on localhost and then fails due to a missing file and sometimes cannot find/start MongoDB.
Installing Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1 (as suggested by https://github.com/TooTallNate/node-gyp) fixed the MSB4019 error for me doing npm install xxx on Windows7 x64.
The readme of that update states that the recommended order is
Visual Studio 2010
Windows SDK 7.1
Visual Studio 2010 SP1
Visual C++ 2010 SP1 Compiler Update for the Windows SDK 7.1

Error while run mxmlc

I installed java 1.7 in my machine,
Now I'm getting following error while compiling mxmlc command for adobe air application..
This application has failled to start bcoz MSVCR100.dill was not found.
Please advice me...
Problem solved, here are my steps:
1. Install newest JRE (JRE7 currently) with default install dir(C:\Program Files\Java)
2. Copy C:\Program Files\Java\jre7\bin\msvcr100.dll into system32 directory

Resources