Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Is it possible to package Eclipse with plugins and to make it as an installable?

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Is it possible to package Eclipse with plugins and to make it as an installable?

    Hi,

    I would like to package the whole eclipse IDE along with some plugins and make it as an installable/executable. Is it possible to do this?

    I had tried File->Export option for packaging but it could package for a project within the eclipse. But my requirement is to package/bundle the eclipse IDE itself with no projects in it. With that newly created executable, I want to develop new projects.

    I would also like to know whether any open source/commercial tool is available to create an installer for eclipse.

    Kindly share your thoughts on the above requirement. Thanks in advance


  2. #2
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: Is it possible to package Eclipse with plugins and to make it as an installable?

    You'd need to ask this question on an Eclipse forum. Isn't this what the eclipse download does already? Eclipse Downloads

  3. #3
    Junior Member
    Join Date
    Sep 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is it possible to package Eclipse with plugins and to make it as an installable?

    Quote Originally Posted by Sean4u View Post
    You'd need to ask this question on an Eclipse forum. Isn't this what the eclipse download does already? Eclipse Downloads
    Hi, Thanks for your reply.

    Ur statement is right..but our requirement is to provide 'n' number of users a consistent IDE with 'x' number of required plugins & reduced size of eclipse so that all users in our project will have a consistent IDE.

    I have also posted the same question on the Eclipse forum; yet to get a reply!

  4. #4
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: Is it possible to package Eclipse with plugins and to make it as an installable?

    What OS are you installing on? If it's Linux of some kind, you should be able to unpack the tar.gz, eyeball the configure / make file, remove stuff you don't want, add stuff you do and tar it all up again. As it's an open source project, you may find that all the components you need to create a *source* distribution are already included.

    Maybe you don't want a source distribution, as that requires the user to build it. If you're using a platform like Ubuntu, you could create an installable custom package using instructions like these:
    https://wiki.ubuntu.com/PackagingGui...gesFromScratch

    The ultimate in identical development environments would be to host your IDE on the network and have thin-fat clients.

Similar Threads

  1. Simple package problem, package does not exist error
    By Farmer in forum Object Oriented Programming
    Replies: 3
    Last Post: August 23rd, 2011, 11:18 AM
  2. Eclipse plugin - Analyzing a package
    By dunnkers in forum Java Theory & Questions
    Replies: 0
    Last Post: March 12th, 2011, 05:27 PM
  3. Replies: 0
    Last Post: November 27th, 2010, 10:47 PM
  4. How to instal JDBC driver package in eclipse
    By sathish in forum JDBC & Databases
    Replies: 2
    Last Post: September 2nd, 2010, 10:09 AM
  5. About plugins for eclipse
    By sun26 in forum Java IDEs
    Replies: 1
    Last Post: November 20th, 2009, 09:43 AM