Removing a workspace from Eclipse workspace launcher history

Eclipse Soft! Nessun Commento »


If you have recently deleted a workspace from Eclipse and purged all the files from your file system, you may find it annoying that Eclipse will still show the workspace in the workspace launcher dialog. If you are trying to explain what workspace another developer needs to access, it can also lead to unnecessary confusion.

Ecplise stores the workspace history in a preferences file called org.eclipse.ui.ide.prefs located under %ECLIPSE_HOME%\configuration\.settings. The RECENT_WORKSPACES key contains a comma separated list of workspace paths. You can remove either the entire line (key & values) or just one value from the list.
Shutdown Eclipse, update the org.eclipse.ui.ide.prefs file and restart Eclipse and the workspace should no longer appear in the launcher.

Eclipse errore “Unable to execute dex: GC overhead limit exceeded”

Android, Eclipse Soft! Nessun Commento »


Nella cartella di eclipse modifica il file eclipse.ini con i seguenti valori:

--launcher.XXMaxPermSize
512
..........
-Xms512m
-Xmx1024m

Fatto.

AndroidManifest.xml is missing

Android, Eclipse Soft! Nessun Commento »


Ho creato un progetto android con eclipse da file sorgenti esistenti e mi ha dato questo errore:

AndroidManifest.xml is missing

Ho cancellato la cartella bin e rieseguito l’app senza errori.
Ciao

Cordova/CDVViewController.h file not found in Xcode 7.1

Cordova, iPad, iPhone Soft! Nessun Commento »

Come succede sempre ad un cambio di Xcode, qualcosa non va, e questa volta nel fare l’archivio del progetto non mi trovava il file in oggetto.
Ho risolto aggiungendo questa stringa nella configurazione del progetto:

Build Settings -> Header Search Paths

"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"

Tutto a posto.

Se l’errore persiste stai attento a questo (non ho aggiunto tutte le righe, ma solo “$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include”):

Schermata 2015-10-28 alle 15.01.33

Virtualbox CentOS 7 mount “none” share folder

MacOSX, PC, Varie, Web oscar Nessun Commento »

Ho installato in VirtualBox CentOS 7, ma quando condivido le cartelle ho avuto una brutta sorpresa.
Il nome della shared folder non è palesata, al suo posto compare un bel “none”.

none shared folder virtualbox

Leggi il resto di questo articolo »

Come attivare le OCI/Oracle per PHP in XAMPP

MacOSX, PHP Soft! Nessun Commento »

Per attivare le estensioni OCI/Oracle per PHP in XAMPP eseguire il comando:

sudo /Applications/XAMPP/xamppfiles/xampp oci8

Verrà visualizzato:

Please enter the path to your Oracle or Instant Client installation:
 [/Applications/XAMPP/xamppfiles/lib/instantclient-11.2.0.3.0] 
 installing symlinks...
 patching php.ini...
 OCI8 add-on activation likely successful.
 LAMPP: Stopping Apache with SSL...
 LAMPP: Starting Apache with SSL...

Adesso le estensioni sono attive.

Home | Graffiti e Disegni | Educazione | Chi siamo | Blog | Progetti | Contatti
RSS Feed Comments RSS Accedi