Re: [Sisc-users] emacs¸
Brought to you by:
mradestock,
scgmille
|
From: Igor H. V. R. +5. <ig...@ia...> - 2015-04-29 03:04:39
|
Hi!
Haris,
Your classpath is incomplete, and you also need to provide the path
to the SISC healp (sisc.shp).
A sample command line (with Unix paths, you need to adapt to what you
use under Windows):
java -classpath ./sisc-opt.jar:./sisc.jar:./sisc-lib.jar:
-Dsisc.home=. sisc.REPL -h ./sisc.shp
Regards,
--
igorhvr
On Tue, Apr 28, 2015, at 18:21, Haris Bogdanović wrote:
> Hi
>
> I have this in my .emacs :
>
>
> (custom-set-variables
> '(scheme-program-name "c:/users/h/sisc/sisc.bat"nf))
> (run-scheme)
>
>
> I have set environment variables:o
>
> CLASSPATH to C:\Users\h\sisc\sisc.jar
> JAVA_OPTS to -Xms256m -Xms512m
>
> When I start Emacs I get the following:
>
> Fatal error: Heap not found or does not contain repl
> Process scheme finished
>
> Where is the problem ?
>
> Thanks
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Sisc-users mailing list
> Sis...@li...
> https://lists.sourceforge.net/lists/listinfo/sisc-users
|