Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (109 - 111 of 172)

Ticket Resolution Summary Owner Reporter
#124 fixed Error message from JAlbum 9.5 Joop
Description

I'm not sure if you can do something with it, but its a report from JAlbum 9.5. I'm running eCS 1.2Dutch, available memory 1Gb. Enclosed the error file. It looks like its running okay, but at start all is upside down, starting something else will correct this. I'm not sure if this is with this Java version or with JAlbum, its since 9.4.1. So I'm more on the side of JAlbum for this, but the developer from JAbum says otherwise.

#125 invalid JCad version 1.1 doesn't run on Java versions higher than 1.4.2 Joop
Description

Tried to run JCad version 1.1. Both with Java 1.5009 and with Java 1.6.0-b22 WSE I get this message; Exception in thread "main" java.lang.ClassCastException?: java.awt.image.DataBuff? erByte cannot be cast to java.awt.image.DataBufferInt?

at VirtualScreen?.resetVirtualScreen(VirtualScreen?.java:141) at VirtualScreen?.<init>(VirtualScreen?.java:112) at Reference.<init>(Reference.java:34) at JCad.<init>(JCad.java:28) at JCad.main(JCad.java:87)

I did use this command file for starting up; @echo off rem Java 1.4.2 SET JAVA_HOME=i:\JAVA\JAVA142 set BEGINLIBPATH=i:\JAVA\JAVA142\bin set path=i:\JAVA\JAVA142\bin rem @echo off rem Java 1.5.009 rem SET JAVA_HOME=i:\JAVA\JAVA150 rem set BEGINLIBPATH=i:\JAVA\JAVA150\bin rem @echo off rem Java 1.6.0 rem set BEGINLIBPATH=i:\JAVA\JAVA160\bin rem set path=i:\JAVA\JAVA160\bin I: cd I:\CAD\Jcad java.exe -jar jcad.jar

Just by putting in rem I can activate different versions of Java for testing. Own system eCS 1.2 Dutch memory 1Gb.

#126 invalid 3DMatrix version 1.6 doesn't run on Java 1.6.0-b22 WSE Joop
Description

3DMatrix version 1.6 does run on Java 1.4.2, but doesn't run on Java 1.6.0-b22 WSE. Didn't try version 1.5.009 because log shows similar results as with JCad.

Enclosed (renamed) log file from program. I used this command file for starting up; @echo off rem Java 1.4.2 SET JAVA_HOME=i:\JAVA\JAVA142 set BEGINLIBPATH=i:\JAVA\JAVA142\bin set path=i:\JAVA\JAVA142\bin rem @echo off rem Java 1.5.009 rem SET JAVA_HOME=i:\JAVA\JAVA150 rem set BEGINLIBPATH=i:\JAVA\JAVA150\bin rem @echo off rem Java 1.6.0 rem set BEGINLIBPATH=i:\JAVA\JAVA160\bin rem set path=i:\JAVA\JAVA160\bin I: cd I:\CAD\3DMatrix java -Xmx300m -jar 3dmatrix.jar

I can remove or add rem statements to make a Java version active. This on is from Java 1.4.2, the others seems not to work and give an error log. I run eCS 1.2 Dutch with 1Gb memory, enough diskspace

3DMatrix can be downloaded from www.digitalscores.com/3dmatrix/downloads.html

Note: See TracQuery for help on using queries.