Jump to content

[Guide] - How To Compile With Eclipse + Images + Links | 07/09/11 UPDATED!


Recommended Posts

Posted


 

Hello people, here's my first guide.

My guide is about how to compile with eclipse and explain how the program works.

The guide is short, it looks large because there are lots of images who are good for you to know what to do and its a visual guide too.

The only thing you need is patience.

Well, here's my guide.

 

 


Subversion Installation:


 

Subversion Download: http://sourceforge.net/projects/win32svn/

 


 

1) Execute the program installer and you will see something like this:

 

sv1.jpg

 

2) Click on the "Next" button and you will see that window:

 

sv2.jpg

 

3) Again we click on the "Next" button and the installer will ask you where do you want to install the program, i recommend the default folder.

 

sv3.jpg

 

4) When all be ready, click on "Install" button and the installation will start.

 

sv4.jpg

 

5) After the program was installed just press on the "Finish" button to exit the program installation and go to the next step.

 

sv5.jpg

 

The Subversion is installed and ready to use.

 


Java 7 Installation:


 

Java 7 JDK Download: http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html

Java 7 JRE Download: http://www.oracle.com/technetwork/java/javase/downloads/java-se-jre-7-download-432155.html

 

Java for Windows x32 bits (I'm using it.):

Download Java 7 for Win x32: http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-windows-i586.exe

 


 

1) Execute the installer and you will see something like this:

 

java1.jpg

 

2) Click on the "Next >" button and we will see something like that:

 

java2.jpg

 

3) Click on the "Next >" button and the installation will start.

At the end of the installation, we will see a window like this:

 

java3.jpg

 

4) Press on the "Finish" button and the Java 7 will be installed and ready for use.

 


Eclipse:


 

Download: http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.5-200906111540/eclipse-SDK-3.5-win32.zip

Update: http://www.mediafire.com/?arf64yc14n11a7e

 


 

Before executing the Eclipse, install the update i made.

Follow the steps:

 

1) Go to: "eclipse/plugins/" and delete the folder called "org.apache.ant_1.7.1.v20090120-1145".

2) Uncompress the file "Update.rar" and paste the folder called "org.apache.ant_1.7.1.v20090120-1145" to the same place the deleted one were.

 

Now, we execute the program by clicking on "eclipse.exe" and wait for the program start.

When the program be executed, you will see something like this:

 

1.jpg

 

Close the "Welcome" message by clicking on the cross.

 

Now we go to the upper menu: "Help -> Install New Software" like the images show it:

 

1.jpg

 

And we will see something like this:

 

2.jpg

 

Click on the "Add" button like the image and on the window who opens click on "Name:" blank, on the blank write "Subversion" and were says "Location:" put that link: http://subclipse.tigris.org/update_1.6.x

And click "OK".

 

3.jpg

 

Mark the buttons and click on "Next >" button.

 

4.jpg

 

Dont tuch anything and click on "Next >"

 

5.jpg

 

Click on "I accept the terms of the license agreements" and click "Finish", wait for the updates download and ready.

 

6.jpg

 

Now, click on the upper menu: "Window -> Preferences"

 

2.jpg

 

And a window appear, a window like that:

 

3.jpg

 

In the menu, we select the option "Java" and after that we select "Installed JREs" and click on the "Search" button like the image shows it:

 

4.jpg

 

When the window appear, click on the "Search" button, search the location of the "Java" folder, who the default folder is: "My Pc - Local Disk (C:) - Program Files - Java". When we find it, we select the folder and we click on "Accept" button.

 

5.jpg

 

And now, you will se 2 types of Java installed. The 2 types are: "jdk1.7.0" and "jre7".

Click on the button of "jdk1.7.0" and click on "OK" button to finish with this step.

 

6.jpg

 

And now, we go to the upper menu and click on "Window -> Show View -> Other..." like the images show it:

 

7.jpg

 

A window will appear. click on "SVN" and after select "SVN Repositories" and click on the "OK" button.

 

8.jpg

 

Now, where say's on the menu below "Problems - Javadoc - Declaration" a new option will be added, who is "SVN Repositories".

Click on "SVN Repositories" and right click on the blank space and click on "New -> Repository Location"

 

9.jpg

 

Now, were says: "URL:", on the text blank, on the right we must put the SVN of the Core and DP.

 

SVN List:

L2JServer Freya

Revision: Last

Core: http://svn.l2jserver.com/trunk/L2J_Server/

DP: http://svn.l2jdp.com/trunk/L2J_DataPack/

 

The "Core" is were all the configuration files are (.properties) and the java files who when you compile the server they be compiled on "l2jserver.jar".

The "DP" (Data Pack) is were all the HTM, XML, etc. files are and where all the Scripts, Quest, Instances are.

 

On "URL:" we put the Core link, like the image:

 

10.jpg

 

We put the link and we click on "Finish".

Wait to load and ready.

After do it with the link of the DP too, you will see something like that:

 

11.jpg

 

 

Now, before adding the Core and DP links, click on the first link and select the option "Checkout"

 

12.jpg

 

Dont tuch anything and click on the "Finish" button.

 

13.jpg

 

It will delay a few minutes because all the files of the Core and DP are been downloaded. The files are saved by default on: "C:/workspace/L2J_Server" (Core) and "C:/workspace/L2J_Datapack" (DP)

 

When the "Checkout" finish his work, you will see something like this:

 

14.jpg

 

Now, we have all ready to compile. Right click on "build.xml" and select the next options: "Run as -> 1 Ant Build" like the image:

 

15.jpg

 

And you will see a proccess on the console.

If the final proccess says: "BUILD SUCCESSFUL" you done all the work without errors and your pack is compiled! CONGRATULATIONS!

If it says "BUILD FAILED", is because you do something worng.

You have to do the same proccess with both checkouts, L2J_Server and L2J_Datapack.

 

Now, with all compiled go to: "C:\workspace\L2J_Server\build" and you will find: "L2J_Server.rar", thats the core compiled. And in: "C:\workspace\L2J_Server\build" there's the "L2J_Datapack.rar" compiled and ready to use.

Now, what we do with this 2 ".rar" files, move them to a folder, for example, a folder called "Server", select them and right click on one of them and click on "Extract Here" like you see it on the image:

 

16.jpg

 

When all be uncompressed, you will have your pack compiled by yourself.

 

CONGRATULATIONS! YOU HAVE BEEN COMPILED YOUR PACK SUSCCESSFULY

 


 

Credits:

 


 

Guide Creation: FFs

 

PS: My English is not very good, sorry :(

 


Posted

very clean and easy to understand thank you very much for this share bro keep it up

 

Thanx to you for read this guide :)

Posted

are you still there ?

 

it's already explained :|

 

I know, but some of the guides are worng or dont have lot of images who explain it better, its just my guide, if it is useless, just delete it, no problem.

Posted

I know, but some of the guides are worng or dont have lot of images who explain it better, its just my guide, if it is useless, just delete it, no problem.

 

//true most of the guides are outdated, like everybody forgets that eclipse changes image and updates making some options unavailebel and this guide is up to date

Posted

//true most of the guides are outdated, like everybody forgets that eclipse changes image and updates making some options unavailebel and this guide is up to date

 

Thanx for the support my friend :)

I'm glad you liked it :D

  • 2 weeks later...
  • 2 weeks later...
Posted

Great guide, used right now for freya. Thx a lot

 

If you need something else just tell me and i'll help u :)

 

Posted

I think this guide should be stickied...right?

 

I think so :)

Its a guide updated to 05/10/11 :) and its for Freya, H5 and another projects who use Java 7

Posted

Hi, i have a little problem that some of you might be able to solve for me?

 

When im doing the update download it stops at the middle and gives me this error:

