Import js files or libraries

Hi Friends,
can I download the following files to eclipse and use it there?
http://handsontable.com/dist/jquery.handsontable.full.js
Now I use it like this.
<script src="http://handsontable.com/dist/jquery.handsontable.full.js"></script>
But I want to Keep the file directly in eclipse.
Thanks in advance.
Joerg

Thanks Sandip,
I did it but get an error here.
this.$().handsontable(constructorOptions);
undefined is not a function.
I think I still miss something.
Rg. Joerg

Similar Messages

  • Import JAR files (integrating JasperReports)

    Dear all,
    I'm using JDeveloper 11.1.1.3.0 on Windows 7 32bit.
    I search this forum and I google a lot, but I couldn't find any workable solution.
    I downloaded the newest version of JasperReport and iReport from the official website. I've done some tutorials from this site and everything seems to work fine.
    Now I want to integrate JDev with JasperReports. I create new Fusion Web Application ADF, I get the properties of Model project, Libraries and Classpath tab, add Library and click New... I set the Library name as JasperReports, location as Project, check Deploy ad Default. I add to Class path every JAR files in E:\JasperReports\jasperreports-3.7.6\lib and to Source path the whole directory E:\JasperReports\jasperreports-3.7.6\src. I get sure that the Export is checked and I save all the changes.
    I create a new Java Class JasperTest and I use this sample code:
    import net.sf.jasperreports.engine.*;
    import net.sf.jasperreports.engine.export.*;
    import java.util.*;
    public class JasperTest {
        public static void main(String[] args) {
            String fileName = "test.jasper";
            String outFileName = "test.pdf";
            HashMap hm = new HashMap();
            try {
                // Fill the report using an empty data source
                JasperPrint print = JasperFillManager.fillReport(fileName, hm, new JREmptyDataSource());
                // Create a PDF exporter
                JRExporter exporter = new JRPdfExporter();
                // Configure the exporter (set output file name and print object)
                exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, outFileName);
                exporter.setParameter(JRExporterParameter.JASPER_PRINT, print);
                // Export the PDF file
                exporter.exportReport();
            } catch (JRException e) {
                e.printStackTrace();
                System.exit(1);
            } catch (Exception e) {
                e.printStackTrace();
                System.exit(1);
    }I cant compile this, it gives me Error(1,1): package net.sf.jasperreports.engine does not exist etc..
    I cant import any class from JasperReports. Did I something wrong with importing the JAR files to my project ? Maybe I should set some system environment variable ? What else I can do ?
    Any help will be appraciated.
    Regards,
    Wojtek.

    Hi,
    I am also facing the same problem, I have few Jasper Reports which are closely integrated with my APEX applications, but for this i am using another application ( Jasper reports) which deployed in tomcat. This application hardly have 20 lines of java code, so i thought of embedding same in PL/SQL itself, But i am facing problem while importing JAR files i.e.
    1. Where to put these JAR files so that i can import them in my PL/SQL.
    2. I also tried using JAVALOAD function, but that also not worked for me.
    Please give me some solution how to go about it??

  • Import .par file into NWDS and Rum it without deploying ?

    Hello All,
    I'm new to the NWDS and the Portal.
    I've many Qns on my Requirement. Hope u guys can help me out in resolving my Issues.
    Is this  the right forum to place my Query ?
    If not then please let me know the right forum .
    My Requirement is like this :-
    1. I need to create a Portal Application which calls an URL.
    2. But before developing this, my Client gave me one 2 options :
         a. He gave me a par file and asked me to make  changes in it.
         b. Create a new Portal Project which calls the URL ( Predefined ).
    3. I wanted to check the 1rst option i.e  " a ".
    4. I tried to Import the .par file into NWDS like this :
    * Windows --> Open Perspective --> Enterprise Portal .
    * File --> Import --> Par FIle.
    * I gave the name of the Project as PortalLogon.
    5. I searched in the forum on this scenario and I found that the libraries for this project are not automatically imported.
    <b>A .Can any one tell me how to import the libraries and which are all the libraries to be imported ?</b>
    <b>B. How to test my PortalLogon Project without deploying ?</b>
    Is it possible to test this Project without deploying ?
    If yes can anyone tell me hoe to do this ?
    Regards,
    Deepu.K

    Hi Deepu,
    Usually Server will be having all the jar files and If you want to deploy your par file using NWDS you need to give a path to your Jar file location.
    So better download all the jar files from your server and keep it in your local desktop.
    Create a new folder called "JarFiles" in your desktop and keep all of your jar files inside.
    Download Jar finder from IBM Site ( search for "Resolving Java Classpath Issues" in SDN ,you will get a pdf and follow it.).Add it as a plugin to your NWDS path.
    Restart NWDS.
    Now you can resolve the jar file issues.there are many weblogs /articles/forum QAs regarding this.
    If u need more clarification,please let me know.
    Thank you.
    Regards,
    Karthick Eswaran

  • Import .par file into NWDS and Run without deployment ?

    Hello All,
          I'm new to the NWDS and the Portal.
    I've many Qns on my Requirement. Hope u guys can help me out in resolving my Issues.
    My Requirement is like this :-
    1. I need to create a Portal Application which calls an URL.
    2. But before developing this, my Client gave me one 2 options :
         a. He gave me a par file and asked me to make  changes in it.
         b. Create a new Portal Project which calls the URL ( Predefined ).
    3. I wanted to check the 1rst option i.e  " a ".
    4. I tried to Import the .par file into NWDS like this :
    * Windows --> Open Perspective --> Enterprise Portal .
    * File --> Import --> Par FIle.
    * I gave the name of the Project as PortalLogon.
    5. I searched in the forum on this scenario and I found that the libraries for this project are not automatically imported.
    <b>A .Can any one tell me how to import the libraries and which are all the libraries to be imported ?</b>
    <b>B. How to test my PortalLogon Project without deploying ?</b>
    Is it possible to test this Project without deploying ?
    If yes can anyone tell me hoe to do this ?
    Regards,
    Deepu.K

    hi Deepu,
    for simply displaying a URL, you can use the commonly available URL iView.
    your folder->new->create iView->iView from template->URL iView and then enter your URL
    for the other think.......
    you can create an iView from PAR file.
    your folder->new->create iView->Iview from PAR->then select your PAR and create an iView for that.
    and the last one.......to see the effect without deploying it on the portal......refer the link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/content.htm
    and the usual libraries to be associated are
    <b>htmlb.jar</b>  and
    <b>com.sap.portal.htmlbbridge.zip</b>
    Cheers........

  • Import error when importing .psd file created in Photoshop CS3

    I have a file that was created in Photoshop CS3. I am trying to import this file into Catalyst CS5, but I keep getting an input error. I created a file in Photoshop CS5 and I was able to import this .psd file successfully into catalyst. So I guess my question is this; Does Catalyst support .psd files created in Photoshop CS5 only? If this is the case, how can I convert the CS3 .psd to a CS5 .psd

    I am now building my files using photoshop CS5. A few challenges I have experienced while trying to import into Catalyst:
    - If I do a straight import into Catalyst, I loose all my colors in Catalyst. That is, catalyst imports all my vectors without any of the colors I had in Photoshop. My understanding is that Catalyst has libraries to support Photoshop files, so your import from Photoshop should not look any different in Catalyst.
    Work Around: I have had to rasterize / merged all my image layers for the different components I have built in Photoshop CS5. Then when I start the import process I click the Advanced button on the catalyst import dialog. From the advanced dialog, I have to flatten (to bitmap) all the images I intend to import.
    This process takes about two hours because I have a lot of components on the page.
    Is there something  I'm not doing right here? I'm not seeing the value add to Catalyst, if it's taking me this long to just import .psd files

  • I shot video on a Panasonic P2 and I'm trying to import the MXF files to Final Cut Pro but when I try to import, the only thing that imports is a blurry image of each clip. There's no audio and no video...how can I import MXF files into Final Cut Pro?

    I shot video on a Panasonic P2 and I'm trying to import the MXF files to Final Cut Pro but when I try to import, the only thing that imports is a blurry image of each clip. There's no audio and no video...how can I import MXF files into Final Cut Pro?

    at the end, you say "import preferences", which program are you describing?
    So im safer using footage that is remotely being pulled from iphoto...
    vs
    using footage that is imported into FCP from imovie?
    Is there anything i can do in fcp to make this footage more reliable or safer or more stable as i pull remotely from iphoto?
    All the footage, and all the libraries to all programs, or on a new pegasus 12tb raid 5 setup fyi.

  • How to import .jar files in order to use the classes within this file

    hello guys,
    I'm just wondering how can i import .jar files in order to uses the classes within this file.
    let's take an example:
    i have a folder in which I have many .jar files which contain classes to be called. the full path of this folder is set in the Classpath inside the enviroment variables.
    so does anyone have any idea how can i import these .jar files so i can use the classes?
    thank you.

    Hi,
    My problem is that: I created a Serializable class in a project. And I added this project (first project) to another project (second project). First project is appearing in the second project' s Libraries folder. No problem. I want to create a jar file from second project. i.e. I want to Build second project (I use NetBeans IDE). I am using Build Main Project tab under Run. It is falling out. I am finding it second project' s jar file under its folder. I am clicking on it. But it is NOT WORKING. Do you know WHY. Could you help me please?
    Thanks,

  • Problems importing .mov file

    I am all of a sudden having problems importing .mov files from my camera in iPhoto '08. Can't get them to import in Image Capture either...On the import preview screen, all that comes up are empty "boxes". If I highlight one of the boxes, it shows that it is .mov file, the size of the file, etc. but if i try to do the import, iPhoto just locks up.

    iPhoto does not like very large movie files for importing directly from the camera. If you get it on the desktop you should be able to import it. I've imported 200MB movies with no problem.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Problems importing Jar files

    Hi
    I have tried to implement a sample version of jfreechart which is a component for graphing but unfortunatly there is an error with importing some of the libraries i have added all the . jar files to the Class Path and i have opened the .jar file in net beans so i dont know what the problem is
    Problem is with the lines
    import org.jfree.ui.ApplicationFrame;
    import org.jfree.ui.RefineryUtilities;
    It tells me that org/jfree/chart/demo/LineChartDemo1.java [60:1] package org.jfree.ui does not exist
    C:\j2sdk1.4.2_03\lib\jfreechart-0.9.16\jfreechart-0.9.16.jar;
    C:\j2sdk1.4.2_03\lib\jfreechart-0.9.16\lib\jcommon-0.9.1.jar;
    C:\j2sdk1.4.2_03\lib\jfreechart-0.9.16\lib\servlet.jar;C:\j2sdk1.4.2_03\lib\jfreechart-0.9.16\lib\gnujaxp.jar
    Refereence at http://www.jfree.org/jfreechart/index.html

    Check to make sure that the jar files have the above mentioned classes.
    Do a jar -tvf to find the contents of the JAR file.
    Next check your classpath entries again. Also adding these libraries to the JDK lib directory will not automatically add them to the classpath. So check to make sure they are added and if you are using an IDE, check the command line the IDE produces (most IDE's do that) to make sure your classes are there in the -classpath option.
    Vijay

  • Iphoto 8 after update won't import RAW files

    I'm running iphoto 8 version 7.1.3 and just updated the software from Apple's auto update (Jun 30th is when the update installed). Now I can't import RAW files from my canon 30D, from a memory card or from existing files. Every time I try iphoto freezes and I have to reboot the computer. Add to that, iphoto has now "lost" most of the pictures - ie it doesn't show them in the events or photos areas. I have managed to find the photos in the library, but when I try to import them back into iphoto, if there are any RAW files in the folders, I get the same problem as before - iphoto freezing, and having to restart the computer.
    has anyone else experienced this problem? Or have any suggestions for solutions?
    thanks

    Welcome to the Apple Discussions. Are you shooting RAW + jpeg or just RAW. If it the former another user found out that shooting the combination of formats was not supported by iPhoto but shooting just the RAW was.
    For the missing file issue try the three fixes below in order as needed:
    1 - launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select all options.
    2 - rebuild the library using iPhoto Library Manager as follows:
    Using iPhoto Library Manager to Rebuild Your iPhoto Library
    1 -Download iPhoto Library Manager and launch.
    2 -Click on the Add Library button, navigate to your User/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File->Rebuild Library menu option
    4 - In the next window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: It may take some time to create the new library if you have a lot of photos.
    3 - start over with a new library and import the Originals folder from your original library as follows:
    Creating a new library while preserving the Events from the original library.
    Move the existing library folder to the desktop.
    Open the library package like this.
    Launch iPhoto and, when asked, select the option to create a new library.
    Drag the Originals folder from the iPhoto Library on the desktop into the open Photo window
    This will create a new library with the same Events as the original library if you have the Finder checkbox unchecked in the Events preference pane.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Importing song files between computers

    Hi. I've been trying to help my wife import song files from her desktop PC iTunes library to her laptop PC iTunes library, without much success (I'm a Mac guy). Her iTunes libraries can "see" each other, but when you try to access them, a message appears along the lines of "please make sure your firewall software enables port 3689", or words to that effect. In other words, I should be able to at least play songs on one computer from another, but I can't even do that at this point, much less import them, which is what I'm really trying to do.
    Sorry for the rambling....I'm just trying to include details for you all.
    Thanks!

    It sounds like you just need to disable the firewall, if not, the whole virus program itself to use iTunes...it does that sometimes (I don't blame you for being a Mac guy...I envy you).
    If this doesn't work, repost and I'll see what else I can do
    ryanjeffrey

  • Importing archive files in Eclipse

    I use Eclipse to develop Java applications. I need to import some archive files (not the default jar files available in j2sdk), for my project. How can i import jar files in Eclipse. I googled for the answer, used Eclipse help but still cant find the answer. Can anyone help me with this?
    Thanx in advance

    Right click the project | Properties | Java Build Path | Libraries
    to add items to the build path.

  • When I import video files, iphoto empties itself...

    After a lot of recent iphoto problems (every time I imported photos, iphoto emptied itself...), a lot of iphoto library management, new libraries, etc, I also bought a new card for my camera just in case it was a source of corrupted files...
    Anyway. Since I've started out with yet another new iphoto library (and all previous photos & libraries erased from the computer) and a new card in the camera, I've had no new "disappearance acts"... that it until today :
    I imported photos from another camera than mine (photos that had previously been imported without any problems to iphoto 09 and also to iphoto 6 on two others Macs). An all to known message came up saying it couldn't import one file, an avi video.
    I said OK... Closed iphoto and re-opened it. It told me I had to "update my thumbnails" and then iphoto showed up... empty. (Every time I get that message that's what happens - no matter if I say OK to updating the thumbnails or not).
    All the missing photos can still be found in the library (via "Package Contents"). But before I start reconstructing, reimporting or making a new library, I'd like to know why my iphoto won't import video files at all anymore (it never had any problems with that before), no matter what format, why it leads to iphoto emptying itself and what could be the source of the problem??? (other than the usual "damaged datafile"... ;-)).
    Also - because I'm getting really tired of all these iphoto problems - what's the best alternative photo application for Mac?
    Thank you

    Hello again...
    Forget that last remark I made. I'm totally losing it. Of course the first will show the date of when the last photo imported was taken and the library6 will show when it was imported.
    I do however have another question: is it possible that iphoto can corrupt photos?
    This is why I'm thinking this might be the case:
    Just so you know, I still haven't trashed my last iphoto library (meaning I can see my "lost" photos in "show package contents" - but when I open iphoto it shows up empty).
    I have a photo on my desktop.
    It was one of those I imported into my last iphoto.
    I dragged it from my desktop to iphoto - and it imported without any problem.
    I then dragged the same photo - but this time from the originals folder in "show package contents" - to iphoto and was told that the file could not be read or imported.
    I've tried with two other photos and got the same answer : the photos can be imported from the desktop to iphoto but not from the originals folder to iphoto.
    Is this normal?? (maybe because I'm importing a photo to a place where it already is???)
    Just for "the fun of it" I also tried importing a video I made (which can be viewed of different players on my computer) and was told it couldn't be imported or read...

  • Import CSS file locks up Eclipse

    Hi;
    I was following the JSF Tutorial and it got to the point where I am supposed to drag Import CSS File from the tag libraries window to the design window for register.jsp.
    So I pressed the LMB down, dragged and got the O with a slash through it cursor. No matter where I drag the cursor it has the O. I released the LMB and still the O. I can't do anything in Eclipse - it's totally non-responsive.
    I then hit CTRL-ALT-DEL to bring up the task manager, and then the O goes away and I can edit again in Eclipse. But I have tried 4 times to drag "Import CSS File" and each time it goes to the O and no response until I CTRL-ALT DEL. So needless to say, I'm stuck at this point in the tutorial.
    ??? - thanks - dave

    Hi,
    We are not able to reproduce the issue. Are you still facing the problem exercising "Import CSS file" by drag & drop method?
    If so, send the following to [email protected]
    * register.jsp file
    * workspace - ..eclipse\workspace\.metadata - .log file
    * <NitroX Install Folder>\NitroX\eclipse\plugins\com.m7.nitrox_2.1.0 - m7.log.0 file
    Thanks,
    M7 Support

  • Error while importing PAR file from local system.

    Hi Experts,
    While importing PAR file into my NWDS, I am encountered by some strange error.
    Please refer below screenshot for your reference.
    After clicking on "OK" button of the above error popup, another popup emerge with different error, please find below the screenshot for this error.
    Please let me know the reason and resolution of this error. It will be very helpful for me.
    Thanks in advance.
    Thanks and Regards,
    sarvesh Agarwal

    Hi ,
    Are u trying to import with .bak extension ? If so please rename the file and remove .bak extension and try.
    x.par is enough to import not x.par.bak.
    Thanks,

Maybe you are looking for

  • Sent folder shows my name on each message instead of recipient's

    I like the new view in Mail, but the sent box shows my name in bold for each message instead of the recipient's. How stupid is that? Obviously I sent all those messages-I want to be able to see who I sent it to to quickly identify a particular email.

  • Why is my iTunes card being charged to update free apps without my authorization? And how do I stop this?

    Why is my iTunes card being charged to update free apps? And how do I stop this? I bought it to use for music now it is used up!

  • PO Pricing query

    I need to Query Purchase Order (PO) pricing from SAP ERP, does any of the NetWeaver tools have a service to query a specific Part Number (or Manufacturer PN)? How do we make this call? What are the specific requirements to make this call (query PO Pr

  • Problem inserting a table with Dreamweaver

    Hello, I have been using Dreamweaver for about a year and 6 months now, but this morning come across the following problem. I go to insert a table, but when I click ok, it comes up with this error - C:\users\jamie\AppData\Roaming\Macromedia\Dreamweav

  • Copy .git directories keeping the directory structure

    I want to create a script that searches through all folders in one drive and copy all folder named .git and it's content on a backup location with the exact same folder sturcture. For example: take this structure root | + Folder 1 + .git | | Folder 1