Re: Nightcode problem

2014-12-07 Thread Julio Berina
I made a few minor tweaks and now I have a new problem: Running... Generating manifest... Generating R.java... Compiling 1 source files to C:\Programming\Clojure\Android\sample\target\debug\classes Compiling Clojure files... Build type: debug, dynamic compilation: enabled, remote REPL: enabled.

Re: Nightcode problem

2014-12-07 Thread Niels van Klaveren
Nightcode is starting a 32 bits version of the JVM which only supports a max of 2 Gb continuos memory. Install a 64 bits JVM or lower the Xmx to 1500m. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Nightcode problem

2014-12-07 Thread Julio Berina
I'm getting closer. I have this: Running... Generating manifest... Generating R.java... Compiling 1 source files to C:\Programming\Clojure\Android\sample\target\debug\classes Compiling Clojure files... Build type: debug, dynamic compilation: enabled, remote REPL: enabled. Compiling

Nightcode problem

2014-12-06 Thread Julio Berina
I'm trying to do Android development on a Clojure IDE called Nightcode, and clicked 'Run' in order to simply run the sample application and see if my compiler works. I get this error along the way: 'C:\Program' is not recognized as an internal or external command, operable program or batch

Re: Nightcode problem

2014-12-06 Thread Fluid Dynamics
On Saturday, December 6, 2014 3:06:53 PM UTC-5, Julio Berina wrote: I'm trying to do Android development on a Clojure IDE called Nightcode, and clicked 'Run' in order to simply run the sample application and see if my compiler works. I get this error along the way: 'C:\Program' is not

Re: Nightcode problem

2014-12-06 Thread Sean Corfield
Don’t store Nightcode or your projects on a path that has spaces in it. A lot of tools don’t support spaces in paths. Sean On Dec 6, 2014, at 12:06 PM, Julio Berina juliober...@gmail.com wrote: I'm trying to do Android development on a Clojure IDE called Nightcode, and clicked 'Run' in order

Re: Nightcode problem

2014-12-06 Thread Laurent PETIT
For this exact reason, I develop CCW with the ccw codebase in a path containing spaces, and my test development environment also contains spaces in it. Saved me numerous numbers of time with Windows Users, for instance. 2014-12-06 23:32 GMT+01:00 Sean Corfield s...@corfield.org: Don’t store

Re: Nightcode problem

2014-12-06 Thread Julio Berina
Here's all the text associated with my error: Running... Generating manifest... Generating R.java... Compiling 1 source files to C:\Programming\Clojure\Android\sample\target\debug\classes Compiling Clojure files... Build type: debug, dynamic compilation: enabled, remote REPL: enabled. Compiling

Re: Nightcode problem

2014-12-06 Thread Laurent PETIT
It's probably the DEX creator which is installed in Program Files .. Le dimanche 7 décembre 2014, Julio Berina juliober...@gmail.com a écrit : Here's all the text associated with my error: Running... Generating manifest... Generating R.java... Compiling 1 source files to