amoikevin / android-ws-client

Automatically exported from code.google.com/p/android-ws-client
0 stars 0 forks source link

runJinoutsUI.bat does not work #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unzip androidWSClientGenList
2. runJinoutsUI.bat does not work
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

On Microsoft Server 2008 R2, androidWSClientGenDist-1.2.0

Please provide any additional information below.

Original issue reported on code.google.com by bekarogl...@gmail.com on 28 Jul 2012 at 8:04

GoogleCodeExporter commented 9 years ago
Hello, 
i'm using Windows 7 x64 and i have the same problem. runJinoutUi.bat make 
nothing.

Original comment by michelth...@gmail.com on 3 Nov 2012 at 8:38

GoogleCodeExporter commented 9 years ago
Did you trying setting %JAVA_HAVE% and set it into %PATH%? You have to do both 
things.

Original comment by sebastia...@gmail.com on 11 Nov 2012 at 12:29

GoogleCodeExporter commented 9 years ago
Could not start UI in Mac OS

1) Run

java -classpath lib/commons-io-1.3.2.jar;lib/jinouts-ui.jar 
org.jinouts.ui.UIMain

2) Result

max:androidWSClientGenDist-1.2.0 mbusel$ java -classpath 
lib/commons-io-1.3.2.jar;lib/jinouts-ui.jar org.jinouts.ui.UIMain
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

where options include:
    -d32          use a 32-bit data model if available
    -d64          use a 64-bit data model if available (implies -server, only for x86_64)
    -client   to select the "client" VM
    -server   to select the "server" VM
    -jvm      is a synonym for the "client" VM  [deprecated]
    -hotspot      is a synonym for the "client" VM  [deprecated]
                  The default VM is client.

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
lib/jinouts-ui.jar: line 1: PK: command not found
lib/jinouts-ui.jar: line 10: syntax error near unexpected token `)'
)?fV<*?lL?6?K?2:Q?%M???=UE?K$e/9??ʾXo??n"Q?Ї???   ߅??Џ?:??U?ZZy?x朙3????ϱ`F`
??x???"???&<<??Z??????8?z?
                                        T??O܉`.D54*m?PO????Q??O????bbR??\?????????]n?.?d)?1???k???ﻘ?
                                                                                                    ??<X.c???s2M??V?????M,???   ?Gf??t??<u?<?N3S(=xG???#l:?ݚ?f??hfb󢷚W??dQP?&/???D??vÿ?
                                                                                                                                                                                      ?BFos??   ;;??:W???9
  ?_\?g,rq?л????X???MYj?
?|????PK'?:????         D;?x?7????I??

Original comment by mbu...@gmail.com on 21 Jan 2014 at 9:44