How to run a angularjs project in eclipse? - angularjs

I am using angularjs-eclipse tool of eclipse to use angularjs with eclipse .I have import the project and convert into angularjs project .
But now problem is that how to run this with a HTTP server ? Can someone please tell me what all the steps to run this project from eclipse ?
I tried to google/stackoverflow etc. to find the solution but i am not able to get a proper or working solution for this.
When i will select project->RightClicked i am not getting Run On Server option Please check below is the project structure

Related

How to setup OHIF on windows

Please what is the correct way to have this Running
i am trying to install this and get it running on windows using this documentation.
i have installed Meteor , and then navigated to the folder and typed meteor, as talked about from here and here
I am getting this as Error
run: You're not in a Meteor project directory.
To create a new Meteor project:
meteor create <project name>
For example:
meteor create myapp
For more help, see 'meteor --help'.
Please what am I not doing correctly.
If you want to use OHIF I suggest you upgrade to Version 3.
The setup is easier (with good documentation) and the code is more tidy: https://github.com/OHIF/Viewers
I would also suggest to use docker.
This project helped me a lot setting up my instance: https://github.com/trypag/ohif-orthanc-postgres-docker/blob/master/docker-compose.yml

I cant compile code from VS code to run on browser?

enter image description here
Cant run code using VS code why is that? How do I fix this issue?
First of all, you don't have react installed and so you don't have package.json file,
I would suggest you to search for create-react-app on google and follow their guide to creating a default react application. (From your image I understand you are trying to learn react)
Steps to follow;
Install NodeJS if it's not installed
https://github.com/facebook/create-react-app go there and follow installation guide

Issues with converting project to angularJS on eclipse

I am trying to get one of my angularJS project to work on eclipse. I have downloaded the angularJS plugins for eclipse, Started a Dynamic Web Project, and copied all my files into that folder. Now when I right click on the project and got to: Configure -> Convert to AngularJS Project, I get the Following error:
"Converting to angular project has encountered a problem..". Apparently, an internal error an whe I click details the it shows a problem with- tern/server/TernPlugin.angular1
And now every time I try to access any file from that project through the workspace this error jumps up:
'Synchronizing script resources with Tern server...' has encountered a problem
So basically I cannot convert my project to AngularJS. Anyone ever has similar issues?

How to configure eclipse to run angularjs

i have to run angularjs in eclipse. how do i configure eclipse ide.
I have installed AngularJs plugin from eclipse Market. but still not able to run AngularJs. Can anyone help me with this.
AngularJS Eclipse doesn't provide a Run As, because your Web Application can be managed with any HTTP Server (Tomcat, Jetty, WebSphere, etc).
If you wish to have a Run As, I suggest you that you transform your project to a WTP Eclipse Dynamic Web Project.

how to solve NoClassDefFoundError in cucumber test

i am using eclipse as a IDE and Selenium web driver. i am trying to run test in cucumber-JVM.
when i am run test it show me "NoClassDefFoundError ". can anyone help me to solve my problem. all relevant jar files are build in to project file.
Add cucumber-jvm-deps-1.0.3.jar file into your build path. You can download cucumber-jvm-deps-1.0.3.jar file from cucumber-jvm-deps-1.0.3
If the NoClassDefFoundError is coming from either XmlPullParser or dom4j/element
u need to install this Eclipse Plugin/Update:
Eclipse -> Help -> Install New Software…
http://cucumber.github.com/cucumber-eclipse/update-site

Resources