Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > Phex (Cross-platform) > Feature Requests & Bug Reports
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Search Today's Posts Mark Forums Read

Feature Requests & Bug Reports Is there anything you'd wish to see in Phex, or did you find some bugs?


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old February 11th, 2007
Apprentice
 
Join Date: February 7th, 2007
Posts: 8
ploxiln is flying high
Default Java 6 required now? (nevermind)

When starting the latest Phex 3.0.2.100 on a computer with java 5 update 8, I get a "class name error" or something like that in a terminal (and otherwise nothing, no program start at all). Sorry I can't easily provide the exact error since I updated to Java 6 and the problem was solved. This occurred on Mac OSX and windows.

EDIT: I rebuilt with 1.5, I couldn't figure out how to force 1.5 compatibility when building with 1.6

Last edited by ploxiln; February 11th, 2007 at 11:21 PM. Reason: my mistake
Reply With Quote
  #2 (permalink)  
Old February 12th, 2007
arne_bab's Avatar
Draketo, small dragon.
 
Join Date: May 31st, 2002
Location: Heidelberg, Germany
Posts: 1,881
arne_bab is a great assister to others; your light through the dark tunnel
Default

We don't yet have plans to require Java 6 (I think this info can be interesting even though the problem is fixed ).

Did you build Phex yourself from the start, or did you use the compiled version?

Best wishes,
Arne
__________________

-> put this banner into your own signature! <-
--
Erst im Spiel lebt der Mensch.
Nur ludantaj homoj vivas.
GnuFU.net - Gnutella For Users
Draketo.de - Shortstories, Poems, Music and strange Ideas.
Reply With Quote
  #3 (permalink)  
Old February 12th, 2007
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

Runs perfectly fine of Java 5 for me. I usually do releases on a system that only has Java 5 installed, so this would wonder me a little. But we already had accidental version jumps creep in before..

To force Java 5 compatibility use the option -source 1.5
But for my understanding this is only related to language features, it will still use the Java 6 bootclasspath for API lookup. You would need to adjust to use a Java 5 bootclasspath yourself.

This is what my windows debug exe output is telling me... startup was fine and no errors or anything visible...

Quote:
ResourceManager resource configuration:
- Resource category: JAVA
- Current directory: C:\Program Files\Phex_3.0.2.100\
- Property count: 13
- Property: =
- Property: arguments=
- Property: classpath=lib\phex.jar
- Property: currentdir=
- Property: embedjar=false
- Property: javapropertiescount=0
- Property: jvmsearch=registry;javahome;jrepath;jdkpath;exepat h;jview
- Property: mainclassname=phex.Main
- Property: maxversion=
- Property: minversion=1.5
- Property: skel_Debug=1
- Property: skel_Message=Java has not been found on your computer. Do you want
to download it?
- Property: skel_PressKey=1
Now searching the JVM installed on the system...
JVM Lookup: found VM (V(1)(5)(0)) in registry.
JVM Lookup: found VM (V(1)(5)(0)) in registry.
JVM Lookup: found VM (V(1)(5)(0)) in registry.
JVM Lookup: found VM (V(1)(5)(0)) in registry.
JVM Lookup: Env-Var JAVA_HOME not defined on this system.
JVM Lookup: Env-Var JRE_HOME not defined on this system.
JVM Lookup: Env-Var JDK_HOME not defined on this system.
Current directory is C:\Program Files\Phex_3.0.2.100\
JSmooth will now try to use the VM in the following order: registry;javahome;jre
path;jdkpath;exepath;jview
------------------------------
Trying to use a JVM defined in the registry (4 available)
VM will be tried in the following order: 1.5.0;1.5.0;1.5.0;1.5.0;
- Trying registry: <D:\Program Files\Java\jre1.5.0_08><D:\Program Files\Java\jre
1.5.0_08\bin\client\jvm.dll><1.5.0>
DONT USE CONSOLE == FALSE
RUN PROC registry ... 1.5.0 <= 1.5.0<= 0.0.0
RUN PROC... version OK
RUNVM12PROC
Running new proc for D:\Program Files\Java\jre1.5.0_08\bin\java.exe
ClassPath element 0=C:\Program Files\Phex_3.0.2.100\lib\phex.jar
ADDCP= C:\Program Files\Phex_3.0.2.100\lib\phex.jar;
CLASSNAME = <phex.Main>
COMMAND LINE: D:\Program Files\Java\jre1.5.0_08\bin\java.exe -classpath ";C:\Program Files\Phex_3.0.2.100\lib\phex.jar;" phex.Main
RESULT: 1
WAITING: 1
WAIT ENDED
__________________
Reply With Quote
  #4 (permalink)  
Old February 12th, 2007
Apprentice
 
Join Date: February 7th, 2007
Posts: 8
ploxiln is flying high
Default

Yeah i was building myself, sorry for the alarm... I sort of figured it out later that the only convenient way to build with jvm 1.5 compatibility was to build on a machine with java 1.5.
Reply With Quote
  #5 (permalink)  
Old February 13th, 2007
arne_bab's Avatar
Draketo, small dragon.
 
Join Date: May 31st, 2002
Location: Heidelberg, Germany
Posts: 1,881
arne_bab is a great assister to others; your light through the dark tunnel
Default

No problem.

It's better for us if you write a bit too early than if you don't write at all

In that respect: Thanks for writing!
__________________

-> put this banner into your own signature! <-
--
Erst im Spiel lebt der Mensch.
Nur ludantaj homoj vivas.
GnuFU.net - Gnutella For Users
Draketo.de - Shortstories, Poems, Music and strange Ideas.
Reply With Quote
  #6 (permalink)  
Old April 28th, 2007
Novicius
 
Join Date: April 28th, 2007
Posts: 2
Shawn Pringle is flying high
Default Java 1.5 for Mac OS X

Did you get Java 1.5 for Mac OS X Intel or PPC?

If you were able to get 1.5 for PPC, where did you get it? I have been to sun.com and I get apple's auto update feature on all the time by default and when I went to download the latest version of Java the only supported platforms were Mac OS X Intel, Windows, Linux, and Solaris.

So much for 'write once run anywhere'
Reply With Quote
  #7 (permalink)  
Old April 28th, 2007
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

This might do it?

http://www.apple.com/support/downloa...4release5.html
__________________
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Required phil8715 Download/Upload Problems 1 March 12th, 2006 11:55 AM
TMD Moviez Required djhash Feature Request 1 January 13th, 2006 05:23 PM
Serious HELP Required SAFCMark Download/Upload Problems 14 November 19th, 2005 10:03 AM
Something about a required .DLL file... ProvWolf Windows 15 October 18th, 2005 05:52 PM
OS 9 required before you can run OSX RMI Mac 1 November 23rd, 2002 07:20 AM


All times are GMT -7. The time now is 03:45 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.