Jonathan Levinson · Feb 8, 2016 go to post

Try File/New/Other.  I've tried this in Eclipse and Atelier and they allow one to create new files that belong to other languages, as long as the support for the language is in Eclipse (or Atelier)

I agree with you that there should be a way of dividing up a single project into folders.  The most natural way of doing this would be to map each package to a folder.

Jonathan Levinson · Feb 5, 2016 go to post

On Mac OS X.11 what fixed my Java problems was adding the following line to my .bash_profile:

export JAVA_HOME="$(/usr/libexec/java_home)"

Here is what I did:

Installed JDK 1.8 from Oracle site

Deinstalled JDK 1.6 from my Mac

Put the above in my .bash_profile

Restarted terminal so it picked up definitions in .bash_profile (I could have run from the terminal 

. ~/.bash_profile  )

Jonathan Levinson · Feb 4, 2016 go to post

I know Jue and I are giving different information, but in my recollection the SMP client and Studio have a wide variety of localizations including for instance French, German and Spanish.  

Jonathan Levinson · Feb 4, 2016 go to post

Yes.  Specifics and timelines will be discussed on this site later.

Eclipse has standard mechanisms for localizing menus, commands and error messages.

Jonathan Levinson · Feb 4, 2016 go to post

I've let the team know about the problems you reported.  Thanks for the detailed post of problems.