[jsyn] AlgoJazz Java 1.5

jsyn at music.columbia.edu jsyn at music.columbia.edu
Tue Sep 19 11:09:11 EDT 2006


Thanks Phil,

I rebuilt "Albert's Theme" with Java Version 1.3.1_18 using the -target 1.1 option. It seems to work ok with the newer run time engines and I will watch my web site statistics to see if someone comes along with Java 1.1

Thanks agian,

John Clavin
www.algorithmicjazz.com


-----Original Message-----
From: jsyn-bounces at music.columbia.edu
[mailto:jsyn-bounces at music.columbia.edu]On Behalf Of
jsyn at music.columbia.edu
Sent: Monday, September 18, 2006 9:01 AM
To: jsyn at music.columbia.edu
Subject: Re: [jsyn] AlgoJazz Java 1.5


Hello John,

Old .class files will work with new Java Virtual Machines.

If you compile with a later version of Java, the .class files may not run on an 
earlier Java Virtual Machines! The .class files may use language constructs or 
APIs that are not only supported by the new JVM.

For deployment on the web, I recommend avoiding the new APIs. Also you should 
specify the target version for the byte code as "1.1" using the -target option:

    javac -target 1.1  mymusic.java

It works well.

Thank you,
Phil Burk
---------------------------------------
SoftSynth, Audio Research and Development
http://www.softsynth.com/
75 Pleasant Lane, San Rafael, CA, 94901 USA
Phone/FAX: 1-415-453-4320
---------------------------------------


jsyn at music.columbia.edu wrote:
> Hi,
> 
> I posted here last night from home and the post is yet to come through, but I had put up a new composition "Albert's Theme" that was built with Java 1.5 and I see that, this morning from my work computer, it won't run on anything but Java 1.5. Later tonight will try to build it with 1.4 or 1.3 or maybe try the "target" parameter. I have always used Java 1.3 to build in the past.
> 
> Has anyone here tried the "target" parameter with Java 1.4 or 1.5?
> 
> John Clavin
> 
> www.algorithmicjazz.com
> 
> 
> _______________________________________________
> JSyn mailing list
> JSyn at music.columbia.edu
> To change digest mode or to make other administrative changes visit:
> http://music.columbia.edu/mailman/listinfo/jsyn
> 
> 
> 

_______________________________________________
JSyn mailing list
JSyn at music.columbia.edu
To change digest mode or to make other administrative changes visit:
http://music.columbia.edu/mailman/listinfo/jsyn


More information about the JSyn mailing list