#My First Time Using Eclipse
28 messages · Page 1 of 1 (latest)
he also wanted us to use this as a guide
Could someone give me some tips on where I should be going to get help on understanding how to do these assignments on my own and efficiently?
File > New > Java Project
Input a project name
Finish
Select project on the left.
File > New > Class
Input a class name
Optionally check public static void... box
Finish
This should get you going.
where is the check for public static void?
"Which method stubs would you like to create?"
oh mb i thought you meant in the modifiers
Yeah, that method stub is for your main method.
How should I proceed with the error and warning?
Start writing the code I guess.
gonna keep it real idk how to start writing code
Oh
I kinda need like a little guide to push me in the right direction so I can learn on my own
Are you taking a class?
Yeah this cc told me to take an intro to java class
What is cc?
community college
Sounds good. That could be your avenue to learning java if you'd like.
quick question how long would the assignment I posted in here usually take to write up?
For you or for me?
someone like me who is completely new to coding
At least 1 hour I'd guess.
Okay my professor hasn't gone over this assignment or how to start anything and is just going over the history of java rn. I think he's going to go over it on monday since the assignment is due Wednesday. Thank You for the info.