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

Tag: windows

WINE for Android

    E’ ormai ufficiale che è in sviluppo il porting di WINE “Wine is not emulator” (ricorsione nel nome) per ANDROID !!! Questo sta a significare che alcune vecchie, ma a quanto pare indispensabili, applicazioni Windows potranno essere eseguite sui nuovi device con il sistema operativo confezionato da BigG. Dando per assunto, quanto il…
Leggi tutto

MySQL Windows 32bit e 3GB

Una domanda che salta fuori spesso è “Quanta memoria puo’ usare mysql sul mio sistema ?” Come saprete mysqld-nt.exe viene eseguito in un singolo processo con vari thread; dunque il limite d’uso della memoria è fissato dai limiti imposti dallo stesso sistema operativo per il singolo processo. Sistemi operativi differenti, hanno limiti differenti; dipendenti anche…
Leggi tutto

Excel binary files to parsable text with Java

Usage: java -jar xls2txt.jar [options] fileToImport.xls Possible options: -list : Outputs the list of sheets of the excel document -sheet sheet-name : Outputs only the contents of the specified sheet-name -comma: Use “,” instead of “.” for decimal separator Without options all the excel sheets will be converted in text. Use “>” operator to redirect…
Leggi tutto

Java code for NTLM User Identification

The following code perfrom NTLM Identification (NOT authentication) of a Windows user connecting to a Java Web app. This will happen automatically only using IE as the client. With Firefox for example the username will be asked through pop-up, and then used by the web-app (again, this code doesn’t perform authentication…) The original code come…
Leggi tutto

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

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