Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Coming in COLD(Clueless)
Coming in COLD [message #1717935] Thu, 17 December 2015 20:34 Go to next message
Jason Welch is currently offline Jason WelchFriend
Messages: 3
Registered: December 2015
Junior Member
Could use some guidance. I work for in IT for a school that is getting ready to do a robotics program next semester. I was tasked with installing Eclipse and Java JDK in preparation for this. That was all the information I was given.

Now the questions. What version of eclipse and Java do I need to get them started. We use single sign on and everyone has their own login. Is their a way to share the project between students? Any guidance would be helpful, not getting alot of information form actual use end.
Re: Coming in COLD [message #1717938 is a reply to message #1717935] Thu, 17 December 2015 21:24 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 12/17/2015 02:11 PM, Jason Welch wrote:
> Could use some guidance. I work for in IT for a school that is getting
> ready to do a robotics program next semester. I was tasked with
> installing Eclipse and Java JDK in preparation for this. That was all
> the information I was given.
> Now the questions. What version of eclipse and Java do I need to get
> them started. We use single sign on and everyone has their own login. Is
> their a way to share the project between students? Any guidance would be
> helpful, not getting alot of information form actual use end.

The most comprehensive exposé I've seen would be Lars Vogel's Eclipse
IDE tutorial. It's long, but says it all. Check it out.

http://www.vogella.com/tutorials/eclipseide.html
Re: Coming in COLD [message #1717939 is a reply to message #1717935] Thu, 17 December 2015 21:29 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
A few questions to start with:
What OS are you on?
Do you generally install applications on each workstation, or use some kind of shared apps infrastructure (eg, Citrix)?
Do you know (or can you find out) what SDK or toolkit will be used for the robotics coding?

[Updated on: Thu, 17 December 2015 21:30]

Report message to a moderator

Re: Coming in COLD [message #1717987 is a reply to message #1717939] Fri, 18 December 2015 12:36 Go to previous messageGo to next message
Jason Welch is currently offline Jason WelchFriend
Messages: 3
Registered: December 2015
Junior Member
Thanks for the reply.

We are on Windows 7 Pro 64-bit.
We install apps on each work station.
They will be coding in Java.
Re: Coming in COLD [message #1718025 is a reply to message #1717987] Fri, 18 December 2015 15:48 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
First you should install the latest Java JDK from Oracle (1.8 as of this writing, there's a link at http://www.java.com/en/download/faq/develop.xml).
Then get the latest version of Eclipse's IDE for Java Developers at https://www.eclipse.org/downloads/ . Depending on how you do the rollout to multiple workstations you might use the Installer instead of he direct package download.

When you say "share the project" do you mean Eclipse itself or the actual coding project(s) the students will be developing?
Re: Coming in COLD [message #1718220 is a reply to message #1718025] Mon, 21 December 2015 12:33 Go to previous messageGo to next message
Jason Welch is currently offline Jason WelchFriend
Messages: 3
Registered: December 2015
Junior Member
I believe he means the actual coding project the students will be developing.

I will definitely give the other 2 a download and look today.

Thanks for the help!
Re: Coming in COLD [message #1718333 is a reply to message #1718220] Tue, 22 December 2015 14:50 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Sharing projects needs to be done via a proper SCM system such as cvs, svn, git, etc. Eclipse does not support sharing of projects on-disk; don't try it; To nightmares and headaches that path leads.
Previous Topic:Using New Installer on Mac
Next Topic:eclipse does not insert @override annotation ?
Goto Forum:
  


Current Time: Fri Apr 26 21:03:32 GMT 2024

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

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

Back to the top