X-Received: by 2002:ae9:dc85:0:b0:6cd:ea8d:5113 with SMTP id q127-20020ae9dc85000000b006cdea8d5113mr18701936qkf.55.1663734781894; Tue, 20 Sep 2022 21:33:01 -0700 (PDT) X-Received: by 2002:a25:8547:0:b0:672:ca9c:d33f with SMTP id f7-20020a258547000000b00672ca9cd33fmr22706889ybn.270.1663734781603; Tue, 20 Sep 2022 21:33:01 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.databases.berkeley-db Date: Tue, 20 Sep 2022 21:33:01 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=211.216.3.165; posting-account=vvlxmwoAAACrh6NlHTa1CTkdwUTXe7KQ NNTP-Posting-Host: 211.216.3.165 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Is there C language of Client Driver APIs for Distributed applications for JAVA? From: WalkeR Park Injection-Date: Wed, 21 Sep 2022 04:33:01 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 13 Xref: csiph.com comp.databases.berkeley-db:23 Hi I am on project of BDB. and want to access Berkeley DB (not embedded db) from client made of C. Berkeley DB supports Distributed application for java, so make a server of JAVA. Is there C language Client driver APIs for Java BDB Server? like this BdbServerConnection conn = BdbServerConnection.connect("localhost", 8080); SEnvironment env = conn.openEnvironment("env", new SEnvironmentConfig().setAllowCreate(true));