khalil78
Hi,
I have modified the class ExternalFeedSimulator.java so that data com of database Oracle,
when i start the server from Eclipse i have no problem, but when i start the server Lightstreamer from the file Start_LS_as_Application.bat t have the error :
Erreur de chargement du driver :java.lang.ClassNotFoundException: oracle.jdbc.dr
iver.OracleDriver
java.sql.SQLException: No suitable driver found for jdbc: oracle:thin:@1.1.52.56:1521:cfg.
cant you help my.
Dario Crivelli
Ensure that all jars needed are available to the Server.
You can make your jars visible to the Server by placing them in the adapters/<your_adapter_dir>/libdirectory; alternatively you can place some of them in the shared/lib directory, if they are in common to multiple adapters.
The two places are equivalent, because a single classloader is used.
If any jar needed to be loaded at startup, then you would have to modify the Start_LS_as_Application.bat script manually.
khalil78
i put the jar ojdbc in the folder Lightstreamer\adapters\StockList\lib and it work fine.
tks DarioCrivelli :Smile_Ab: