You are not logged in.

Search results

Search results 1-6 of 6.

Wednesday, August 19th 2009, 8:35am

Author: Jason

Solved

Just in case anyone is interested. I solved this problem after finding and reading this : http://www.ericgiguere.com/articles/depl…va-applets.html The trick is to add the driver to the archive downloads in your HTML file. Quoted <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title> Jabaco-Applet </title> </head> <body> <APPLET ARCHIVE="dbtest.jar,mysql-connector-java-5.1.8-bin.jar" CODE="Applet1.class" WIDTH="400" HEIGHT="300"> <PARAM NA...

Friday, August 14th 2009, 3:16pm

Author: Jason

Jabaco! whats in a name ?

I was just looking at the name Jabaco, and it occurred to me that it probably stands for JAva BAsic COmpiler or something like that, but all along I've thought Jabaco was made up from the names of two of any programmers best friends JAva and toBaco (Coffee and nicotine) I kind of liked that, but I then realized that Tobacco was misspelt. Nuts! (no, you cant have the 2 minutes you wasted reading this back )

Monday, August 10th 2009, 1:30pm

Author: Jason

Distribution of drivers.

Hi I'm pretty new to both Java and VB (I'm a Delphi Developer). I have recreated the example above and it works fine, but if i create/deploy my application as an applet, it cant find the driver. I kind of understand why this is, since the applet is essentially being downloaded and then embedded in the browser, so it loses the context of the jdk/jre and cant see the driver, I was just wondering how you get around this and that the best practice policy is for distributing applets. I would not like...

Wednesday, July 15th 2009, 10:22am

Author: Jason

Possible bug

Hi I think I have found a little bug If I create a new "Applet" type project, then File->Make It generates a JAR and HTML file. If I then close the IDE and re-open the project, when I go to FILE->MAKE I can only make a JAR or exe.

Wednesday, July 15th 2009, 9:46am

Author: Jason

Some questions

Actually, scrub all that, I just downloaded the new beta and had a play, and answered all of my own questions, sorry about that

Wednesday, July 15th 2009, 9:37am

Author: Jason

Some questions

Hi First off, great work on Jabaco its really impressive. Please forgive my ignorance, I am a Delphi developer and have minimal experience with Java but I'm curious and have a few questions. Can Jabaco programs be deployed as applets ? If so could someone please point me at a resource where I could learn how to do this ? I have a lot of existing databases (Oracle,MSSQL,Interbase/Firebird etc) can I use the JDBC to access these with Jabaco ? Thank you for your time.

WoltLab Burning Board