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.

denizunlu

Beginner

  • "denizunlu" is male
  • "denizunlu" started this thread

Posts: 18

Date of registration: Dec 10th 2011

Location: Istanbul

Occupation: Developer

  • Send private message

1

Wednesday, November 28th 2012, 2:01am

How to Get The Latest Jabaco Framework?

Dear Friends,

I have been testing Jabaco for a time and Im really fascinated with the things offered. However Im not familiar with compiling with Java. Can anyone help me on how to compile the latest r101 framework explaining in detail? Is it not possible to download as *.jar file?

Any help is quite appreciated.

Thanks,

Deniz

denizunlu

Beginner

  • "denizunlu" is male
  • "denizunlu" started this thread

Posts: 18

Date of registration: Dec 10th 2011

Location: Istanbul

Occupation: Developer

  • Send private message

2

Wednesday, November 28th 2012, 2:53am

How to Get The Latest Jabaco Framework?

After surfing I understood that the all the *.java files under \VBA folder should be compiled. I tried with the following at CMD prompt and get the following errors :
**************************************************************************************************

C:\Program Files\Java\jdk1.7.0_09\bin>JAVAC C:\Users\user\jabacoframework\Framew
ork\src\VBA\*.JAVA
C:\Users\user\jabacoframework\Framework\src\VBA\Interaction.java:197: error: pac
kage com.eaio.nativecall does not exist
com.eaio.nativecall.NativeCall.init();
^
C:\Users\user\jabacoframework\Framework\src\VBA\Interaction.java:207: error: pac
kage com.eaio.nativecall does not exist
com.eaio.nativecall.IntCall tmpIntCall = new com.eaio.na
tivecall.IntCall(ModuleName, ProcName);
^
C:\Users\user\jabacoframework\Framework\src\VBA\Interaction.java:207: error: pac
kage com.eaio.nativecall does not exist
com.eaio.nativecall.IntCall tmpIntCall = new com.eaio.na
tivecall.IntCall(ModuleName, ProcName);

^
C:\Users\user\jabacoframework\Framework\src\VBA\JabacoEventQueue.java:36: warnin
g: SunToolkit is internal proprietary API and may be removed in a future release

SunToolkit.flushPendingEvents();
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\user\jabacoframework\Framework\src\VBA\VBVariant.java uses unchec
ked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
1 warning
********************************************************************************
Any feed-backs?

Thanks...

Dani

Intermediate

Posts: 325

Date of registration: Nov 19th 2009

Location: GERMANY

  • Send private message

3

Wednesday, November 28th 2012, 1:29pm

Hey there,

you can download independent tools and framework builds here...
https://code.google.com/p/jbaindi/downloads/list

Since there are no changes in the VBA tree of the framework right now you don't need to compile the Java part of the framework.
You can compile the the VB part of the framework with Jabaco itself to a .jar file.

Download the latest framework files.
http://www.jabaco.org/wiki/Develop_the_Jabaco_Framework

In the VB folder there is a Jabaco Framework project. Open and compile it to a .jar file.
After that open this .jar with winzip, winrar or else and navigate to the VB folder.
BACKUP Jabaco.jar of your Jabaco programm folder.
After that open this Jabaco.jar with winzip, winrar or else and navigate to the VB folder.

You have two open winzip, winrar folders now!
Copy all the .class files with a different file size from the VB folder of your compiled .jar to the Jabaco.jar overwriting the existing files.

Thats it...
Works fine for me!

Dani

denizunlu

Beginner

  • "denizunlu" is male
  • "denizunlu" started this thread

Posts: 18

Date of registration: Dec 10th 2011

Location: Istanbul

Occupation: Developer

  • Send private message

4

Wednesday, November 28th 2012, 6:13pm

Thank you Dani. I will try and report back. Cheers ;)

theuserbl

Intermediate

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

5

Thursday, November 29th 2012, 12:13am

I have now uploaded Revision 101 as compiled Jar-file.

As Dani mentioned, you can find it at
[ http://code.google.com/p/jbaindi/downloads/list ]

Direct Link:
[ http://jbaindi.googlecode.com/files/Jabaco-rev101.jar ]

Greatings
theuserbl

denizunlu

Beginner

  • "denizunlu" is male
  • "denizunlu" started this thread

Posts: 18

Date of registration: Dec 10th 2011

Location: Istanbul

Occupation: Developer

  • Send private message

6

Thursday, November 29th 2012, 1:40am

It both worked, thank you both. Cheers.

Rate this thread
WoltLab Burning Board