Third Party JDBC Config Issue in JDeveloper 9.0.2

I am running JDeveloper 9.0.2.822 on Windows 2000 Pro.
I am attempting to setup a 3rd party JDBC driver in the Connection folder of the system navigator.
The 3rd party driver is provided by Progress software for the Progress RDBMS.
Outside of the JDeveloper environment, I am able to run a simple Java connect/query source . The requirements to use the driver include ensuring the Progress jar file with the driver is in the CLASSPATH and the Progress DLL (under bin) is in the PATH statement. If the DLL is not in the PATH, then attempting to connect throws the following exception: "no suitable driver".
Inside JDeveloper, I am able to take the same source and, after I setup the CLASSPATH for the specific project under Project/Settings PATHS, the code executes here as well. It is able to connect to and query the Progress database.
After setting-up the non-default drivers in jdev/bin/jdev.conf file, I attempted to setup the connection under Connection folder of the system navigator. When I test the connection, I get the same error described earlier when the PATH was not setup properly: "no suitable driver".
(The Progress driver accesses the Progress database via JNI to the C++ DLL located in the another directory. This directory is visible to the driver by navigating PATH.)
This is strange. When I run the java source in JDeveloper, it can connect and query the DB. Yet, when I try to connect to the same database via the same IDE using the Connection folder, it does not see/use the PATH to find that DLL.
Anyone have any suggestions?

That worked like a charm!! Thanks, Robert!
Now that the connection works, when I try to drill-down beyond "table" in the System-Navigator, it shows no tables. Is that a limitation of 3rd party drivers? Will I still be able to use this connection to query the database when building the java source? Is there a link that discusses the limitations of 3rd party DB connections in JDeveloper?
By the way, this is a SWEET product. Hands-down the best IDE I have ever used! Keep up the superior work!

