You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Eclipse Workspace configuration for java developers.
13
+
14
+
### What configurations?
15
+
16
+
- Window
17
+
- Perspective
18
+
- Customize perspective
19
+
- Java EE
20
+
- Preferences
21
+
- General
22
+
- Keys
23
+
- Workspace
24
+
- Java
25
+
- Appearance
26
+
- Members Sort Order
27
+
- Code Style
28
+
- Clean Up
29
+
- Code Templates
30
+
- Formatter
31
+
- Compiler
32
+
- Building
33
+
- Erros/Warnings
34
+
- Javadoc
35
+
- Editor
36
+
- Content Assist
37
+
- Advanced
38
+
- Favorites
39
+
- Save Actions
40
+
- Templates
41
+
- Run/Debug
42
+
- Console
43
+
- Perspectives
44
+
- Run
45
+
- Run Configurations
46
+
- Maven Build
47
+
48
+
*Note: All configurations was made with a clean Eclipse version, without none additional plugins.*
49
+
50
+
## Using Java Eclipse Workspace
51
+
52
+
1.[Download](https://www.eclipse.org/downloads/) and install the **Eclipse Java EE IDE for Web Developers**
53
+
1. Open the Eclipse IDE in a new workspace to that the Eclipse build a workspace, after fully open, close the IDE
54
+
1.[Download](https://github.com/InfinityRefactoring/java-eclipse-workspace/archive/master.zip) this repository and copy the directory `.metadata` and paste inner the workspace directory, that was previously created replacing all files
55
+
1. Your workspace is configured! Now you can open the IDE normally.
56
+
57
+
## Tested on
58
+
59
+
```
60
+
Eclipse Java EE IDE for Web Developers.
61
+
Version: Oxygen.3a Release (4.7.3a)
62
+
Build id: 20180405-1200
63
+
```
64
+
65
+
## Licensing
66
+
67
+
**InfinityRefactoring/java-eclipse-workspace** is provided and distributed under the [Apache Software License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
0 commit comments