OS/2, eCS & ArcaOS - Technical > Applications

Java applications

<< < (83/85) > >>

Martin Iturbide:
Hi

I know it's old, but I just wanted to run it to try it out. HotJava Browser 3.0 seemed to run time ago.

Today I'm trying to run it with OpenJDK 1.6, but I only get the splash logo.
I'm trying:  java -cp browser.jar sunw.hotjava.Main

Regards

Martin Iturbide:
Hello Again

Any idea if SmartCVS 7.1.7 (last reported on OS/2) will run with OpenJDK 1.6 ?
- http://www.rbri.org/data/uploads/downloads/smart/smartcvs-7_1_7.wpi
or an older one
- 7.1.4 - ftp://cyberia.dnsalias.com/pub/filebase/gfd/app/java/SMARTCVS.ZIP

I get that the Java version is not compatible, but I remember this "SmartSVN, SmartGit" had some option to remove that requirement.


--- Quote ---[C:\HOME\DESKTOP\SMARTCVS\SMARTCVS-7_1_4\lib]java -jar smartcvs.jar
An incompatible Java version has been detected which has been reported to
cause strange bugs. Aborting now.

Please install the latest release of the SUN Java SE Runtime Environment (JRE)
from:
  http://java.sun.com/javase/downloads/
or if it is already installed, make sure it is used.

--- End quote ---

On SmartGit it was something like:
 java -Xmx512m -Dsun.awt.noerasebackground=true -Dsmartgit.checkIncompatibleJava=false -jar ..\LIB\smartgit.jar

But I'm not sure if there was one for SmartCVS and SmartSVN.

Regards

Jan-Erik Lärka:

--- Quote from: Martin Iturbide on August 09, 2023, 07:50:18 pm ---Any idea if SmartCVS 7.1.7 (last reported on OS/2) will run with OpenJDK 1.6 ?

--- End quote ---

Downloadd it and started it with a double click on smartcvs.jar, no extra parameters required.
Ohhh, I've got my little script that set things up regarding finding and starting the java executable, but that is just about it.

-Xmx512m -Dsmartsvn.checkIncompatibleJava=false -jar "lib\smartsvn.jar"

-Xmx512m -Dsmartgit.checkIncompatibleJava=false -jar "lib\smartgit.jar"

Martin Iturbide:
Thanks


--- Quote from: Jan-Erik Lärka on August 09, 2023, 08:53:26 pm ---
--- Quote from: Martin Iturbide on August 09, 2023, 07:50:18 pm ---Any idea if SmartCVS 7.1.7 (last reported on OS/2) will run with OpenJDK 1.6 ?

--- End quote ---

Downloadd it and started it with a double click on smartcvs.jar, no extra parameters required.
Ohhh, I've got my little script that set things up regarding finding and starting the java executable, but that is just about it.

-Xmx512m -Dsmartsvn.checkIncompatibleJava=false -jar "lib\smartsvn.jar"

-Xmx512m -Dsmartgit.checkIncompatibleJava=false -jar "lib\smartgit.jar"

--- End quote ---

I had tested SmartSVN and runs. But I guess it is not the same for SmartCVS, I still can not make it run.

Regards

Neil Waldhauer:
I can make SmartCVS run, but it won't do anything without a license. It used to work. I think they must have changed things on the server.


--- Code: ---@echo off
rem OS/2 script for SmartCVS, requires JAVA installed

set JAVA_EXE=%1
set SMARTCVS_HOME=..
set SMARTCVS_LIB=%SMARTCVS_HOME%\lib
set SMARTCVS_MAIN_JAR=%SMARTCVS_LIB%\smartCVS.jar

%JAVA_EXE% -jar %SMARTCVS_MAIN_JAR% %2

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version