Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Hiding my jars of applet

NarayanFeb 5 2011 — edited Feb 6 2011
Hello Can anybody tell me how can I hide my jar,lib jars or How could I load my applet without giving fully qualified jar destination.Whenever I make applet every user could easily access and download my jar but as I saw of big vendors like Opera, they usually hides their applet's jar files Could any body tell me how can it be done! Alternative ways will be appreciated

Thanks.
Narayan

Comments

2841567
Answer

Solved.

Found the mount instructions elsewhere:

[root@oracle7c OVM_EL5U4_X86_OVM_MANAGER_PVM]# fdisk -lu System.img

Disk System.img: 9023 MB, 9023132160 bytes, 17623305 sectors

Units = sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk label type: dos

Disk identifier: 0x0002a119

     Device Boot      Start         End      Blocks   Id  System

System.img1   *          63      192779       96358+  83  Linux

System.img2          192780    13414274     6610747+  83  Linux

System.img3        13414275    17623304     2104515   82  Linux swap / Solaris

mount -t auto -o loop,offset=$((63*512)) System.img /mnt/System

mounted the image file as /mnt/System.

Marked as Answer by 2841567 · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 6 2011
Added on Feb 5 2011
7 comments
232 views