You are not logged in.

Search results

Search results 1-8 of 8.

Monday, June 23rd 2014, 6:46am

Author: yogiyang

App.Path returns wrong values

An update: If I compile/make the project to EXE and run it then it returns: C:\Users\Admin\AppData\Local\Temp

Monday, June 23rd 2014, 6:35am

Author: yogiyang

App.Path returns wrong values

Hi, I am experimenting with Jabaco and have run into a problem. The call to App.Path returns wrong path. The actual path of my project is: c:\Job\Junk\Jabaco But the App.Path returned is: C:\Users\Admin\AppData\Local\Temp\Jabaco3148396 Why this happens? TIA Yogi Yang

Monday, June 23rd 2014, 5:59am

Author: yogiyang

What is missing to connect to MySQL or SQLite database

@Dani, Thanks for the suggestions and links. I will definitely look up H2. But how can I access SQLite from Jabaco? Have I to use the Java wrapper to access SQLite? In VB6 I have been using VBRichClient ActiveX component for many years now. Are there any possibilities of being able to use it in Jabaco? TIA Yogi Yang

Friday, June 20th 2014, 4:52pm

Author: yogiyang

What is missing to connect to MySQL or SQLite database

I am trying to develop my first Database accessing software. Here is the code that I am using to connect to Database: Source code 1 2 3 java#lang#Class.forName("com.mysql.jdbc.Driver") conn = DriverManager.getConnection("jdbc:mysql://localhost/crm", "root", "") st = conn.createStatement() When I run my software it keeps giving error class not found exception. What mistake am I doing here? How can I access SQLite database easily and what dependency do I have to install on my PC? TIA Yogi Yang

Wednesday, March 19th 2014, 10:46am

Author: yogiyang

Split Screen in IDE - I am an optimist

This feature is a must. I tend to use it a lot in VB6!

Wednesday, March 19th 2014, 7:53am

Author: yogiyang

Integrating Jabaco with CodenameOne Or...

It would be great to integrate Jabaco with CodenameOne or better still to get Jabaco to generate final project that can be opened in CodenameOne and then compiled for various mobile platforms. As we all know CodenameOne is open source. Check it out: http://www.codenameone.com/ What others have to say regarding this suggestion? Regards, Yogi Yang

Saturday, November 16th 2013, 3:26pm

Author: yogiyang

Suitability of Jabaco for Mobile Development

Thanks for the info. I know about B4A but my interest is in seeing Jabaco do this. Personally I am using WinDev Mobile for developing mobile apps. There is an Express (free) edition also available and is worth a look.

Tuesday, November 12th 2013, 5:41am

Author: yogiyang

Suitability of Jabaco for Mobile Development

It would be great if we could target mobile devices from Jabaco. Can someone contact the original author and request (rather pursue) him to update Jabaco in general and add facility to output JAVA code from mobile platforms? I think update of Jabaco is overdue. As he had promised in past (in our email conversation) he will be updating Jabaco latest by 2013 end but there seems to be no activity here. TIA Yogi Yang

WoltLab Burning Board