You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Gary Stout

Beginner

  • "Gary Stout" started this thread

Posts: 2

Date of registration: Dec 24th 2008

  • Send private message

1

Wednesday, December 24th 2008, 6:12am

Jabaco for Linux question

Hello,

I just discovered Jabaco and this site. I watched the Jabaco in action video clip and I am interested in the Linux version. When I tried to download, it appears the only version there is for Windows. I noticed in the video clip, the sample program was ran in Ubuntu.
Is there a separate download for the Linux version or is this not yet available?

Thanks and Great job!

Gary

emanresU

Beginner

Posts: 4

Date of registration: Nov 27th 2008

  • Send private message

2

Wednesday, December 24th 2008, 6:21pm

Jabaco creates Java Bytecode which can run on every Operating system that supports a Java Runtime Environment, so also Linux. But the IDE currently only supports Windows.

Gary Stout

Beginner

  • "Gary Stout" started this thread

Posts: 2

Date of registration: Dec 24th 2008

  • Send private message

3

Wednesday, December 24th 2008, 9:40pm

Ok Thanks!

I understand now..... I have been looking a long time for a decent compiler that I could use in Linux. The screen shots that I have seen so far for Jabaco look great!

Gary

  • "santiago.barreiro" is male

Posts: 14

Date of registration: Jan 29th 2010

Location: Guayaquil, Ecuador

Occupation: Manager of a software company

Hobbies: Music player

  • Send private message

4

Sunday, January 31st 2010, 3:27am

Hello...

First of all... I am a VB programmer, since it was QBasic and Basic Compiler, always WINDOWS.
I am searching for a Basic that, being mostly compatible with VB6, both in WINSOCK and SERIAL port handling, and transparent for LINUX, which I barely understand.

When I compile from the IDE only EXE output file is there...
How do I compile for Linux?
What is the LINUX executable program?

Regards

Santiago

A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

5

Sunday, January 31st 2010, 6:48pm

When compiling a Jabaco project, you can choose between two file types:
1. Exe to be directly executed under MS Windows
(in fact, this exe is a self-unzipping Jar file which is unpacked into %TMP% and then executed via java- jar)
2. Jar to be executed via Java
This jar file is a zipped archive of binary java classes.
You can copy it to any system capable of executing Java jar files.
Rename the file to xxx.zip to be able to open it and see the contents.
Note that you run into trouble when using Jabaco features supported on Windows only.
This includes WINAPI statements and references to Windows-specific libraries.

Greetings

A1880

Rate this thread
WoltLab Burning Board