An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at http://subclipse.tigris.org/update_1.6.x/plugins/com.sun.jna_3.2.7.jar.
Read timed out
Unable to read repository at http://subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.core_1.6.18.jar.
Read timed out
Unable to read repository at http://subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar.
Read timed out
Unable to read repository at http://subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.graph_1.0.9.jar.
Read timed out
Unable to read repository at http://subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.tools.usage_1.0.1.jar.
Connection reset
Unable to read repository at http://subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.ui_1.6.18.jar.
Read timed out
Unable to read repository at http://subclipse.tigris.org/update_1.6.x/plugins/org.tmatesoft.svnkit_1.3.5.7406.jar.
Read timed out

34xmh03.png

Posted

Close and open the eclipse and try again.

If the problem continues, try with this link to make the update: http://subclipse.tigris.org/update_1.4.x

Ok, now i tryed this and it didnt work.. When i used the update link 1.4 i got this error
Cannot complete the install because one or more required items could not be found.
  Software being installed: Subclipse Integration for Mylyn 3.x (Optional) 3.0.0 (org.tigris.subversion.subclipse.mylyn.feature.group 3.0.0)
  Missing requirement: Subclipse Integration for Mylyn 3.x (Optional) 3.0.0 (org.tigris.subversion.subclipse.mylyn.feature.group 3.0.0) requires 'org.eclipse.mylyn.tasks.core [3.0.0,4.0.0)' but it could not be found

