Jar

Discussion in 'Programming General' started by syth4, Mar 18, 2007.

Jar
  1. Unread #1 - Mar 18, 2007 at 12:45 PM
  2. syth4
    Joined:
    Jan 28, 2007
    Posts:
    173
    Referrals:
    1
    Sythe Gold:
    1

    syth4 Active Member

    Jar

    Hi,
    I'm a little new in the Java app area but how do i make JAR apps with the .class nad the runsclient.bat, compile.bat etc how?
    (And i need it to be able to be inbedded in a webpage)

    Thanks :)
     
  3. Unread #2 - Mar 19, 2007 at 9:29 PM
  4. dbmain
    Referrals:
    0

    dbmain Guest

    Jar

    if you have the JDK installed and javac working in the cmd pad if you want to create a jar file....
    jar -cf filename.jar filestoaddhere.txt
     
  5. Unread #3 - Mar 28, 2007 at 10:46 PM
  6. aut0er
    Joined:
    Apr 28, 2005
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0

    aut0er Active Member

    Jar

    open notedpad
    type in:
    Code:
    @echo off
    jar -cf FILENAME.jar FILE_TO_ADD.java
    
    filename = name of jar file
    file to add = the java file to add to the jar

    --Aut0er
    EDIT: looked at the last post which is almost the same as mine lol my bad
     
< Adding Tabs? | IsNumeric C# >

Users viewing this thread
1 guest


 
 
Adblock breaks this site