Ticket #52 (closed task: fixed)

Opened 3 years ago

Last modified 13 months ago

add information in the wiki to compile EclipseTrader 1.0M1 in SVN with JDK 1.6

Reported by: yannick56 Owned by: maccaf
Priority: high Milestone: 1.0M1
Component: documentation Version: devel
Severity: critical Keywords:
Cc: OS: All

Description

In the Development Environment Setup web page (http://www.eclipsetrader.org/wiki/DevelopmentSetup, there is no information to compile EclipseTrader 1.0M1 in SVN with JDK 1.6.

Can you add in this web page that for the "Access restriction" errors ( source http://www.eclipsetrader.org/ticket/39 ) : This is due to an error in the project settings. Namely the .classpath files in org.eclipsetrader.* and javax.xml.bind need to be changed from

<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

to

<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>

Change History

comment:1 Changed 13 months ago by maccaf

  • Status changed from new to closed
  • Resolution set to fixed

Classpaths and Team Project Set file updated to compile and run with JavaSE-1.6.

Note: See TracTickets for help on using tickets.