And it took me arround 30-60 minutes to do it :O (last time i had eclipse installed i had no problems, and it took me arround 5 minutes to install)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • This post originally appeared on MmoGah. Welcome to Borderlands 4, the latest installment in Gearbox Software's beloved looter-shooter franchise. Set in the sprawling world of Kairos, this game introduces new mechanics, characters, and a vast open-world experience. Whether you're a series veteran or a newcomer, this guide will walk you through everything you need to know to get started and succeed.       Choosing Your Vault Hunter Borderlands 4 offers four unique Vault Hunters, each with distinct abilities and playstyles: Amon: A close-quarters tank who excels with shotguns and melee attacks. Ideal for aggressive players who like to be in the thick of battle. Vex: A stealthy clone master who can duplicate herself to confuse enemies and amplify damage. Great for tactical players. Rafa: A long-range specialist with sniper skills and elemental traps. Perfect for precision shooters. Harlowe: A support-oriented character with healing and crowd-control abilities. Best for team players or solo survivalists. Tip: Read each character's affinity and skill tree before committing. You can respec later, but starting with a character that matches your playstyle makes the early game smoother.   What to Do First After completing the prologue, you'll land in Kairos with your first mission: Recruitment Drive. Here's what you should prioritize: Complete "Down and Outbound" This unlocks the Digi-Runner, your summonable vehicle. It's essential for fast travel and early combat support. Secure a Safehouse Safehouses offer fast travel, contracts, and gear storage. Claim one early to make exploration easier. Upgrade Your Backpack Inventory space is limited at first. Upgrading your backpack lets you carry more loot and ammo. Unlock the Glidepack This mobility tool allows you to traverse vertical terrain and reach hidden areas. Return Lost Capsules These collectibles offer XP and gear. They're scattered across Kairos and are worth hunting down.   Navigating Kairos Borderlands 4 removes the traditional minimap. Instead, you'll rely on: ECHO-4 Drone: Your personal navigator. It highlights paths, climbable walls, and grapple points. Radar Display: Enable this in the settings (Gameplay → Toggle Radar Display) for better orientation. Custom Waypoints: Use these to mark objectives or loot spots on your map.   Combat Tips Combat in Borderlands 4 is fast, chaotic, and rewarding. Here's how to stay alive and dominate: Use Cover and Movement Kairos is filled with vertical terrain. Use walls, ledges, and grapple points to dodge enemy fire. Elemental Matchups Matter Match your weapon's element to enemy weaknesses: Fire: Best against flesh Shock: Effective on shields Cryo: Slows and freezes Corrosive: Destroys armor Test Action Skills Each character has three skill trees with unique capstones. Don't hesitate to respec if a skill doesn't suit you—Borderlands 4 money is easy to earn. Use Vehicle Weapons The Digi-Runner comes equipped with basic weapons. Use it to soften up enemies before engaging on foot.   Leveling Up Efficiently XP is crucial for unlocking skills and gear. Here are the best ways to level up: Main Missions: Progress the story to unlock key tools and areas. Side Missions (Contracts): These are found in Safehouses, which offer quick XP and gear. Farm Bosses: Some bosses drop legendary loot and give decent XP. Replay Vault Missions: These are harder but offer large XP rewards. Prospects Drill Site: A top-tier farming location with high XP and legendary gear chances.   Looting and Gear Loot is the heart of Borderlands. Here's how to maximize your haul: Color Rarity Guide: White: Common Green: Uncommon Blue: Rare Purple: Epic Orange: Legendary Don't Just Chase DPS Look at weapon stats like reload speed, magazine size, and elemental effects. A lower-DPS gun with better utility might outperform a high-DPS one. Legendary Drops Bosses and elite enemies have a chance to drop legendary weapons. Keep farming if you're after something specific. Black Market Vendor Hidden in Kairos, this vendor sells rare gear. Check back often for rotating stock.   Advanced Tips Once you've got the basics down, here are some pro-level strategies: Drive Recklessly Vehicles explode easily, but you can summon a new one instantly. Use them aggressively. Fishing Minigame Yes, Borderlands 4 has fishing! Look for bubbling water spots. Fish can be traded for gear or used in crafting. Accessibility Settings Reduce screen shake and head-bob if you're prone to motion sickness. It makes long sessions more comfortable. Explore After Getting Vehicle The map is massive. Wait until you have the Digi-Runner before venturing far from mission hubs. Collect Vault Symbols These unlock lore, XP, and sometimes gear. They're hidden throughout the world.   Final Thoughts Borderlands 4 is a wild ride full of loot, laughs, and laser fire. As a beginner, focus on: Picking the right character Unlocking your vehicle early Using ECHO-4 for navigation Farming XP through missions and bosses Matching elemental weapons to enemies Respeccing your skills to suit your playstyle With these tips, you'll be well on your way to becoming a legendary Vault Hunter in Kairos.
    • Upgrade your Telegram Gifts to NFT level with SOCNET! Buy Telegram Stars quickly, conveniently, and at the best prices — maybe you’ll be lucky enough to get a rare black-background model! Active SOCNET Store Links: Digital goods store (Website): Go Store Telegram bot: Go – convenient access to the store through the Telegram messenger. Telegram bot for purchasing Telegram Stars: Go – fast and profitable way to buy Telegram Stars. SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during September! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — simply open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Upgrade your Telegram Gifts to NFT level with SOCNET! Buy Telegram Stars quickly, conveniently, and at the best prices — maybe you’ll be lucky enough to get a rare black-background model! Active SOCNET Store Links: Digital goods store (Website): Go Store Telegram bot: Go – convenient access to the store through the Telegram messenger. Telegram bot for purchasing Telegram Stars: Go – fast and profitable way to buy Telegram Stars. SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during September! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — simply open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Upgrade your Telegram Gifts to NFT level with SOCNET! Buy Telegram Stars quickly, conveniently, and at the best prices — maybe you’ll be lucky enough to get a rare black-background model! Active SOCNET Store Links: Digital goods store (Website): Go Store Telegram bot: Go – convenient access to the store through the Telegram messenger. Telegram bot for purchasing Telegram Stars: Go – fast and profitable way to buy Telegram Stars. SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during September! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." — post it in our forum thread! 3. Get $1 for your first SMM Panel trial — simply open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock