Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-25 Thread Andrew C
Hey all, Turns out that my java preferences were being weird. I removed my .java folder and opened up Fantasia again. The main window displays fine now! Andrew. On Wed, Oct 20, 2010 at 10:09 AM, Andrew C wrote: > I've a sneaking suspicion that jsampler might be doing something weird > with java

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-20 Thread Andrew C
I've a sneaking suspicion that jsampler might be doing something weird with java calls when drawing itself (The pop-up dialog boxes appear to draw fine, etc), as opposed to the JDK/JRE I have installed on my system... JS_Classic appears to run fine, but has some odd, erratic mouse behaviour when a

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-06 Thread Andrew C
Hm, the same thing happens. This is a bit annoying. I have no idea at all what has changed in my installation here though. On Wed, Oct 6, 2010 at 6:03 PM, Grigor Iliev wrote: > Is the fantasia version from the LS website running ok? > > On Wed, Oct 6, 2010 at 5:26 PM, Andrew C wrote: >> Hm, all

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-06 Thread Grigor Iliev
Is the fantasia version from the LS website running ok? On Wed, Oct 6, 2010 at 5:26 PM, Andrew C wrote: > Hm, all that jsampler.log shows is > 06-Oct-2010 16:24:16 org.jsampler.CC initJSampler > FINE: JSampler started > > So this is probably a problem with java, rather than the Fantasia code itse

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-06 Thread Andrew C
Hm, all that jsampler.log shows is 06-Oct-2010 16:24:16 org.jsampler.CC initJSampler FINE: JSampler started So this is probably a problem with java, rather than the Fantasia code itself? Andrew. On Wed, Oct 6, 2010 at 9:33 AM, Grigor Iliev wrote: > Note that jsampler.log contains messages only

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-06 Thread Grigor Iliev
Note that jsampler.log contains messages only from the last session, so your last session should be using the fantasia front-end. On Wed, Oct 6, 2010 at 11:30 AM, Grigor Iliev wrote: > Is there some error logged in ~/.jsampler/jsampler.log? > > On Wed, Oct 6, 2010 at 11:26 AM, Andrew C wrote: >>

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-06 Thread Grigor Iliev
Is there some error logged in ~/.jsampler/jsampler.log? On Wed, Oct 6, 2010 at 11:26 AM, Andrew C wrote: > I'm launching Fantasia from a terminal using: >  /usr/lib/jvm/java-6-sun-1.6.0.21/bin/java -jar Fantasia-0.9.jar > > /usr/lib/jvm/java-6-run-1.6.0.21/bin/java -version reports > > java versi

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-06 Thread Andrew C
I'm launching Fantasia from a terminal using: /usr/lib/jvm/java-6-sun-1.6.0.21/bin/java -jar Fantasia-0.9.jar /usr/lib/jvm/java-6-run-1.6.0.21/bin/java -version reports java version "1.6.0_21" Java(TM) SE Runtime Environment (build 1.6.0_21-b06) Java HotSpot(TM) Client VM (build 17.0-b16, mixed

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-06 Thread Grigor Iliev
How are you launching fantasia? If you are doing it from the terminal with command like "java -jar Fantasia.jar", try "java -version" to see what version you are using. You may need to use full path, for example "/opt/jdk1.6.0/bin/java -jar Fantasia.jar". On Mon, Oct 4, 2010 at 12:48 AM, Andrew C

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-03 Thread Andrew C
Hey again. I managed to get jsampler successfully compiled (had to fiddle around with setting my JAVA_HOME environment variable to point to the JDK, instead of the JRE of a previous install.) But this odd incomplete, undrawn fantasia window still remains. Any idea on what I can do to troubleshoot

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-02 Thread Andrew C
Ah yes, thanks for that. javac -version reports: Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved. Which makes a lot more sense. Now how would I go about changing this? Thanks, Andrew. On Sat, Oct 2, 2010 at 12:29 PM, Andreas Persson wrote: >

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-02 Thread Andreas Persson
Andrew C skrev 2010-10-02 12:46: > Hm yes, I just remembered I had to install the following packages so > the javac compiler could find eclipse-ecj.jar after upgrading my > system from about a month ago: > > ecj-gcj > ecj > libecj-java-gcj > libecj-java > > AFAIK, this is just a bunch of stuff to d

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-02 Thread Andrew C
Hm yes, I just remembered I had to install the following packages so the javac compiler could find eclipse-ecj.jar after upgrading my system from about a month ago: ecj-gcj ecj libecj-java-gcj libecj-java AFAIK, this is just a bunch of stuff to do with the Eclipse IDE. Any idea on how to set the

Re: [Linuxsampler-devel] [LS-Dev] Compiling jsampler using sun java 6.21

2010-10-02 Thread Andreas Persson
Andrew C wrote 2010-10-02 03:53: > I'm running Debian testing and am compiling jsampler using sun's > non-Free JDK version 6.21. But when running 'ant build-fantasia', the > following comes up: > > http://pastebin.com/PsVm8g6Z It seems your compiler flags is set to a very strict level, which makes