Similar Messages

  • Where to add Third Party JDBC Driver in SQL Developer 4.1 EA2

    In SQL Developer 4.0.3 under Tools - Preferences - Database there was an option to add a  Third Party JDBC Driver so we could use the same tool for a PostgresSQL database.  I cannot find in in SQL Developer 4.1.0.18

    I think it happened because I imported settings and connections from a previous installation. 
    I removed the C:\Users\username\appdata\SQL Developer\system4.1.0.18.37\ folder.
    I've run it now without that and the option is back.
    Thanks! 

  • Third party JDBC Driver and Domain Extension

    Hi everyone, I'm using a third party driver to acess some of the legacy databases in my company. I'm adding them to Weblogic's (v. 10.3.3.0) Classpath by setting the EXT_PRE_CLASSPATH in the setWLEnv.sh file. Everything worked fine so far, until I had to extend my domain to acomodate new settings. The Configuration Wizard crashes in the middle by saying "A fatal error Has Occurred. This Application will terminate". By inspecting the logs I saw that the Wizard tried to search my Data Source which used the third party driver and couldn't find the Driver Class. I would like to know if there is a better way to add the library to the Weblogic's Classpath or someway to workaround this issue during the extension. In my current situation I'm having to erase the data source, extend the domain and reconfigure the data source, which is big trouble !
    Any help will be appretiated ! Thanks
    PS: I've also tried to add the third party driver's JAR in the CLASSPATH inside config.sh file but unfortunately the error was the same !

    You can place your jar files in the domain lib directory.
    WebLogic uses a separate classloader to load classes from the domain lib directory. This classloader
    is a child of the system classloader, and a parent of the application classloaders. The classes and
    resources in any .jar file placed in the directory is automatically available to all applications.
    Note, however, that the domain lib classloader does not support redeployment, dynamic reloading, or FastSwap, and cannot
    refer directly to code in the application classloaders. But i think that this is not a problem, you just want your
    thrid party JDBC driver to be availlable for your applications.

  • Third Party Remittance config for Canada

    I have a requirement as follows:
    Third Party Remittance programs are to be available for use by Canada.
    When executing program PC00_M07_K500 we get the below error message
    Entry notfound for wage type: /102
    Business number : XXXXXXXXX and prov. of employment:
    Please check table T5KRC.
    Can someone help me out with the steps to configure TPR for CAnada? I've searched everywhere but cannot find a config guide?

    I got the answer. I tested with changing the processing class it's working fine without any issues.

  • Using a Third Party JDBC Driver that has dependencies [Version 2.1.1.64]

    I am trying to connect to a TRIP database (a product from Tietoenator). They offer a JDBC driver which I have already used in java applications. So I can confirm that it works. What makes that driver perhaps a bit special is that it needs 3 other jars to operate.
    So I need these jar files
    <li> tripjdbc.jar (this is the actual jdbc driver)
    <li> tripjtk.jar
    <li> triputil.jar
    <li> xercesImpl.jar
    I have tried to place all of those jars into the Tools > Preferences > Database > Third Party Drivers dialogue [as suggested here|http://www.oracle.com/technology/products/database/sql_developer/files/thirdparty.htm]. But that does not help.
    Following the docs of Tietoenator I need those 3 libraries in the path of the java app the JDBC driver shall be used from. This is where I currently fail. How can I add those to the classpath of the SQL Developer? I assume it is a *.conf file somewhere in the SQL Developer home directory ... ?
    Thank you for any suggestion.
    EDIT: I am using SQL Developer on a windows box. May be of interest.
    Edited by: user7368833 on 17.05.2010 05:05

    I'm using java web to create website,the database use trip , have some problem, could you give me some answer, thankyou very much.
    the question: how to use java connect trip to add some record by webpage,and other mothod,such as modify\search\delete record,could you give some sample code about these,such as book entity.thankyou very much.
    email:[email protected] or [email protected]

  • Employee Vendor and Third Party Vendor Posting Issue

    Dear Experts,
    I have an issue while Posting of Employee Vendor and Third Party Vendor.
    In T706K table, maintained symbolic account offset entry MJ90 Wage Type but its asking for Symbolic Exp account too. Otherwise, while posting its says Trip has no postable entries.
    I should get entry in FB03 as mentioned below
    Employee Vendor   (Dr)
    Service Tax            (Dr)
    Third Party Vendor  (Cr)
    Awaiting for quick response.
    Regards
    Shaik

    Hi Sieg,
    Thanks for your reply.
    Company has given Forex advance to employee via third party vendor
    So, We need to debit the amount into Employee Vendor and Credit into Third Party Vendor
    For Ex: Third Party Vendor is Thomas Cook (Forex Provider)
    Please guide me how to post the above entry in Standard.
    Regards
    Shaik

  • OIM 11g Plugin - Third Party Jars : Classloader issue

    Hi All,
    I am having a Plugins.zip under middleware/Oracle_IDM1/server/plugins folder.  [OIM 11g R2]
    This gets invoked from a schedule job.
    I have third party Jars (axis.jar) within Plugins.zip/lib. My code within Plugins.zip calls Thrid Party APIs.
    Now the issue is:
    The APIs (within axis.jar) do not seem to find property files from within their own JARS.
    These property files are within their own Third Party Jars and the Third Party APIs should be able to access them by default. I have tested these APIs from stand alone clients and web clients, they work perfectly.
    But within the Plugins.zip, these third party APIs do not seem to find property files from within their own JARs.
    Looks like some class loader issue. Something must be getting messed up in the way the Third Party JARs from within the Plugins.zip/lib are loaded.
    Has anyone faced similar issue.
    Any suggestions please?
    Thanks,
    Sandeep

    I placed the required JARs under middleware/Oracle_IDM1/server/ThirdParty.
    I also executed UploadJars utility for required JARs.
    I have also added to server startup path : .../middleware/Oracle_IDM1/server/ThirdParty/axis.jar.
    But I still get the following Error:
    java.lang.ExceptionInInitializerError
    Caused By: java.util.MissingResourceException: Cannot find resource 'org.apache.axis.i18n.resource'
    I'm calling axis APIs from my code. The resource "org/apache/axis/i18n/resource.properties" is clearly present inside axis.jar.
    My client works when executed outside of Plugins.zip.
    Please see the full stack trace below:
    java.lang.ExceptionInInitializerError
            at org.apache.axis.utils.Messages.<clinit>(Messages.java:36)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder$1.run(EngineConfigurationFactoryFinder.java:144)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:113)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:160)
            at org.apache.axis.client.Service.getEngineConfiguration(Service.java:813)
            at org.apache.axis.client.Service.getAxisClient(Service.java:104)
            at org.apache.axis.client.Service.<init>(Service.java:113)
            at org.my.company.webservice.SecurityQASyncWS_ServiceLocator.<init>(SecurityQASyncWS_ServiceLocator.java:12)
            at org.my.company.webservice.SecurityQASyncWSClient.invoke(SecurityQASyncWSClient.java:31)
            at com.my.company.idm.xl.schedule.tasks.SecurityQASynchronization.processBatch(SecurityQASynchronization.java:561)
            at com.my.company.idm.xl.schedule.tasks.SecurityQASynchronization.execute(SecurityQASynchronization.java:222)
            at oracle.iam.scheduler.vo.TaskSupport.invokeExecute(TaskSupport.java:183)
            at oracle.iam.scheduler.vo.TaskSupport.access$000(TaskSupport.java:40)
            at oracle.iam.scheduler.vo.TaskSupport$1.processWithoutResult(TaskSupport.java:143)
            at oracle.iam.platform.tx.OIMTransactionCallbackWithoutResult.process(OIMTransactionCallbackWithoutResult.java:9)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:13)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:6)
            at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
            at oracle.iam.platform.tx.OIMTransactionManager.execute(OIMTransactionManager.java:22)
            at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:125)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at oracle.iam.scheduler.impl.quartz.QuartzJob$TaskExecutionAction.run(QuartzJob.java:268)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.security.Security.runAs(Security.java:41)
            at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
            at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:77)
            at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
            at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused By: java.util.MissingResourceException: Cannot find resource 'org.apache.axis.i18n.resource'
            at org.apache.axis.i18n.ProjectResourceBundle.getBundle(ProjectResourceBundle.java:288)
            at org.apache.axis.i18n.MessagesConstants.<clinit>(MessagesConstants.java:32)
            at org.apache.axis.utils.Messages.<clinit>(Messages.java:36)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder$1.run(EngineConfigurationFactoryFinder.java:144)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:113)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:160)
            at org.apache.axis.client.Service.getEngineConfiguration(Service.java:813)
            at org.apache.axis.client.Service.getAxisClient(Service.java:104)
            at org.apache.axis.client.Service.<init>(Service.java:113)
            at org.my.company.webservice.SecurityQASyncWS_ServiceLocator.<init>(SecurityQASyncWS_ServiceLocator.java:12)
            at org.my.company.webservice.SecurityQASyncWSClient.invoke(SecurityQASyncWSClient.java:31)
            at com.ets.idm.xl.schedule.tasks.SecurityQASynchronization.processBatch(SecurityQASynchronization.java:561)
            at com.ets.idm.xl.schedule.tasks.SecurityQASynchronization.execute(SecurityQASynchronization.java:222)
            at oracle.iam.scheduler.vo.TaskSupport.invokeExecute(TaskSupport.java:183)
            at oracle.iam.scheduler.vo.TaskSupport.access$000(TaskSupport.java:40)
            at oracle.iam.scheduler.vo.TaskSupport$1.processWithoutResult(TaskSupport.java:143)
            at oracle.iam.platform.tx.OIMTransactionCallbackWithoutResult.process(OIMTransactionCallbackWithoutResult.java:9)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:13)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:6)
            at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
            at oracle.iam.platform.tx.OIMTransactionManager.execute(OIMTransactionManager.java:22)
            at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:125)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at oracle.iam.scheduler.impl.quartz.QuartzJob$TaskExecutionAction.run(QuartzJob.java:268)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.security.Security.runAs(Security.java:41)
            at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
            at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:77)
            at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
            at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)

  • Third party sales processing issue

    Hi,
    I have a batche managed materail which i am processing for the first time with Third party sales.
    I have created deklivery for the material . but when i am creating the Billing docuemnt , system is asking for Goods issue.
    As there is no stock in system, how this should be processed?

    Hi
    Delivery is not a part of third party process. Please go through the third party process again and configure.
    Check this [Link|http://help.sap.com/saphelp_46c/helpdata/en/e6/4a78e39e0311d189b70000e829fbbd/content.htm].
    Regards

  • Third party DVD player issues

    Recently, I have come across an issue playing back DVD's with
    VLC or XBMC. When I start playback of the DVD, it plays the first
    segment ( the studio leader at the beginning) and will then just quit.
    Apple's DVD Player works fine (quality is crappy and can't get surround
    tracks out of it). Yet, when the DVD is ripped to the hard drive and
    played from there, it is works just fine.
    Also, this happens when the DVD is played back from an internal
    or external drive.
    Has anyone else seen this issue or do I have a unique problem?

    My unit is a 2010 MacMini with HDMI. (see list)
    The quality issues with Apple DVD player vs. other solutions are certain
    scenes have a graininess akin to noise on old analog tv's that aren't
    present on the other players and severe banding in gradients that
    do not appear in other players, at least when they were working.
    As far as the audio, selection in the DVD's menu itself just makes no difference.
    Tried all the combinations of messing with Audio MIDI setup, third party
    plugins like Perian, none of which work for Apple's DVD player. This was
    the other reason for going to third party players, the higher quality video
    was just a bonus.
    Your point has been taken that it may be a software issue with the third party players.
    Some update at some point may have broken them, be it OSX or their own.
    I've beaten the Apple DVD player issue enough, let's just consider the topic dead.
    The audio issues with it are spread over many, many threads across the web, with
    no silver bullet solution to all.
    As for BluRays, play them back all the time on my Mini. Either with
    PowerDVD 10 in a Bootcamp windows7 when I want full DTS-HD or
    TRUE HD decoding (decodes these to up to 24 bit,192kHz 7.1 since the
    Mini chipset does not have the "protected" path for pass through of
    these technologies) or a MakeMKV/XBMC combo in OSX. The OSX
    solution doesn't give you the fancy menus and all or HD audio if present,
    but if I only want to watch the movies it's fine. If I ever do want the other
    nonsense, I just use PowerDVD 10. And please note this is BluRay disk
    in player, not "ripped" or transcoded.
    I do appreciate your help, but was primarily curious if others had issue
    as well.
    Message was edited by: woodmeister50
    Message was edited by: woodmeister50

  • How to use third party jdbc drivers ?

    Hi,
    Im new to sun one app server.i have some existing CMP
    bean (currently testing under J2EE RI).database used is
    SQL server 2000 and using a 3 rd party JDBC Driver.
    my question is. if i switch to sun one app server, do i need
    anyother third party stuff to support CMP using SQL
    Server? (other than the exisiting jdbc driver andSQL Server).
    I read somewhere that in sun one we need to get a
    persistance manger from the 3 rd part. is it necessary?
    can i use my plain jdbc driver with the builtin persistance
    manager of sun one app server?. how can i do that ?
    thanks in advance
    -mr ex

    Hi,
    Persistence manager from 3rd party is not required.You
    can use the built in persistence manager of Sun one application server.
    You can refer the following link for creating new persistence manager
    http://docs.sun.com/source/816-7156-10/agj2eres.html#47595
    Get back in case of issues

  • Third-party order processing issue

    Dear,
    In the Third-party order processing,i have finished  SO-PR--PO successfully.
    But when i  Posted Invoice Receipt  for the Purchase Order using T-CODE:MIRO after finishing  Posting the Goods Receipt,it could't work.
    It showed the message'Invoice document still contains messages'.
    I can't find the problem.
    Buy the way it is just in the IDES system,and the data is the std.
    How can i resolve it ?
    TKS!

    hi,
    When doing Miro , There is Tab on top named  Messages. Click on it and assigned to your output type and enter communication method.
    You ll be able to complete your MIRO.
    Revert if not resolved
    Regards
    Amit Gupta

  • Third Party Sales Order issue ! please solve my problem

    Dear all,
               when I am creating third party sales order,system is going to 'Standard Order:Purchase Order Schedule' screen.So,it confirm the quantity after 1 day instead of my particular given date.can anybody tell me why it is showing this screen ? how can I overcome this problem ? Please give me suggestion .
    with regards,
      Rana

    There are two lead times involved -
    1. Purchase Lead time - time reqd. by internal purchasing dept. for processing
    2. Vendor Lead Time - time reqd. by vendor to deliver.
    For vendor lead time check in ME11 (vendor material info record). In the Purchasing Org Data 1 tab - check planned delivery time.
    Also in Material Master - in Purchasing tab - check GR processing field. Also pls. check other fields in purchasing and MRP tabs.
    Also Check - SPRO > MATERIALS MANAGEMENT > PURCHASING > PURCHASE REQUISITION > PROCESSING TIME
    Thanks

  • Third Party Plug-in Issue

    I've recently downloaded a couple third party plug-ins and I can't seem to get them to show up when I open Final Cut.
    The folders are in:
    HD/Library/Application Support/Final Cut Pro System Support/Plug ins
    But when I open Final Cut they're not showing up in my Video filters folder.
    Can anyone help me?
    Thanks.

    If the plugins happen to be generators they will appear in the Generators window - not the Video Effects !

  • Problems using third-party JDBC with JDeveloper

    Hi:
    I've tried to use an Informix's JDBC to access an Informix Online Workgroup v. 7.22 under Win NT 4.0, using JDeveloper. I tried Informix JDBC Driver V. 2.1 successfully with old-fashioned code using Connect, Statement and ResultSet objects, coding connections directly, but I couldn't define a connection so I can use wizards, 'cause I got an "Unable to find server: com.informix.jdbc.IfxDriver" error when I tried to test connection. I've probed this:
    * Create a library for Informix JDBC in my project. This step allowed me to make run my old-fashioned code.
    * When I created connection, I defined correct login, password and role parameters, then I selected "Other JDBC" on the JDBC Driver's combo, as classname I defined "com.informix.jdbc.IfxDriver" and as URL "jdbc:informix-sqli://127.0.0.1:1526/atlas:INFORMIXSERVER=produc_shm;".
    Classname I used is equals to classname I used in Class.forName method. URL use same format than DriverManager.getConnection method, adding pair user-password to it, and those parameters work ok coding connection directly using Connection method. By the other side, looking at Informix JDBC's Manual, it says Informix's JDBC supports connection using Datasource also.
    Which are steps I must follow?
    Omar Muqoz.
    null

    Hi,
    Unfortunately there was a regression bug around using the Generic JDBC connector to a Foreign Database in this Technology Preview (3). I'm not able to give you good news as I don't have a workaround for you either.
    You could use SQLDeveloper to connect to the database for live work, unfortunately that will not help if you wanted to create offline objects of some sort using JDeveloper.
    regards
    Susan
    http://www.susanduncan.blogspot.com

  • Using third party jdbc drivers in Portal server

    I have an application that runs inside the WebLogic Portal server. The portal server
    is configured to work with Oracle using the default oracle driver that comes with
    weblogic.
    My application, however, also needs to connect to a database. I am using the oracle-oci
    driver ( type 2 - provided by oracle) in my application.
    However, intermittantly i am getting an exception as follows:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6044c4bc
    Function name=kpufhndl
    Library=D:\oracle\ora817\bin\OraClient8.Dll
    Current Java thread:
         at weblogic.db.oci.OciLob.native_finalize(Native Method)
         at weblogic.db.oci.OciLob.finalize(OciLob.java:654)
         at weblogic.db.oci.OciLob.closeLob(OciLob.java:589)
         at weblogic.jdbc.oci.Clob.close(Clob.java:176)
         at weblogic.jdbc.oci.Clob.closeLob(Clob.java:169)
         at weblogic.jdbc.oci.Connection.closeLob(Connection.java:582)
         at weblogic.jdbc.oci.Statement.close(Statement.java:393)
         at weblogic.jdbc.common.internal.ConnectionEnv.test(ConnectionEnv.java:923)
         at weblogic.common.internal.ResourceAllocator.trigger(ResourceAllocator.java:1114)
         at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:238)
         at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:229)
         at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:65)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    This is not happening always.
    Another related question is can the portal server use my driver instead of its
    own. If somebody from BEA is listening in, will BEA support such an installation?
    Any ideas are welcome.

    Hi,
    Unfortunately there was a regression bug around using the Generic JDBC connector to a Foreign Database in this Technology Preview (3). I'm not able to give you good news as I don't have a workaround for you either.
    You could use SQLDeveloper to connect to the database for live work, unfortunately that will not help if you wanted to create offline objects of some sort using JDeveloper.
    regards
    Susan
    http://www.susanduncan.blogspot.com

Maybe you are looking for

  • 2G iPod not recognized by iTunes

    I cannot seem to get iTunes to recognize it.    I am running OSX  Yosemite on a 2010 iMac, and the current iTunes version.  Whenever I plug the iPod in it will launch iTunes and show as mounted to the desktop, but I am unable to do anything with it. 

  • SAP beginner !! steps to create a fun module which accept int table

    steps to create a fun module 1. which accept internal  table and a flag value 2. based on flag value it calls screen. 3. if flag value is ' D' it displays the internal table in Table Control in Display Mode 4. if flag value is ' E' it edits the table

  • Motion export to FCP

    Hi, I was wondering how you should export a audio-behavioured project in motion (imported directly from FCP) to FCP again, without making a quicktime movie of it, which would take LONG time! Will you could make a .xml og something? - something which

  • HT3964 The battery does not appear to be charging properly.

    The battery does not appear to be charging properly.

  • Why has there NoSuchProviderException in JAR file?

    My program run well in jbuilder IDE, but after i make the project into JAR file, I meet the exception: javax.mail.NoSuchProviderException: No provider for smtp i set the classpath well, because my other program(.class) sending email well. who knows w