Fork me on GitHub
#admin-announcements
<
2015-09-09
>
jmckitrick15:09:10

I've got a monster of a web app I'd like to retrofit with figwheel, and I'm having some issues. Any figwheel gurus here?

akiva15:09:04

Might want to ask in #C03S1L9DN.

majenful16:09:41

Can someone helps me with JDK and Mac ?

jonpither16:09:17

have you looked at homebrew

astrashe16:09:39

Are you just looking where to get it, or are you having a specific problem?

majenful16:09:11

I have a fresh new install of my mac, and I wanted to switch from Oracle to OpenJDK

majenful16:09:35

I want to build it (I dwled the src), but when I type ./configure, it says I have no jvm found 😕

astrashe16:09:21

I've never run openjdk on a mac, sorry.

astrashe16:09:37

I took a look and it looks sort of difficult.

majenful16:09:15

yeah, I surprised me...

dexter16:09:35

@majenful: I believe its because you need the special version of Java OSX has to make some odd things happy

dexter16:09:29

IntelliJ has the same odd requirement as do a few other things

majenful16:09:09

In fact, I need the jvm and the jdk, and you gave me the special version of jvm ?

michaeldrogalis18:09:15

Does anyone know if it's possible to issue a lein command for a directory other than that one you're on? e.g. lein --dir ../my-project-dir do-somethings

bostonaholic18:09:28

I only know of lein new app --to-dir ~/app

bostonaholic18:09:44

that may only work with lein new

astrashe19:09:33

(cd otherdir && lein ...)