Results 1 to 5 of 5
Thread: New to Java - Eclipse set up?
- 04-17-2012, 10:38 AM #1
Member
- Join Date
- Apr 2012
- Posts
- 2
- Rep Power
- 0
New to Java - Eclipse set up?
Hello all. I am a complete newbie to Java and have been following some video tutorials which have so far given be a very good insight into the world of Java. I want to start playing with some of my own code and running it on my PC but I am having trouble getting Eclipse configured properly.
My aim is to programme Android Applications and so I initially downloaded and configured Eclipse for this purpose. This may or may not be effecting my current issue with it not giving me an option to run my script as a Java Application.
I have followed Eclipse's own Hello World tutorial which is all going fine until I get to the last step where it says to right click on the created HelloWorld.java file and select Run As > Java Application but all I get is Run As > Run Configurations...
Is there another step in the Eclipse Configuration that I need to complete to be able to develop pure Java programmes rather than the Android variant that I orginally set it up for?
- 04-18-2012, 09:32 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: New to Java - Eclipse set up?
Start with Notepad++ and compile using the command line.
Once you know how the command tools work, and how the classpath works, then pick up an IDE.
Just spend the first month or so not on an IDE.Please do not ask for code as refusal often offends.
- 04-18-2012, 11:09 AM #3
Member
- Join Date
- Apr 2012
- Posts
- 2
- Rep Power
- 0
Re: New to Java - Eclipse set up?
Sounds like a better approach. Can you recommend any good tutorials to show how to set up and use a compiler? Also any good beginner java tutorials would be handy.
- 04-18-2012, 11:41 AM #4
Re: New to Java - Eclipse set up?
Why do they call it rush hour when nothing moves? - Robin Williams
- 04-24-2012, 09:29 AM #5
Member
- Join Date
- Apr 2012
- Posts
- 4
- Rep Power
- 0
Re: New to Java - Eclipse set up?
Hey, I just wanted to jump in here to say thanks for your Tutorial suggestion. I am new to Java and have been lurking through threads on this forum trying to find which direction to go. I've installed Eclipse and was looking for others who are using this IDE...
I ran into this thread and checked out the tutorial you suggested and from what I've seen, it is just what I need to find answers to questions such as... what Java can do, why program with it and other questions. This tutorial looks like it will answer most of my questions.
Thanks again....gif)
Dennis
Similar Threads
-
Java Eclipse error java.lang.ArrayIndexOutOfBoundsException
By prathamkool in forum New To JavaReplies: 5Last Post: 07-25-2012, 04:11 PM -
Java code / eclipse API's to close all open editors in eclipse
By userj2ee in forum EclipseReplies: 0Last Post: 07-27-2011, 12:52 PM -
java doc in eclipse
By programmer_007 in forum EclipseReplies: 4Last Post: 02-04-2010, 12:22 PM -
New to Java and Eclipse
By SamuelM in forum IntroductionsReplies: 3Last Post: 12-12-2009, 09:58 PM -
Java with Eclipse
By vns.ambi in forum New To JavaReplies: 2Last Post: 12-28-2008, 12:49 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks