Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Tag: JAVA

Shareteam Alpha Preview

This video shows one of the project synaptica are working on. It’s an alpha stage but the new technology (ZK) to build RIA application really rocks!

Applicazioni native portabili

Come software house abbiamo notato una crescente tendenza dei clienti di avere applicazioni portabili sui vari sistemi operativi esistenti. Una stessa applicazione che funziona con l’interfaccia grafica del sistema nativo non è un utopia. L’esempio di semplice applicazione nelle figure seguenti dimostra questa possibilità . La tecnologia utilizzata è Java con librerie grafiche SWT. Tra l’altro…
Leggi tutto

Eclipse Portable

I actually work with a unprivileged machine (that’s a common situation in big company), but i want to work with eclipse on that machine!!! Eclipse isn’t a problem, you can install just unpacking it! but when i launch the application an error message is displayed “you java JVM (1.4.2) isn’t suitable for this product”. I…
Leggi tutto

Installing Axis on Windows

What’s Axis? In order to install Axis you must have: Apache tomcat installed. Tomcat home (this tutorial use version 5.5) Java JDK installed. Java 1.5 Home (this tutorial use JDK 5.0 Update 16) Now starts the installation: Download Axis from here (this tutorial use version 1.4) Download JavaBeans activation framework JAF Unpack Axis archive to…
Leggi tutto

Ubuntu 8.04 LTS + openjdk6 + apache-tomcat-6.0.18

Prerequisites • Ubuntu 8.04 (you can try with other ubuntu/debian, with other OS you have to install JVM in a different way) Needed files: • apache-tomcat-6.0.18.zip from http://tomcat.apache.org/download-60.cgi

unpack apache-tomcat-6.0.18.zip where you want (i used /usr/local/tomcat, change the following commands accordingly if you have used a different directory) set JAVA_HOME environment variable:

start…
Leggi tutto

JNI Interface used to integrate static C++/Delphi Library in Java

Today i found some great post to make an integration between JAVA and static library genetated with C++ using JNI. post links : http://forum.java.sun.com/thread.jspa?threadID=786600&messageID=4484880 http://www.inonit.com/cygwin/jni/helloWorld/ stay tuned ivan…