Results 1 to 2 of 2
Thread: jar Deployment
- 06-26-2012, 07:14 PM #1
Member
- Join Date
- Jun 2012
- Posts
- 1
- Rep Power
- 0
jar Deployment
I am developing an application on my desktop, though to test it i need to deploy it into an environment which requires the jar to be transferred via multiple hops.
So even after making a small change, i have to rebuild the whole Project, and send the JAR (Already ~ 12MB), to the test server, transferring it via the multiple hops, which are very slow.
What i want to know is, can i just build the project in Eclipse (to check for any compilation errors) and transfer only the changed java file/class and update it into the jar which already exists in test-server?
I read that we can use jar -u to update the jar, but i am not able to make it work.
Could any of you please advise how this can be done? (If it is possible?) Or if there is any other easier way to handle this?
- 06-26-2012, 07:35 PM #2
Re: jar Deployment
What do you mean when you say that you are not able to make it work? You should be able to update the jar. How did you try that? What exactly happened?
How to Ask Questions the Smart Way
Static Void Games - GameDev tutorials, free Java and JavaScript hosting!
Static Void Games forum - Come say hello!
Similar Threads
-
Deployment error
By selvatheneo in forum Java ServletReplies: 0Last Post: 11-18-2010, 05:48 PM -
Servlet Deployment
By 67726e in forum Java ServletReplies: 1Last Post: 09-21-2010, 02:22 AM -
Deployment
By rob in forum Enterprise JavaBeans (EJB)Replies: 1Last Post: 04-08-2009, 11:03 PM -
hot deployment
By Manas Das in forum Advanced JavaReplies: 0Last Post: 01-21-2009, 06:24 PM -
deployment
By Nicholas Jordan in forum NetBeansReplies: 4Last Post: 07-09-2008, 06:10 PM
Bookmarks