RUVIDEO
Поделитесь видео 🙏

[Java-Beginner] Episode 1 : Getting Started

In this video you will learn how to install and setup the Eclipse IDE. This software will be used as the programming environment throughout the series.

Hello everyone, I am Mr. Programming - once known as
Canownueasy. This video will inform iyou how to set up a new
Java project in the Eclipse IDE.

First of all, open the IDE as I have done. Next, click
on "File" then go to "New" and select "Java project".

Next, enter your project name. It should describe what
you are going to be making.

If I were going to make an addition machine I could
call it "Auto Addition" or another title relatively close.

In the contents groupbox, you have the option to
create the project in the workspace or from an existing source.

Creating a project in the workspace will generate a
standard Eclipse format of folders and files. In this format,
"bin" will hold your compiled source code. "src" will hold
your actual source code and the folders that package them.

Creating a proejct from an existing source will allow
you to continue an already existing project. If required
Eclipse files such as the project's classpaths and project
information as missing, Eclipse will generate them for you.

The JRE groupbox holds which execution environment
your project will use. I'd leave it on JavaSE-1.6 as this is
the standard Java virtual machine as of the release of Java 1.6.

This groupbox also gives you the option to use a project
specific JRE. This is mainly used to debug projects as you will
be using the Java Development Kit to run your project.

The next groupbox is your project layout. You can either
use one folder to store all of your files or you can create
seperate folders for sources and class files.

Using the project folder as a root for sources and
class files is common for projects with a small number of files.

Projects with many files can confuse developers.
It's best to have seperation between your files.

I won't get into the groupbox working sets until
another tutorial as it is an advanced feature.

Now you can hit finish and Eclipse will set up
your project.

For captions of this tutorial,
see the video description.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «[Java-Beginner] Episode 1 : Getting Started», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.