[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlaplus] problem with installation



On 12/17/2013 11:35 PM, Bert_emme wrote:
> Hi, this is the file and the program directory is c:\programmi\toolbox.
> I thanks you for help me
> bye
> Mauro 

Hi Mauro,

fortunately the answer is in the log file:

> Caused by: java.lang.IllegalStateException: The platform metadata area could not be written: C:\Program Files\toolbox\workspace\.metadata.  By default the platform writes its content
> under the current working directory when the platform is launched.  Use the -data parameter to
> specify a different content area for the platform.
> 	at org.eclipse.core.internal.runtime.DataArea.assertLocationInitialized(DataArea.java:61)
>	[...]
> 	... 102 more

It seems you do not have sufficient permissions to write to C:\Program
Files\toolbox\workspace\.metadata. Try running the toolbox with
toolbox.exe -data C:\somewhere\with\write\permissions instead where
C:\somewhere\with\write\permissions is a folder where you have write
permissions.

HTH
Markus