Not sure if I am the Mark you were addressing, but I am not part of ArgoUML team. I was simply sharing my own experience in delivering Java applications to Windows users.
I do not even know how ArgoUML is delivered, but if it is a 32-bit Windows installer that has hooks to check for Java it will only be capable of looking at the 32-bit portion of the registry. Why not just install 32-bit Java to find out? It is faster anyway and I doubt you need a heap size > 4 GB to run ArgoUML. You could also try setting the JAVA_HOME system environment variable. A lot of times code will look for that and use it. Again, I do not know if that is the case with ArgoUML. Mark On Mon, Sep 22, 2014 at 2:47 PM, Wallace Jackson <[email protected]> wrote: > Mark(s) and Team: > > I am using 64-bit Java 8u20 and NB8 so is your installer 32-bit? If so, is > there a 64-bit version of ArgoUML 0.34? On Win 8.1 I am using 64-bit > Java7u67. WJ > > On Mon, Sep 22, 2014 at 11:30 AM, Mark Phippard <[email protected]> > wrote: > >> Depending on the process, it could be related to registry. >> >> For example, suppose you have the 32-bit Java 8 installed. If you are >> running a 64-bit process, when it looks to see if Java is installed it will >> only look in the 64-bit registry hive and vice versa. IOW, if you have >> 64-bit Java installed and are running a 32-bit process such as a command >> line script. >> >> >> Mark >> >> On Mon, Sep 22, 2014 at 7:42 AM, Linus Tolke Tigris <[email protected]> >> wrote: >> >>> Hello Wallace! >>> >>> You sent the message to the tigris feedback mailing list but it reached >>> me. It would be better to send to me or some other argouml developer >>> directly, to one of the argouml mailing lists or to create issues in the >>> argouml bugzilla. >>> >>> I am not sure why Java can't be found. Is it the windows installer >>> script that doesn't find java, the argouml.bat script or the Java Web Start? >>> >>> It is always nice to get a mention in a book on UML, Systems >>> Engineering, Software Engineering and Model Based things. I am not sure I >>> understand though, what book you are referring to. >>> >>> /Linus >>> >>> 2014-09-19 23:11 GMT+02:00 Wallace Jackson <[email protected]>: >>> >>>> Trying to use ArgoUML for my latest Java 8 book, says I do not have a >>>> JRE on my 64-bit Win7 workstation, but I do have NB8, Java 8 and JavaFX 8 >>>> fully installed and working perfectly. Can't find any solution to this >>>> on-line. Do you want ArgoUML covered in this book from Apress/Springer? >>>> Thanks. Walls. >>>> >>>> [image: --] >>>> Wallace Jackson >>>> [image: http://]about.me/wallacejackson >>>> <http://about.me/wallacejackson> >>>> >>>> *Mind Taffy Design:* >>>> *www.MindTaffy.com <http://www.MindTaffy.com>* >>>> >>> >>> >> >> >> -- >> Thanks >> >> Mark Phippard >> http://markphip.blogspot.com/ >> > > > > -- > > [image: --] > Wallace Jackson > [image: http://]about.me/wallacejackson > <http://about.me/wallacejackson> > > *Mind Taffy Design:* > *www.MindTaffy.com <http://www.MindTaffy.com>* > -- Thanks Mark Phippard http://markphip.blogspot.com/ ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=3088895 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
