Dashboard Setup C-sharp

From 1511Wookiee
Revision as of 11:50, 8 February 2014 by Programming (talk | contribs)
Jump to navigationJump to search

01. Libraries 02. Computer 03. Local Disk 04. Users 05. Robotics 06. Workspace 07. Right-click 08. SVN Checkout… 09. Type into URL of repository: http://firstforge.wpi.edu/svn/repos/networktables 10. OK 11. Go to workspace 12. Open networktables 13. trunk 14. java 15. Delete crio-test and desktop-test 16. Open Eclipse (If Eclipse is not found please download.) 17. Right-click Network_Tables_2.0 18. Properties 19. Java Build Path 20. Libraries 21. Select sqwauk.jar and sunitrunner.jar 22. Remove 23. OK 24. Project 25. Build All 26. Right-click Network_Tables_2.0 27. Export 28. Select JAR file 29. Next 30. Browse 31. Save as networktables2 32. Save 33. Finish (If exported with warnings- ignore (If exported with errors- check).) 34. Go to workspace 35. Right-click 36. SVN Checkout… 37. Type into URL of repository: http://firstforge.wpi.edu/svn/repos/smartdashboardlib 38. OK 39. Go to Eclipse 40. Right-click SmartDashboardLib 41. Export 42. Select JAR file 43. Next 44. Browse 45. Save as: smartdashboardlib 46. Save 47. Finish 48. Go to workspace 49. smartdashboardlib 50. trunk 51. SmartDashboardLib 52. lib 53. Copy networktables.jar 54. Replace networktables.jar with networktables2.jar 55. Paste networktables.jar into lib 56. Delete networktables.jar 57. Rename networktables2.jar to networktables.jar 58. Go to Eclipse 59. Select SmartDashboardLib 60. Project 61. Build Project 62. Right-click SmartDashboardLib 63. Export 64. Select JAR file 65. Next 66. Browse 67. Save (in workspace) as: smartdashboardlib 68. Save 69. Finish 70. Download ikvm 71. Open ikvmbin-7.2.4630.5 72. ikvm-7.2.4630.5 73. bin 74. Copy networktables.jar into bin 75. Open Start Menu 76. Search cmd 77. Drag cmd into bin 78. Open cmd 79. Type: ikvmc networktables2.jar 80. Press Enter 81. Type: ikvmc smartdashboardlib.jar-r:networktables2.dll 82. Press Enter.