well as mentioned yamj seems to be running with no 'heap' problems after i changed the figures in the 'moviejukebox folder
...just getting no movie art at all at the end?.....movie db poster plug in failed......movie dbapi problem ??
really dont know hats going on
have changed 'moviejukebox' with notepad to xms512 and xmx512
and have changed moviejukebox.sh to the same
moviejukebox.sh now says :
#!/bin/sh
# Intel Mac users : needs java 1.6, set fullpath to java 1.6 instead of default java
# This path is usually : /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java
java -Xms512m -Xmx512m -classpath .:./resources:./lib/* com.moviejukebox.MovieJukebox "$@"
moviejukebox (batch file) now says:
@echo off
rem ***
rem *** Yet Another Movie Jukebox command script
rem ***
rem *** DO NOT CHANGE ANYTHING IN THIS SCRIPT
rem *** UNLESS YOU KNOW WHAT YOU ARE DOING
rem ***
java -Xms512m -Xmx512m -classpath .;resources;lib/* com.moviejukebox.MovieJukebox %*
as i said had no problems until i updated win 7 java via an auto update
