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: Create my own Java installation.

  1. #1
    Member
    Join Date
    Jan 2013
    Posts
    57
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default Create my own Java installation.

    Hi everybody.

    I don't know if this is possible or what I'm asking is stupid, but I'm still learning.

    I developed my first app and I'm already distributing it to my clients with a SetUp containing my app, my files and a java 1.7 installation. The total in mb of my SetUp is 30mb approximately.

    So my question is, since I'm not probably using the whole Java library (files, wherever) that Java1.7 install, is it possible to find out what libraries, or packages I'm using and only install that in my clients computer?

    Thanks, and I hope somebody can help.

    I tried to be very clear, sorry for my English and my ignorance.


  2. #2
    Member
    Join Date
    Jan 2013
    Posts
    57
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default Re: Create my own Java installation.

    Notting?

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Create my own Java installation.

    I don't know if it is possible to take a subset of the components of the JRE for tailoring an installation.
    If you don't understand my answer, don't ignore it, ask a question.

  4. #4
    Member
    Join Date
    Jan 2013
    Posts
    57
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default Re: Create my own Java installation.

    Is there any way to compress that java installation file, so it wont be as heavy as it is now.

Similar Threads

  1. Replies: 8
    Last Post: October 3rd, 2012, 11:48 AM
  2. Java Installation with no Registry Key?
    By ch103 in forum Java Theory & Questions
    Replies: 1
    Last Post: October 20th, 2011, 06:41 PM
  3. Remote Installation
    By manshi in forum Java SE APIs
    Replies: 3
    Last Post: November 2nd, 2010, 05:52 AM
  4. [SOLVED] installation procedure for java 1.6 latest version on xp
    By sriraj.kundan in forum Java Theory & Questions
    Replies: 1
    Last Post: June 25th, 2009, 08:18 AM