Pages:
Author

Topic: ATP [Advanced Trading Platform] - page 3. (Read 20894 times)

full member
Activity: 224
Merit: 100
July 07, 2013, 02:18:29 PM
I know Windows isn't the same as Mac, but I've had to completely remove all traces of Java before just to get the right version to then load and work.  Setting the default in the control panel or through an env variable wasn't enough.
legendary
Activity: 965
Merit: 1000
July 07, 2013, 12:03:57 PM
Uase java-config to set the default java version. Or maybe it's enough to set JAVA_HOME to java 7. I don't know this mac stuff, sorry.

Google says:

http://www.java.com/en/download/help/mac_controlpanel.xml
hero member
Activity: 532
Merit: 500
July 07, 2013, 10:31:29 AM
So you have java 6 and java 7 installed, but you use java 6 for aido.


I don't want to use 6 lol how do I get it to see 7
full member
Activity: 224
Merit: 100
July 07, 2013, 05:58:56 AM
Looks like it's time to uninstall all Javas and reinstall just 1.7.
legendary
Activity: 965
Merit: 1000
July 07, 2013, 05:15:11 AM
So you have java 6 and java 7 installed, but you use java 6 for aido.

hero member
Activity: 532
Merit: 500
July 06, 2013, 10:06:37 PM
java -version

returns what version?
java -version
java version "1.6.0_51"
Java(TM) SE Runtime Environment (build 1.6.0_51-b11-457-11M4509)
Java HotSpot(TM) 64-Bit Server VM (build 20.51-b01-457, mixed mode)
also look here i did what you told me
http://i.imgur.com/lMDd78e.png

Unless it has been changed ATP requires java 1.7. I would say that lacking 1.7 is the problem.
i've installed it did you see the pic i posted?
hero member
Activity: 981
Merit: 500
DIV - Your "Virtual Life" Secured and Decentralize
July 06, 2013, 09:49:04 PM
java -version

returns what version?
java -version
java version "1.6.0_51"
Java(TM) SE Runtime Environment (build 1.6.0_51-b11-457-11M4509)
Java HotSpot(TM) 64-Bit Server VM (build 20.51-b01-457, mixed mode)
also look here i did what you told me
http://i.imgur.com/lMDd78e.png

Unless it has been changed ATP requires java 1.7. I would say that lacking 1.7 is the problem.
hero member
Activity: 532
Merit: 500
July 06, 2013, 08:24:22 PM
java -version

returns what version?
java -version
java version "1.6.0_51"
Java(TM) SE Runtime Environment (build 1.6.0_51-b11-457-11M4509)
Java HotSpot(TM) 64-Bit Server VM (build 20.51-b01-457, mixed mode)
also look here i did what you told me
http://i.imgur.com/lMDd78e.png
legendary
Activity: 965
Merit: 1000
July 06, 2013, 07:15:21 PM
java -version

returns what version?
hero member
Activity: 532
Merit: 500
July 06, 2013, 05:38:27 PM
ok if someone can help i tried this again and not i get this
java -jar aidoatp.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/aido/atp/Application : Unsupported major.minor version 51.0
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
   at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
   at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
hero member
Activity: 532
Merit: 500
July 05, 2013, 08:11:35 PM
Use a recent java version.
I have the latest just downloaded from the site

Problem might be that you still have the previously installed version selected as default. On linux use java-config to select the version you want.
I'm on a Mac so not sure what to do to get it working
legendary
Activity: 965
Merit: 1000
July 05, 2013, 06:11:12 PM
Use a recent java version.
I have the latest just downloaded from the site

Problem might be that you still have the previously installed version selected as default. On linux use java-config to select the version you want.
hero member
Activity: 532
Merit: 500
July 05, 2013, 03:28:25 PM
Can you point me to this user search this forum for the word "Mac" for me  Wink so I can ask him or her what was done to get it working ?

yes I got adioATP working on a mac

you can install 1.7  from oracle
ok i've done that but i don't see how to get it working on the MAC.. Ianwhibreak can you tell me what you did maybe ?
sr. member
Activity: 248
Merit: 250
1. Collect underpants 2. ? 3. Profit
July 05, 2013, 02:48:07 PM
Can you point me to this user search this forum for the word "Mac" for me  Wink so I can ask him or her what was done to get it working ?

yes I got adioATP working on a mac

you can install 1.7  from oracle
hero member
Activity: 532
Merit: 500
July 05, 2013, 02:15:24 PM
Use a recent java version.
I have the latest just downloaded from the site
hero member
Activity: 532
Merit: 500
July 05, 2013, 02:14:44 PM
I have read the read me but don't see anything on how to get it going i got the git but thats about it i also have java 1.7 could you point out what to do next btw thanks for the quick answer

You don't need the entire git repository. Just download the jar file aidoatp.jar and follow the readme using Java 1.7.

Another user has this working on Mac so it should be fairly straightforward.
Can you point me to this user so I can ask him or her what was done to get it working ?
sr. member
Activity: 248
Merit: 250
1. Collect underpants 2. ? 3. Profit
July 05, 2013, 02:02:55 PM
I have read the read me but don't see anything on how to get it going i got the git but thats about it i also have java 1.7 could you point out what to do next btw thanks for the quick answer

You don't need the entire git repository. Just download the jar file aidoatp.jar and follow the readme using Java 1.7.

Another user has this working on Mac so it should be fairly straightforward.
legendary
Activity: 965
Merit: 1000
July 05, 2013, 01:25:17 PM
Use a recent java version.
Pages:
Jump to: