Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  In Application: Build Eclipse Project to JAR  (Read 180 times)
0 Members and 1 Guest are viewing this topic.
Offline Sammidysam

Senior Member


Medals: 4
Projects: 2



« Posted 2013-03-23 17:18:46 »

Is there a way for running an application that takes an Eclipse project and exports it as a JAR file or runnable JAR file?  I'm trying to make an application that when run will export my game's code to a JAR file and then add the JAR and its dependencies to a zip file (though the latter is not what I need help for) and update that to my website directory where then I can update my website to update my game.

If I could find how Eclipse creates the JAR file then I could mimic that in my code, how do you think I could accomplish that?
Offline matheus23

JGO Wizard


Medals: 72
Projects: 3


You think about my Avatar right now!


« Reply #1 - Posted 2013-03-23 18:45:40 »

Doing that yourself might be pretty hard.

I'd recommend to start using ant (or something similar). If you use ant, then you can build either your binaries or your artifacts/jars via the appropriate ant task. You can call the ant task via ant myAntTask from command line (you need to be in the directory of the build.xml).

Eclipse allows you to auto-generate an ant build xml.

See my:
    My development Blog:     | Or look at my RPG | Or simply my coding
http://matheusdev.tumblr.comRuins of Revenge  |      On Github
Offline Sammidysam

Senior Member


Medals: 4
Projects: 2



« Reply #2 - Posted 2013-03-23 20:18:49 »

I used Eclipse to save the JAR creation as an ANT script but upon calling ant MakeJar (it was called MakeJar) it says:

1  
2  
3  
4  
5  
6  
7  
C:\Users\Sam\Documents\Workspace\Zombies>ant MakeJar
Buildfile: C:\Users\Sam\Documents\Workspace\Zombies\build.xml

BUILD FAILED
Target "MakeJar" does not exist in the project "Zombies".

Total time: 0 seconds


What's going on?  It exists at the same directory as build.xml.

I fixed it!  I just had to rename it to build.xml and then it worked Cheesy

EDIT: I scripted for awhile and finished making my script that will update my game for me in one click.  I have learned the awesomeness of ANT.  It's a great tool Cheesy
Games published by our own members! Check 'em out!
Try the Free Demo of Droid Assault
Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #3 - Posted 2013-03-24 00:12:11 »

I have learned the awesomeness of ANT.  It's a great tool Cheesy
Ant is a very flexible build tool. I use it a lot in my project. You can even sign your JARs, create JNLP files and upload them into your server with Ant. Yes the automatic update mechanism is already implemented in Java Web Start........

Pages: [1]
  ignore  |  Print  
 
 

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (128 views)
2013-05-17 21:29:12

alaslipknot (135 views)
2013-05-16 21:24:48

gouessej (166 views)
2013-05-16 00:53:38

gouessej (158 views)
2013-05-16 00:17:58

theagentd (170 views)
2013-05-15 15:01:13

theagentd (155 views)
2013-05-15 15:00:54

StreetDoggy (199 views)
2013-05-14 15:56:26

kutucuk (223 views)
2013-05-12 17:10:36

kutucuk (222 views)
2013-05-12 15:36:09

UnluckyDevil (226 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.105 seconds with 21 queries.