Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Need help getting existing web app to eclipse(Need help getting existing web app to eclipse)
Need help getting existing web app to eclipse [message #1791904] Fri, 06 July 2018 15:59 Go to next message
Blake McBride is currently offline Blake McBrideFriend
Messages: 7
Registered: July 2018
Junior Member
Greetings,

I have an existing Java web app ( https://github.com/kiss-web/Kiss ) that runs fine under IntelliJ. It is a pretty simple app. I am trying to get it to run under eclipse Photon. I am pretty sure this would be really easy for someone who knows eclipse. I would like to develop some instructions to get it up under eclipse. Given how easy I expect this to be for someone who knows what they're doing with eclipse, and how difficult it is for me, I thought it would be easier to pay someone to help me than to figure it out myself.

So, if there is anyone out there who would like to take on this very short project, please contact me for details.

Thank you.

Blake McBride
blake1024@gmail.com
Re: Need help getting existing web app to eclipse [message #1791930 is a reply to message #1791904] Sat, 07 July 2018 20:08 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
Your project appears to be configured to use gradle for building. I don't have any personal experience with gradle, but Eclipse has a plugin to support gradle projects that would likely help get things going.

If you start by installing Eclipse IDE for Java EE Developers or Eclipse IDE for Java Developers, you can use Help->Install New Software to get the gradle plugin. Select Photon as the Work with: selection and then search for gradle.

After the install, you should be able to clone the project onto you workstation and use File->Import->Existing Gradle project to get it into your workspace.

If you are completely new to Eclipse, you can go through the Workbench basic tutorial and the Java development basic tutorial in the included Help documentation.
Previous Topic:Photon Installer "failed with an error" with no log file
Next Topic:How to debug eclipse c projects from windows command line?
Goto Forum:
  


Current Time: Wed Feb 05 12:52:50 GMT 2025

Powered by FUDForum. Page generated in 0.08417 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top