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 there anybody can help me to learn about java .jar mobile application?

  1. #1
    Junior Member
    Join Date
    Apr 2021
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation Is there anybody can help me to learn about java .jar mobile application?

    I wanna edit java .jar app's files, such as java jar book (txt).plz help if you can !!!

  2. #2
    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: Is there anybody can help me to learn about java .jar mobile application?

    A .jar file contains program resources. See the API doc for the jar command for how to create a .jar file.
    https://docs.oracle.com/javase/8/doc...jar/index.html
    If you don't understand my answer, don't ignore it, ask a question.

  3. The Following User Says Thank You to Norm For This Useful Post:

    Mr.adnan (April 30th, 2021)

  4. #3
    Junior Member
    Join Date
    Apr 2021
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Is there anybody can help me to learn about java .jar mobile application?

    in java Gameloft .jar game,there are these files: picture.sound.class. Ane etc. gameloft remove the extension.now How can I restore those files with my Java mobile? On the other hand In a .jar book , the vendor in java Gameloft .jar game,there are these files: picture.sound.class. Ane etc. gameloft remove the extension.now How can I restore those files with my Java mobile? On the other hand In a .jar book , the vendor Has resorted to the same method.

  5. #4
    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: Is there anybody can help me to learn about java .jar mobile application?

    A .jar file has the same structure as a .zip file. Any utility that can open and extract files from a zip file can do the same with a jar file.
    If you want to change the contents of a jar file, extract its contents to a folder using a zip utility, update the files in the folder and then use the zip utility to create the jar file with the same structure as it had before this process began.

    I've never worked with secured jar files and there may be restrictions on what can be done to the jar file.

    This thread moved from What's wrong section - There is no OP code with problem here.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 1
    Last Post: August 23rd, 2013, 06:33 AM
  2. Create Java Enterprise Application with Mobile Client
    By praveensingh18 in forum Java Servlet
    Replies: 2
    Last Post: August 18th, 2012, 06:02 PM
  3. CITYMAP MOBILE APPLICATION IN JAVA
    By AgentDucky in forum Object Oriented Programming
    Replies: 3
    Last Post: June 25th, 2012, 04:26 AM
  4. Replies: 2
    Last Post: March 3rd, 2011, 02:22 PM
  5. [SOLVED] How to start writing java mobile application?
    By Koâk in forum Java ME (Mobile Edition)
    Replies: 15
    Last Post: July 30th, 2009, 01:52 AM

Tags for this Thread