(clojure.core/ns clojure) or if you are on an old build I think it would be
(clojure/ns clojure) > > Hi all, > While playing with the Clojure REPL I changed my namespace to be > "java" (since I was testing out Java interop stuff) and now when I try > any commands, I see the following: > > java.lang.RuntimeException: java.lang.SecurityException: Prohibited > package name: java (NO_SOURCE_FILE:0) > > Since this also comes up when I try to switch out of the java > namespace > to anything else, I can't run any commands. Is there any way to fix > this > problem without quitting out of the REPL and running it again? > > And going forward, is this something that Clojure should guard against > (e.g., not allow)? Of course, I'm pretty new to Clojure, so please let > me know if there's something very simple I'm not seeing. > > Thanks, > Chris > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
