Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Sealing a Jar
Sealing a Jar [message #37461] Mon, 09 December 2002 19:01 Go to next message
Eclipse UserFriend
Originally posted by: trentallenblack.hotmail.com

When I Export Java to a Jar File,
and I select, "SEAL THE JAR",
does this mean the code is secure?
i am not clear what this does.

What if I embed a password in the JAR?
(please, i don't want to get into a
discussion on passwords in the code)

thanks

:)

trentallenblack@hotmail.com
Re: Sealing a Jar [message #37530 is a reply to message #37461] Tue, 10 December 2002 09:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel_megert.oti.com

Trent Black wrote:

>When I Export Java to a Jar File,
>and I select, "SEAL THE JAR",
>does this mean the code is secure?
>i am not clear what this does.
>
Please consult the documentation of the JAR tool command. It explains in
detail what sealing means.
Tip: it does not protect your passwords ;-)

HTH
Dani
Re: Sealing a Jar [message #37774 is a reply to message #37461] Tue, 10 December 2002 19:29 Go to previous message
Eclipse UserFriend
Originally posted by: SARCHER.nc.rr.com

Packages stored in JAR files can be optionally sealed so that the package
can enforce version consistency. Sealing a package within a JAR file means
that all classes defined in that package must be found in the same JAR file.

http://java.sun.com/docs/books/tutorial/jar/basics/manifest. html#sealing

"Trent Black" <trentallenblack@hotmail.com> wrote in message
news:at2p9o$9mt$1@rogue.oti.com...
> When I Export Java to a Jar File,
> and I select, "SEAL THE JAR",
> does this mean the code is secure?
> i am not clear what this does.
>
> What if I embed a password in the JAR?
> (please, i don't want to get into a
> discussion on passwords in the code)
>
> thanks
>
> :)
>
> trentallenblack@hotmail.com
>
Re: Sealing a Jar [message #587282 is a reply to message #37461] Tue, 10 December 2002 09:24 Go to previous message
Eclipse UserFriend
Originally posted by: daniel_megert.oti.com

Trent Black wrote:

>When I Export Java to a Jar File,
>and I select, "SEAL THE JAR",
>does this mean the code is secure?
>i am not clear what this does.
>
Please consult the documentation of the JAR tool command. It explains in
detail what sealing means.
Tip: it does not protect your passwords ;-)

HTH
Dani
Re: Sealing a Jar [message #587393 is a reply to message #37461] Tue, 10 December 2002 19:29 Go to previous message
Simon Archer is currently offline Simon ArcherFriend
Messages: 24
Registered: July 2009
Junior Member
Packages stored in JAR files can be optionally sealed so that the package
can enforce version consistency. Sealing a package within a JAR file means
that all classes defined in that package must be found in the same JAR file.

http://java.sun.com/docs/books/tutorial/jar/basics/manifest. html#sealing

"Trent Black" <trentallenblack@hotmail.com> wrote in message
news:at2p9o$9mt$1@rogue.oti.com...
> When I Export Java to a Jar File,
> and I select, "SEAL THE JAR",
> does this mean the code is secure?
> i am not clear what this does.
>
> What if I embed a password in the JAR?
> (please, i don't want to get into a
> discussion on passwords in the code)
>
> thanks
>
> :)
>
> trentallenblack@hotmail.com
>
Previous Topic:Eclipse as Generic App Framework
Next Topic:Code protection in Java editor
Goto Forum:
  


Current Time: Fri Apr 26 07:08:29 GMT 2024

Powered by FUDForum. Page generated in 0.03558 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top