I have tried now on a 3rd machine - also Win 7 Pro, Ready2Run Jetty.
I forgot to mention that one other machine that I tried yesterday was
a Jordan Michaels windows installer with Apache.

Same error.  One note - I still don't understand how many WEB-INF
folders I need for each application on a server.  I have three apps
running on this particular server, and have three WEB-INF (and three
BD Admin sites.)  I never know which one is controlling the app
server... sometimes I make changes via the Administrator to the
bluedragon.xml file, and then have to manually copy XML over to the
other directory bluedragon.xml file.  Not sure if this is related.

I just tried now both programmatically and via the bluedragon admin,
and received the same error.

Here is a more complete error text example:


OpenBD Internal Server Error
Need some help? Visit our manual http://openbd.org/manual/
The page you were executing caused an internal server error
Request /App/Admin/collections.cfm
File Trace      E:/Explorers_Log/webapps/log/App/Admin/collections.cfm
|
+-- E:/Explorers_Log/webapps/log/Application.cfc
    |
    +-- E:/Explorers_Log/webapps/log/App/Admin/collections.cfm
Type    Internal
Tag Context     INDEXTAG (E:/Explorers_Log/webapps/log/App/Admin/
collections.cfm, Line=24, Column=24)
|
+-- CFTRY (E:/Explorers_Log/webapps/log/App/Admin/collections.cfm,
Line=16, Column=2)
    |
    +-- CFOUTPUT (E:/Explorers_Log/webapps/log/App/Admin/
collections.cfm, Line=5, Column=1)
        |
        +-- CFINCLUDE (E:/Explorers_Log/webapps/log/Application.cfc,
Line=48, Column=3)
            |
            +-- CFFUNCTION (E:/Explorers_Log/webapps/log/
Application.cfc, Line=38, Column=3)
Source
21:     type="path"
22:     urlpath="http:\\www.explorers-log.com\App\Admin\Documents\"
23:     recurse="no"
24:     language="English">
25:   <cfcatch>ERROR: #cfcatch.message#<br /></cfcatch>
^ Snippet from underlying CFML source
Stack Trace
java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/
BouncyCastleProvider
        at
org.apache.pdfbox.pdmodel.PDDocument.openProtection(PDDocument.java:
1324)
        at org.apache.pdfbox.pdmodel.PDDocument.decrypt(PDDocument.java:796)
        at
org.apache.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:
310)
        at
org.apache.pdfbox.util.PDFTextStripper.getText(PDFTextStripper.java:
242)
        at
com.bluedragon.search.index.crawl.handler.FileHandlerPDFImpl.crawl(Unknown
Source)
        at com.bluedragon.search.index.crawl.CrawlFactory.crawlFile(Unknown
Source)
        at com.bluedragon.search.index.path.PathFunction.indexPath(Unknown
Source)
        at com.bluedragon.search.index.path.PathFunction.execute(Unknown
Source)
        at com.bluedragon.search.index.IndexTag.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTRY.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfOUTPUT.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.render(Unknown Source)
        at com.naryx.tagfusion.cfm.file.cfFile.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfINCLUDE.renderTemplate(Unknown
Source)
        at com.naryx.tagfusion.cfm.tag.cfINCLUDE.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.renderToString(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.realRun(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.run(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.run(Unknown Source)
        at
com.naryx.tagfusion.cfm.parser.script.userDefinedFunction.execute(Unknown
Source)
        at
com.naryx.tagfusion.cfm.engine.cfComponentData.invokeComponentFunction(Unknown
Source)
        at
com.naryx.tagfusion.cfm.engine.cfComponentData.invokeApplicationFunction(Unknown
Source)
        at com.naryx.tagfusion.cfm.engine.cfSession.onRequest(Unknown Source)
        at com.naryx.tagfusion.cfm.engine.cfEngine.service(Unknown Source)
        at com.naryx.tagfusion.cfm.cfServlet.service(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:
547)
        at org.eclipse.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1359)
        at
com.newatlanta.filters.SearchEngineFriendlyURLFilter.doFilter(Unknown
Source)
        at org.eclipse.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1330)
        at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:
478)
        at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:
119)
        at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:
483)
        at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:
227)
        at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:
941)
        at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:
