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!
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
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
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
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
1 2 3 |
sudo apt-get update sudo apt-get upgrade sudo apt-get install openjdk-6-jdk |
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:
1 2 |
JAVA_HOME=/usr/lib/jvm/java-6-openjdk export JAVA_HOME |
start…
Leggi tutto
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…