You are not logged in.
Announcement
Unanswered posts
|
chyams wrote:
Hi Pedro,
JDK is jdk1.6.0_25 for Win 64
Thanks,
Celeste
looking forward to all the good things your post shares.
Hi Pedro,
Java version is correct:
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
javac 1.6.0_25
I've opened ticket TDI-20059 in bugtracker.
Thanks,
Celeste
Hi Celeste
Well. Type "java -version" and "javac -version" in cmd. Make sure version of JRE and JDK again.
If they are all correct, please report this issue on BugTracker.
Regards,
Pedro
Hi Pedro,
JDK is jdk1.6.0_25 for Win 64
Thanks,
Celeste
Hi Celeste
I find that you got an error.
java.lang.UnsupportedClassVersionError
Which version of JDK do you use?
Update it.
Or it's a bug that TAR isn't compatible with WIN7 64bit.
Regards,
Pedro
I'm upgrading our install from 4.1.2 to 5.0.2 I get this error message when I run the archiva.bat console command for the new repository feature.
C:\TalendArtifactRepository\bin>archiva.bat console
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | WrapperSimpleApp: Unable to locate the class org.eclipse.jetty.start.Main: java.lang.UnsupportedClassVersionError: org/eclipse/jetty/start/Main (Unsupported major.minor version 49.0)
jvm 1 |
jvm 1 | WrapperSimpleApp Usage:
jvm 1 | java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class} [app_arguments]
jvm 1 |
jvm 1 | Where:
jvm 1 | app_class: The fully qualified class name of the application to run.
jvm 1 | app_arguments: The arguments that would normally be passed to the
jvm 1 | application.
wrapper | on_exit trigger matched. Restarting the JVM. (Exit code: 1)I'm testing this on 64-bit Win7 before migrating to 64-bit Win 2008 server.
Thanks,
Celeste