409)
        at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:
186)
        at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:
875)
        at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:
117)
        at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:
219)
        at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:
149)
        at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:
110)
        at org.eclipse.jetty.server.Server.handle(Server.java:345)
        at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:
441)
        at org.eclipse.jetty.server.HttpConnection
$RequestHandler.headerComplete(HttpConnection.java:919)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:
218)
        at
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:
51)
        at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:
586)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint
$1.run(SelectChannelEndPoint.java:44)
        at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:
598)
        at org.eclipse.jetty.util.thread.QueuedThreadPool
$3.run(QueuedThreadPool.java:533)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException:
org.bouncycastle.jce.provider.BouncyCastleProvider
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:
424)
        at
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:
377)
        ... 57 more

application
struct
applicationname Log
datasource      log
securejson      NO
securejsonprefix        //
cffile
struct [empty]
cfthread
struct [empty]
cgi
struct
AUTH_TYPE       [empty string]
AUTH_USER       [empty string]
CF_TEMPLATE_PATH        E:\Explorers_Log\webapps\log\App\Admin
\collections.cfm
CONTENT_LENGTH  -1
CONTENT_TYPE    [empty string]
CONTEXT_PATH    [empty string]
GATEWAY_INTERFACE       [empty string]
HTTPS   off
HTTP_ACCEPT     text/html,application/xhtml+xml,application/xml;q=0.9,*/
*;q=0.8
HTTP_ACCEPT_CHARSET     ISO-8859-1,utf-8;q=0.7,*;q=0.3
HTTP_ACCEPT_ENCODING    gzip,deflate,sdch
HTTP_ACCEPT_LANGUAGE    en-US,en;q=0.8
HTTP_CONNECTION keep-alive
HTTP_COOKIE     CFID=0; CFTOKEN=1FBD0E81-3511-45CE-8D8FEF4157BE855F;
bdclient_consult=rO0ABXNyABVjb20ubmFyeS51dGlsLkZhc3RNYXAAAAAAAAAAAQIAAHhyABdqYXZvbHV0aW9uLnV0aWwuRmFzdE1hcAAAAAAAAAABAwAAeHBzcgAwY29tLm5hcnkudXRpbC5GYXN0TWFwJFN0cmluZ0NvbXBhcmF0b3JJZ25vcmVDYXNlAAAAAAAAAAECAAB4cgAeamF2b2x1dGlvbi51dGlsLkZhc3RDb21wYXJhdG9yHDzsm6drOX8CAAB4cHNyACZqYXZvbHV0aW9uLnV0aWwuRmFzdENvbXBhcmF0b3IkRGVmYXVsdLmriKRyTatLAgAAeHEAfgAEdwUAAAAAAHg=;
USERID=1;
bdclient_Log=rO0ABXNyABVjb20ubmFyeS51dGlsLkZhc3RNYXAAAAAAAAAAAQIAAHhyABdqYXZvbHV0aW9uLnV0aWwuRmFzdE1hcAAAAAAAAAABAwAAeHBzcgAwY29tLm5hcnkudXRpbC5GYXN0TWFwJFN0cmluZ0NvbXBhcmF0b3JJZ25vcmVDYXNlAAAAAAAAAAECAAB4cgAeamF2b2x1dGlvbi51dGlsLkZhc3RDb21wYXJhdG9yHDzsm6drOX8CAAB4cHNyACZqYXZvbHV0aW9uLnV0aWwuRmFzdENvbXBhcmF0b3IkRGVmYXVsdLmriKRyTatLAgAAeHEAfgAEdwUAAAAAAHg=;
bdglobals=rO0ABXNyABVjb20ubmFyeS51dGlsLkZhc3RNYXAAAAAAAAAAAQIAAHhyABdqYXZvbHV0aW9uLnV0aWwuRmFzdE1hcAAAAAAAAAABAwAAeHBzcgAwY29tLm5hcnkudXRpbC5GYXN0TWFwJFN0cmluZ0NvbXBhcmF0b3JJZ25vcmVDYXNlAAAAAAAAAAECAAB4cgAeamF2b2x1dGlvbi51dGlsLkZhc3RDb21wYXJhdG9yHDzsm6drOX8CAAB4cHNyACZqYXZvbHV0aW9uLnV0aWwuRmFzdENvbXBhcmF0b3IkRGVmYXVsdLmriKRyTatLAgAAeHEAfgAEdwUAAAAABnQACGhpdGNvdW50c3IAK2NvbS5uYXJ5eC50YWdmdXNpb24uY2ZtLmVuZ2luZS5jZk51bWJlckRhdGEAAAAAAAAAAQIABloABmJJbnROb0QACGRvdWJsZU5vSQAFaW50Tm9aAA1pc0phdmFOdW1lcmljWgAIbW9kaWZpZWRMAAVpbWFnZXQAEkxqYXZhL2xhbmcvU3RyaW5nO3hyAC9jb20ubmFyeXgudGFnZnVzaW9uLmNmbS5lbmdpbmUuY2ZKYXZhT2JqZWN0RGF0YQAAAAAAAAABAwAAeHIAJWNvbS5uYXJ5eC50YWdmdXNpb24uY2ZtLmVuZ2luZS5jZkRhdGEAAAAAAAAAAQIABloACmV4cHJlc3Npb25aABBpbnZhbGlkTG9vcEluZGV4WgAKaXNJbXBsaWNpdEkAC3F1ZXJ5Q29sdW1uTAAIamF2YWNhc3R0AClMY29tL25hcnl4L3RhZ2Z1c2lvbi9jZm0vZW5naW5lL0phdmFjYXN0O0wADnF1ZXJ5VGFibGVEYXRhdAAQTGphdmEvdXRpbC9MaXN0O3hwAAAAAAAAAHBweAEAAAAAAAAAAAAAAk4AAXB0AAlsYXN0dmlzaXRzcgApY29tLm5hcnl4LnRhZ2Z1c2lvbi5jZm0uZW5naW5lLmNmRGF0ZURhdGEAAAAAAAAAAQIABEoABHRpbWVMAApkYXRlU3RyaW5ncQB
+AApMAAxmb3JtYXRTdHJpbmdxAH4ACkwAEmZvcm1hdFN0cmluZ1ByZWZpeHEAfgAKeHEAfgALAAAAAAAAAHBweAAAATWMpJmDcHQAE3l5eXktTU0tZGQgSEg6bW06c3N0AAJ0c3QAC3RpbWVjcmVhdGVkc3EAfgARAAAAAAAAAHBweAAAATK7q8R1dAAae3RzICcyMDExLTA5LTMwIDA4OjQ5OjQ4J310ABN5eXl5LU1NLWRkIEhIOm1tOnNzdAACdHN0AAh1cmx0b2tlbnNyACtjb20ubmFyeXgudGFnZnVzaW9uLmNmbS5lbmdpbmUuY2ZTdHJpbmdEYXRhAAAAAAAAAAECAAZaABdtYXliZUJvb2xlYW5Db252ZXJ0aWJsZVoAFG1heWJlRGF0ZUNvbnZlcnRpYmxlWgAWbWF5YmVOdW1iZXJDb252ZXJ0aWJsZUwABGRhdGFxAH4AClsACWRhdGFCeXRlc3QAAltCWwAJZGF0YUNoYXJzdAACW0N4cQB
+AAsAAAAAAAAAcHB4AQEBdAAyQ0ZJRD0wJkNGVE9LRU49MUZCRDBFODEtMzUxMS00NUNFLThEOEZFRjQxNTdCRTg1NUZwcHQAB2NmdG9rZW5zcQB
+ABsAAAAAAAAAcHB4AQEBdAAjMUZCRDBFODEtMzUxMS00NUNFLThEOEZFRjQxNTdCRTg1NUZwcHQABGNmaWRzcQB
+ABsAAAAAAAAAcHB4AQEBdAABMHBweA==
HTTP_HOST       127.0.0.1
HTTP_REFERER    http://127.0.0.1/App/Admin/admin_menu.cfm
HTTP_USER_AGENT Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11
(KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11
PATH_INFO       [empty string]
PATH_TRANSLATED E:\Explorers_Log\webapps\log\App\Admin\collections.cfm
QUERY_STRING    [empty string]
REMOTE_ADDR     127.0.0.1
REMOTE_HOST     127.0.0.1
REMOTE_IDENT    [empty string]
REMOTE_USER     [empty string]
REQUEST_METHOD  GET
SCRIPT_NAME     /App/Admin/collections.cfm
SERVER_NAME     127.0.0.1
SERVER_PORT     80
SERVER_PORT_SECURE      0
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE jetty/7.5.4.v20111024
client
struct
cfid    0
cftoken 1FBD0E81-3511-45CE-8D8FEF4157BE855F
hitcount        591
lastvisit       {ts '2012-02-17 08:48:11'}
timecreated     {ts '2011-09-30 08:49:48'}
urltoken        CFID=0&CFTOKEN=1FBD0E81-3511-45CE-8D8FEF4157BE855F
cookie
struct
CFID    0
CFTOKEN 1FBD0E81-3511-45CE-8D8FEF4157BE855F
USERID  1
bdclient_Log
rO0ABXNyABVjb20ubmFyeS51dGlsLkZhc3RNYXAAAAAAAAAAAQIAAHhyABdqYXZvbHV0aW9uLnV0aWwuRmFzdE1hcAAAAAAAAAABAwAAeHBzcgAwY29tLm5hcnkudXRpbC5GYXN0TWFwJFN0cmluZ0NvbXBhcmF0b3JJZ25vcmVDYXNlAAAAAAAAAAECAAB4cgAeamF2b2x1dGlvbi51dGlsLkZhc3RDb21wYXJhdG9yHDzsm6drOX8CAAB4cHNyACZqYXZvbHV0aW9uLnV0aWwuRmFzdENvbXBhcmF0b3IkRGVmYXVsdLmriKRyTatLAgAAeHEAfgAEdwUAAAAAAHg=
bdclient_consult
rO0ABXNyABVjb20ubmFyeS51dGlsLkZhc3RNYXAAAAAAAAAAAQIAAHhyABdqYXZvbHV0aW9uLnV0aWwuRmFzdE1hcAAAAAAAAAABAwAAeHBzcgAwY29tLm5hcnkudXRpbC5GYXN0TWFwJFN0cmluZ0NvbXBhcmF0b3JJZ25vcmVDYXNlAAAAAAAAAAECAAB4cgAeamF2b2x1dGlvbi51dGlsLkZhc3RDb21wYXJhdG9yHDzsm6drOX8CAAB4cHNyACZqYXZvbHV0aW9uLnV0aWwuRmFzdENvbXBhcmF0b3IkRGVmYXVsdLmriKRyTatLAgAAeHEAfgAEdwUAAAAAAHg=
bdglobals
rO0ABXNyABVjb20ubmFyeS51dGlsLkZhc3RNYXAAAAAAAAAAAQIAAHhyABdqYXZvbHV0aW9uLnV0aWwuRmFzdE1hcAAAAAAAAAABAwAAeHBzcgAwY29tLm5hcnkudXRpbC5GYXN0TWFwJFN0cmluZ0NvbXBhcmF0b3JJZ25vcmVDYXNlAAAAAAAAAAECAAB4cgAeamF2b2x1dGlvbi51dGlsLkZhc3RDb21wYXJhdG9yHDzsm6drOX8CAAB4cHNyACZqYXZvbHV0aW9uLnV0aWwuRmFzdENvbXBhcmF0b3IkRGVmYXVsdLmriKRyTatLAgAAeHEAfgAEdwUAAAAABnQACGhpdGNvdW50c3IAK2NvbS5uYXJ5eC50YWdmdXNpb24uY2ZtLmVuZ2luZS5jZk51bWJlckRhdGEAAAAAAAAAAQIABloABmJJbnROb0QACGRvdWJsZU5vSQAFaW50Tm9aAA1pc0phdmFOdW1lcmljWgAIbW9kaWZpZWRMAAVpbWFnZXQAEkxqYXZhL2xhbmcvU3RyaW5nO3hyAC9jb20ubmFyeXgudGFnZnVzaW9uLmNmbS5lbmdpbmUuY2ZKYXZhT2JqZWN0RGF0YQAAAAAAAAABAwAAeHIAJWNvbS5uYXJ5eC50YWdmdXNpb24uY2ZtLmVuZ2luZS5jZkRhdGEAAAAAAAAAAQIABloACmV4cHJlc3Npb25aABBpbnZhbGlkTG9vcEluZGV4WgAKaXNJbXBsaWNpdEkAC3F1ZXJ5Q29sdW1uTAAIamF2YWNhc3R0AClMY29tL25hcnl4L3RhZ2Z1c2lvbi9jZm0vZW5naW5lL0phdmFjYXN0O0wADnF1ZXJ5VGFibGVEYXRhdAAQTGphdmEvdXRpbC9MaXN0O3hwAAAAAAAAAHBweAEAAAAAAAAAAAAAAk8AAXB0AAlsYXN0dmlzaXRzcgApY29tLm5hcnl4LnRhZ2Z1c2lvbi5jZm0uZW5naW5lLmNmRGF0ZURhdGEAAAAAAAAAAQIABEoABHRpbWVMAApkYXRlU3RyaW5ncQB
AApMAAxmb3JtYXRTdHJpbmdxAH4ACkwAEmZvcm1hdFN0cmluZ1ByZWZpeHEAfgAKeHEAfgALAAAAAAAAAHBweAAAATWMpJmDcHQAE3l5eXktTU0tZGQgSEg6bW06c3N0AAJ0c3QAC3RpbWVjcmVhdGVkc3EAfgARAAAAAAAAAHBweAAAATK7q8R1dAAae3RzICcyMDExLTA5LTMwIDA4OjQ5OjQ4J310ABN5eXl5LU1NLWRkIEhIOm1tOnNzdAACdHN0AAh1cmx0b2tlbnNyACtjb20ubmFyeXgudGFnZnVzaW9uLmNmbS5lbmdpbmUuY2ZTdHJpbmdEYXRhAAAAAAAAAAECAAZaABdtYXliZUJvb2xlYW5Db252ZXJ0aWJsZVoAFG1heWJlRGF0ZUNvbnZlcnRpYmxlWgAWbWF5YmVOdW1iZXJDb252ZXJ0aWJsZUwABGRhdGFxAH4AClsACWRhdGFCeXRlc3QAAltCWwAJZGF0YUNoYXJzdAACW0N4cQB
AAsAAAAAAAAAcHB4AQEBdAAyQ0ZJRD0wJkNGVE9LRU49MUZCRDBFODEtMzUxMS00NUNFLThEOEZFRjQxNTdCRTg1NUZwcHQAB2NmdG9rZW5zcQB
ABsAAAAAAAAAcHB4AQEBdAAjMUZCRDBFODEtMzUxMS00NUNFLThEOEZFRjQxNTdCRTg1NUZwcHQABGNmaWRzcQB
ABsAAAAAAAAAcHB4AQEBdAABMHBweA==
form
struct [empty]
request
struct [empty]
server
struct
bluedragon
struct
builddate       2011-12-23 01:01:11 GMT
edition 8
level   GPL
releasedate     1 December 2011
state   alpha
version 2.1
coldfusion
struct
appserver       jetty/7.5.4.v20111024
installkit      [empty string]
productlevel    GPL
productname     BlueDragon
productversion  2,1
rootdir E:\Explorers_Log\webapps\log
supportedlocales        Japanese (Japan), Spanish (Peru), Spanish (Panama),
Serbian (Bosnia and Herzegovina), Spanish (Guatemala), Arabic (United
Arab Emirates), Norwegian (Norway), Albanian (Albania), Arabic (Iraq),
Arabic (Yemen), Portuguese (Portugal), Greek (Cyprus), Arabic (Qatar),
Macedonian (Macedonia), German (Switzerland), English (United States),
Finnish (Finland), English (Malta), Slovenian (Slovenia), Slovak
(Slovakia), Turkish (Turkey), Arabic (Saudi Arabia), English (United
Kingdom), Serbian (Serbia and Montenegro), English (New Zealand),
Lithuanian (Lithuania), Spanish (Nicaragua), Irish (Ireland), French
(Belgium), Spanish (Spain), Arabic (Lebanon), French (Canada),
Estonian (Estonia), Arabic (Kuwait), Serbian (Serbia), Spanish (United
States), Spanish (Mexico), Arabic (Sudan), Indonesian (Indonesia),
Spanish (Uruguay), Latvian (Latvia), Portuguese (Brazil), Arabic
(Syria), Spanish (Dominican Republic), French (Switzerland), Hindi
(India), Spanish (Venezuela), Arabic (Bahrain), English (Philippines),
Arabic (Tunisia), German (Austria), Dutch (Netherlands), Spanish
(Ecuador), Chinese (Taiwan), Arabic (Jordan), Icelandic (Iceland),
Spanish (Colombia), Spanish (Costa Rica), Spanish (Chile), Arabic
(Egypt), English (South Africa), Thai (Thailand), Greek (Greece),
Italian (Italy), Hungarian (Hungary), English (Ireland), Ukrainian
(Ukraine), Polish (Poland), French (Luxembourg), Dutch (Belgium),
English (India), Catalan (Spain), Arabic (Morocco), Spanish (Bolivia),
English (Australia), Chinese (Singapore), Spanish (El Salvador),
Russian (Russia), Korean (South Korea), Arabic (Algeria), Vietnamese
(Vietnam), Serbian (Montenegro), Arabic (Libya), Chinese (China),
Belarusian (Belarus), Chinese (Hong Kong), Hebrew (Israel), Bulgarian
(Bulgaria), Maltese (Malta), Spanish (Paraguay), French (France),
Czech (Czech Republic), Italian (Switzerland), Romanian (Romania),
Spanish (Puerto Rico), English (Canada), German (Germany), German
(Luxembourg), Spanish (Argentina), Malay (Malaysia), Croatian
(Croatia), English (Singapore), Arabic (Oman), Swedish (Sweden),
Danish (Denmark), Spanish (Honduras), Dutch (Belgian),French
(Canadian),Norwegian (Bokmal),Dutch (Standard),French
(Standard),Norwegian (nynorsk),English (Australian),French
(Swiss),Portuguese (Brazilian),English (Canadian),German
(Austrian),Portuguese (Standard),English (New Zealand),German
(Standard),Spanish (Mexican),English (UK),German (Swiss),Spanish
(Modern),English (US),Italian (Standard),Spanish (Standard),French
(Belgian),Italian (Swiss),Swedish, ja_JP, es_PE, en, ja_JP, es_PA,
sr_BA, mk, es_GT, ar_AE, no_NO, sq_AL, bg, ar_IQ, ar_YE, hu, pt_PT,
el_CY, ar_QA, mk_MK, sv, de_CH, en_US, fi_FI, is, cs, en_MT, sl_SI,
sk_SK, it, tr_TR, zh, th, ar_SA, no, en_GB, sr_CS, lt, ro, en_NZ,
no_NO, lt_LT, es_NI, nl, ga_IE, fr_BE, es_ES, ar_LB, ko, fr_CA, et_EE,
ar_KW, sr_RS, es_US, es_MX, ar_SD, in_ID, ru, lv, es_UY, lv_LV, iw,
pt_BR, ar_SY, hr, et, es_DO, fr_CH, hi_IN, es_VE, ar_BH, en_PH, ar_TN,
fi, de_AT, es, nl_NL, es_EC, zh_TW, ar_JO, be, is_IS, es_CO, es_CR,
es_CL, ar_EG, en_ZA, th_TH, el_GR, it_IT, ca, hu_HU, fr, en_IE, uk_UA,
pl_PL, fr_LU, nl_BE, en_IN, ca_ES, ar_MA, es_BO, en_AU, sr, zh_SG, pt,
uk, es_SV, ru_RU, ko_KR, vi, ar_DZ, vi_VN, sr_ME, sq, ar_LY, ar,
zh_CN, be_BY, zh_HK, ja, iw_IL, bg_BG, in, mt_MT, es_PY, sl, fr_FR,
cs_CZ, it_CH, ro_RO, es_PR, en_CA, de_DE, ga, de_LU, de, es_AR, sk,
ms_MY, hr_HR, en_SG, da, mt, pl, ar_OM, tr, th_TH, el, ms, sv_SE,
da_DK, es_HN
os
struct
additionalinformation   Sun Microsystems Inc. 1.6.0_24
arch    amd64
name    Windows 7
version 6.1

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

     Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012

Reply via email to