Signing  a trusted jar for use with forms

I have not found sufficient documentation on how to sign a new jar for use in conjunction with forms.
I have read the descriptions in the getCLientInfo bean.
This doesn't cover the whole subject.
What must be done in Jinitiator? for instance.
Can someone direct me to a more exhaustive source of information?
I've done everything I can think of and /or discover and I'm still getting Security exceptions.
Mick

Adrienk wrote:
is the a tutorial on how to open a .jar file and use it with in eclipse by keeping the same file structure?Is your shift key broken, or are you just too lazy to apply once at the start of each sentence?
In any case, for Eclipse problems, see [http://www.google.com/#q=eclipse+forum].

Similar Messages

  • Where to place 3rd party jars for use with SSPI

    I have a question regarding the SSPI. Our custom sspi uses some third party jars
    for things such as persistence and caching. Our problem is that the sspi jar
    file that is placed in the mbeantypes directory relies on some of these jars,
    therefore they must be available at startup. However since we will be installing
    the sspi on several different Weblogic 8 servers I do not want to modify each
    startup script to explicitly include each jar in the classpath.
    Is there a place or a best practice that we can use to allow the sspi find these
    libraries? Note: we tried the JAVA_HOME/jre/lib/ext directory which does not
    seem to work.

    You will need to have them in the classpath
    Tony
    "tobin" <[email protected]> wrote in message
    news:40882da6$[email protected]..
    >
    I have a question regarding the SSPI. Our custom sspi uses some thirdparty jars
    for things such as persistence and caching. Our problem is that the sspijar
    file that is placed in the mbeantypes directory relies on some of thesejars,
    therefore they must be available at startup. However since we will beinstalling
    the sspi on several different Weblogic 8 servers I do not want to modifyeach
    startup script to explicitly include each jar in the classpath.
    Is there a place or a best practice that we can use to allow the sspi findthese
    libraries? Note: we tried the JAVA_HOME/jre/lib/ext directory which doesnot
    seem to work.

  • Encoding HTML for use in forms

    This is probably a dumb question and is something I've probably overlooked in the API's, but before I write a huge block of code to deal with the problem, I thought I'd ask here first:
    I'm wrinting a form to add/edit records in a database. Is there an easy way to encode what a value to be inserted into a HTML document? e.g.
    <INPUT NAME="title" VALUE="[value to be inserted goes here]" />The actual pasing/insertion has already been coded, but the problem I have is I need something to encode the value before it is inserted. Why? If the value contains quotes, it will break the tag e.g.
    <INPUT NAME="title" VALUE="A value with "quotes" will break this tag" />In addition to this, in some cases I need to encode all HTML special characters ( <tag> to >tag< ) so that the following does not occur:
    <TEXTAREA NAME="post">
    You would think that it's safe to put anything in this block,
    but if some crafty bugger enters </TEXTAREA> in this field in the database,
    there's gonna be trouble...
    </TEXTAREA>And if I encode these tags I will, of course, need some way of decoding the tags too...
    This isn't too difficult a task, but I really don't want to write code to do this if it's already somewhere in the API since there's bound to be some oversights I havn't considered and blah blah blah. So is it in there?
    *** interesting note - this forum could do with something that deals with the </TEXTAREA> problem - I previewed this post and when I came back to edit it, the </TEXTAREA> tag broke the form. Typical...

    URLEncoder.encode() was what I looked at first - since it is designed for use with URL's (hence the name) it has several big drawbacks, formost of which is that all spaces are converted to "+" signs. Not good at all...
    As I originally said, what I require is a little more complex, and I was initially surprised at how little support there is in the API considering Java has such strong tie-ins with internet-related tech (especially with the recent popularity of servlets and JSP).
    Here is a brief example: in the database there is a record of a post, much like the forum posts you see here. The post has a title, and in this title the poster has thoughtfully included an ampersand(&):
    This is the title of my post & I think it's gonna give the Kid some headachesNaturally, I wanna encode the ampersand to &amp; Preferrably when the post is originally made. This is no big deal. What gets inserted into the database will be:
    This is the title of my post & I think it's gonna give the Kid some headachesSay at some point in the future the post will be edited, in the editing screen html there will be something like:
    title:<INPUT NAME="title" VALUE="This is the title of my post & I think it's gonna give the Kid some headaches" /><BR />Now, if you view that snippet of code in a browser, what you will see is an input box containing the text:
    This is the title of my post & I think it's gonna give the Kid some headachesSo I guess the string must be encoded again before it is inserted in the VALUE="" of the the INPUT tag. Also, not a big deal (though I have to remember not to encode the string when it is not being used in an input tag - otherwise it will ALWAYS be displayed as &amp;)
    A side note is that other ampersand escaped characters get screwed up when encoding them twice i.e &quote; ends up getting saved as &amp;quote;, which is something that I don't want. The code to get around this is simple, but I resent having to write it as I see it as being an essential method when outputting html and should, in my opinion, be included somewhere in the API.
    Anyway, that has already been done and works fine. Now I'm working on parsing the passed post so that only the <tags> that I want to be allowed are left unchanged, and the rest of the &lt;tags&gt; are encoded (including the dreaded </TEXTAREA>). There's precious little hope that there's anything out there that will do this for me, but it was worth asking before I started...
    Cheers for your interest.
    Note: writing this post has been a king-sized pain in the arse since I had to make sure all the &'s were written as &amp; and all the &amp; written as &amp;amp; - nightmarish.

  • What is an easy web-page creation program for use with MacBook Pro?

    Can anyone suggest an easy web-page creation program for use with MacBook Pro?  I have used FrontPage with my PC, but am changing to a MacBook Pro.

    It largely depends on your skill level. Do you want to write web page code, or do you want to just design something and have it turn into a web page automatically?
    If you are more of a designer, try these:
    RapidWeaver
    Freeway Pro
    Muse
    If you want to write web page code, try these:
    Coda
    BBEdit
    Dreamweaver
    If you really don't want to write the code and want the best experience for your viewers, and you want to spend the least amount of time on it, my recommendation is:
    No program at all.
    Instead, sign up with a web site company like:
    WordPress.com (hosted by them) or WordPress.org (hosted on your server)
    Squarespace
    Wix
    The reason is that these companies have fully operational, nicely designed web site templates that you just fill in with your words and pictures, and they are ready to go. They also give you these benefits:
    Already designed to the latest web standards
    Already designed to resist hackers
    Already designed to work on all browsers
    Already designed to automatically adjust the page for readability on desktop, laptop, tablet, and smartphone screen sizes
    Already designed for accessibility
    Already designed for Search Engine Optimization so that your page will be found on Google
    Already designed with social media links built in if you want
    It is not like the old days where you build a site in Front Page and you assume it will only be seen on a desktop computer. If you build it yourself with a web page program, do you have the knowledge to make a site that works on all of the different web browsers and mobile devices, and is friendly to search engines and social media? If you don't have those skills, working with a website company can be a lot better, faster, and more reliable than trying to hammer all of that out yourself using code in some app.

  • Where can I find Icon files (*.ico) for using in forms

    Q) Where can I find Icon files (*.ico) for using in forms?
    Explaination: I am looking for icons for showing them in my application. Like I have an iconic button for 'Data Entry' option on Vertical Toolbar. Then one icon for Reports and Queries and so on. I need some icons which reflect the heading like for 'Data Entry', I would like a person working on a keyboard. For reports I would like to have a person reading a report or something like that.
    Can I find such icons on internet or any specific site?
    Pl. guide.
    TIA
    Tariq

    There are thousands and thousands of places on the internet to find .ICO files. Just find one with image and size you want, and use it.
    Note that if you are using web-deployed Forms, you will need to convert the .ICO file to .GIF or .JPG for runtime. The Forms Builder still uses .ICO files, though.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • JDBC for use with jdk1.4

    Is the download file:JDBC for use with jdk1.4 in oracle website contains oracle jdbc2.0 ??

    Is the download file:JDBC for use with jdk1.4 in oracle website contains oracle jdbc2.0 ?? the JDK 1.4.x related jars/zips @ http://otn.oracle.com/software/tech/java/sqlj_jdbc/htdocs/jdbc9201.html
    contain the complete JDBC 2.0 features as well as some JDBC 3.0 features supported as of this JDBC release
    For more details, see 9i DB R2 features overview http://otn.oracle.com/tech/java/htdocs/9idb2_java.html
    Kuassi

  • Import "general use" certificate for use with Exchange

    Usually (that's the way I've always done it), we create a certificate request on the Exchange server, submit the request to the certificate authority (preferably a 3rd party public CA) and then import and enable the certificate for the appropriate Exchange
    functions: IIS, SMTP, IMAP. POP, for example.
    What if the company already has a wildcard certificate obtained for others uses or general use (that's how it was described to me).
    It was suggested that we might just use that certificate...
    I think it would be best to "go by the book" and proceed as mentioned above (creation of cert request on the Exchange server, submission to CA, and so forth). After all, you can obtain a certificate appropriate for use with Exchange for just over
    $50.
    But is the other option even possible?
    I know you can export an Exchange certificate obtained by what I believe to be the preferred way and import it on another Exchange server or on a ISA/TMG machine.
    But could you export a certificate from an Apache web server or a firewall device or... just something else, and use it for Exchange?
    This article seems to suggest you could:
    http://www.sslshopper.com/move-or-copy-an-ssl-certificate-from-an-apache-server-to-a-windows-server.html
    But from what I know about Active Directory Certificate Services, there are all kinds of templates for various uses (disk encryption, email, code signing, etc.), presumably not interchangeable.
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

    So you want to export the existing wildcard certificate from a non-Windows system and import it to the Exchange server, correct?
    The article shows that openssl will create a PFX (PKCS#12) file - so this should work.
    I would not worry about templates. If the existing certificate is a SSL certificate (Extended Key Usage = Server Authentication) it should be OK.
    From "PKI Best Practices" perspective / "what a certificate actually is intended to be" it would be better to have a dedicated certificate including all the Subject Alternative Names needed by Exchange - but I know there are limitations to a certain number
    of names by public CAs. But theoretically if you ever wanted to revoke this wildcard certificate you would get into troubles as the same certificate is on very different systems.
    Elke

  • HT204149 What is the maximum resolution available for use with the Apple Mini DisplayPort to Dual-Link DVI adapter?

    What is the maximum resolution available for use with the Apple Mini DisplayPort to Dual-Link DVI adapter?

    Hey guys,
    I found out an answer by myself...
    The missing link : the MacBook Pro needs to be powered... as in you need to plug the charger in...
    In conclusion, you simply plug everything, turn on the MacBook Pro, close the lid, and there you go !

  • How do I do this to use OVerdrive media on deviceThe Apple device must be formatted for use with Microsoft Windows.  The iTunes setting 'Manually manage music-' must be enabled for the device before you can complete the transfer.

    I cannot make these directions work
    I downloaded media on Overdrive MEdia on my PC
    I have the overdrive media ap on my I pod touch 4g
    this media is suppossed to be compatible w/I pd touch
    Notes on Transferring OverDrive MP3 Audiobooks…
    Most MP3 capable devices should play OverDrive MP3 Audiobooks.
    If you intend to transfer OverDrive MP3 Audiobooks to an Apple® device, note the following…
    iTunes® v9.0.2 (or newer) is required.
    The Apple device must be formatted for use with Microsoft® Windows®.
    The iTunes setting 'Manually manage music…' must be enabled for the device before you can complete the transfer. Adjust this setting in iTunes as follows…
    Connect the iPod® to your computer.
    If it does not launch automatically, open iTunes v9.0.2 (or newer).
    In iTunes, locate the device in the left vertical navigation panel (under heading 'DEVICES'), and click the device.
    The 'Summary' screen is displayed. 
    Place a checkmark next to 'Manually manage music…'.
    Click the 'Apply' button.
    The iTunes 'Summary' screen refreshes, and the changes are saved.
    If desired, close iTunes.
    Note that if an Apple device is connected to your computer, you can choose to simultaneously transfer a title to the iTunes Library and the Apple device. If you wish to only transfer a title to the iTunes Library, you must first disconnect the Apple device

    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities
    Also you said " I want to add them to my iCloud, and also back to my computer.   " Note that unless  subscribe to iTunes match, only iTunes purchases are stored in iCloud.
    Also,
    You can redownload most iTunes purchases by:
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • I have an external hard drive that was formatted by a PC and has files and directories etc. I want to format it and use it on my IMAC for backup but I can't seem to write to it nor can I delete current content. How do I initialize it for use with the MAC?

    I have an external hard drive that was formatted by a PC and has files and directories copied to it etc. I want to use it on my IMAC for backup. I see it on my my IMAC . I can open files etc.  But I can't seem to write to it nor can I delete current content. I don't care if I lose current content. How do I initialize it for use with the MAC?

    You can't write to it because it's formatted as NTFS which OS X will read but not write to. If you want to continue using the drive with both a PC and OS X you will need to download and install NTFS-3G so you can then write to it from your Mac. You can get NTFS-3G at:
    http://www.macupdate.com/app/mac/24481/ntfs-3g
    If you want to use the drive exclusively with your Mac then move the data off it and reformat it in Disk Utility (Applications - Utilities - Disk Utilities) as Mac OS Extended (Journaled.)

  • I have a company Ipad that belonged to a deceased employee. no access to his icloud or appleID. how can I restore it for use with a new apple ID

    I have a company Ipad that belonged to a deceased employee. no access to his icloud or appleID. how can I restore it for use with a new apple ID?
    The apple ID was his personal account and can no longer gain access. Im sure I can get purchase recipts from the accounting department if needed. I tried to put the Ipad in restore mode and used itunes to "recover" the ipad but it still wont let me in because he registered the device with the "lost iphone" feature or whatever that is.

    Activation Lock in iOS 7  >  http://support.apple.com/kb/HT5818
    The Apple ID and Password that was Originally used to Activate the iDevice is required
    If you do not have that information you will not be able to use the Device.

  • HT3529 Is there a way to create, store and use preset messages for use with "Messages"?

    Is there a way to create, store and use preset messages for use with "Messages". I often have a recurrinig message to send, after a repeating event, and need to enter the same short message each time. It would be nice to have this short message stored and selectable so that I do not need to enter each time.

    found an answer that seems to work:
    https://discussions.apple.com/message/17997300#17997300

  • Can i buy an iPhone at a pawn shop and get it unlocked for use with Straight Talk wireless?

    Just wondering if I can buy a used iphone at a pawn shop or on ebay and get it unlocked for use with the prepaid Straight Talk wireless service? If so, how much would it cost to get it unlocked?

    PHones can only be unlocked from the carrier; if you're looking for an unlocked device I'd recommand buying it directly from Apple as that is the only way to promise it is, if you buy it second hand you may find it is locked to a carrier who doesn't support unlocking, or worst yet activation lock

  • Best drum loops for use with Logic? Ease of use, usability, etc.

    Hi,
    I have BFD2 but find it slow to load and sometimes clumsy auditioning loops within Logic. I love the Apple Loops library but I wondered if people are importing MIDI drum files for use with Logic. Do all drum files use the same MIDI mapping? If I drop a BFD2 loop into a Logic drum virtual instrument will it work? I bought a few packs from Groove Monkee but have yet to use them with Logic. I only use them within BFD2.
    I'm basically looking for a seamless way to stay within Logic to improve my workflow. It's taken me days sometimes to get a drum track right by going back and forth with BFD2. Is there a concept I'm missing that would make it easier?
    Thanks

    try Stylus RMX by Spectrasonics. http://www.youtube.com/watch?v=FlgP1q1HCj4

  • Unlocked old iPhone 3GS for use with pay as you go sim in the UK on vacation. O2 sim works while ph plugged in.  Unplugged, works short time and crashes.  Sometimes won't even re-boot.  Software on phone up to date as far as 3GS goes.

    I brought an old IPhone 3GS to the UK on vacation for use with sim card.  I had the phone unlocked with approval and instructions from ATT.  Store in the UK recommended O2 pay as you go sim which works as long as the phone remains plugged into the wall.  Once unplugged, it will work for a short time and then always crashes.  Sometimes it will re-boot and crash again and sometimes it will not re-boot at all.  One store told me to sync with itunes which I did on my Mac Book.  I don't know if the sim is defective or if the software of the 3GS is just not compatible with the sim when on the battery.  I have updated the software on the phone as far as it will go.  Any suggestions?  Maybe the phone is too old to use with the latest pay as you go sim cards.  I am disappointed that this phone has not been reliable as a pay as you go and I have had to purchase a UK phone here in order to have a reliable phone.

    There is nothing you can do. You bought an illegally unlocked phone off Ebay. A lot of sellers there will tell you it is unlocked but the first time you try to update the operating system it will put the lock back on to the carrier the phone was originally locked to. Sorry but unless the carrier it was locked to will unlock the phone I am afraid you have a very expensive paper weight now. You should have bought it from a reputable dealer instead of ebay.

Maybe you are looking for

  • Clear Customer Line Items

    Experts, Is there anyway we can clear customer open items ? - I am looking for a similar transaction like f-44 like we have for clearing vendor open line items. All answers would be duly appreciated and rewarded with points. Thanks, Nandita

  • Folder Comparison from multiple servers

    I need to compare folders from multiple servers which do not have direct connection so i was trying to generate a text file with command dir /b /s >c:\server1.txt and feed them to script to compare.  my desired output is csv file in the following for

  • Calling form with value problem

    Hello All, Platform: forms 6i calling form- quot.fmx called form- inv.fmx Value to pass: ref_no on Calling form-> button-> when-button-pressed-trigger DECLARE P PARAMlist; BEGIN P:= CREATE_PARAMETER_LIST('ABC'); ADD_PARAMETER(P,'A_REF_NO',TEXT_PARAME

  • N-Gage says "System error" on my N95 8GB

    i instaled the N-gage application and when i try to open it on my N95 8GB it says "system error". can anyone help? thanks

  • Best Quality or Best Performance. Which?

    I am using iMovie to import a series of old videotapes and my question relates to producing the best possible output of these captured tapes from iDVD. So far it seems to me that the original tapes look better than their digital offspring written to