Guest User

Untitled

a guest
Jul 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. ..\src\gnu\io\RXTXPort.java:655: cannot find symbol
  2. symbol : class PortAlreadyClosedException
  3. location: class gnu.io.RXTXPort
  4. private void checkPortAlreadyClosed() throws PortAlreadyClosedException
  5. ^
  6. ..\src\gnu\io\RXTXPort.java:2100: cannot find symbol
  7. symbol : class PortAlreadyClosedException
  8. location: class gnu.io.RXTXPort
  9. throws UnsupportedCommOperationException, PortAlreadyClosedException
  10. ^
  11. ..\src\gnu\io\RXTXPort.java:2125: cannot find symbol
  12. symbol : class PortAlreadyClosedException
  13. location: class gnu.io.RXTXPort
  14. throws UnsupportedCommOperationException, PortAlreadyClosedException
  15. ^
  16. ..\src\gnu\io\RXTXPort.java:2144: cannot find symbol
  17. symbol : class PortAlreadyClosedException
  18. location: class gnu.io.RXTXPort
  19. throws UnsupportedCommOperationException, PortAlreadyClosedException
  20. ^
  21. ..\src\gnu\io\RXTXPort.java:2167: cannot find symbol
  22. symbol : class PortAlreadyClosedException
  23. location: class gnu.io.RXTXPort
  24. throws UnsupportedCommOperationException, PortAlreadyClosedException
  25. ^
  26. ..\src\gnu\io\RXTXPort.java:2187: cannot find symbol
  27. symbol : class PortAlreadyClosedException
  28. location: class gnu.io.RXTXPort
  29. throws UnsupportedCommOperationException, PortAlreadyClosedException
  30. ^
  31. ..\src\gnu\io\RXTXPort.java:2204: cannot find symbol
  32. symbol : class PortAlreadyClosedException
  33. location: class gnu.io.RXTXPort
  34. throws UnsupportedCommOperationException, PortAlreadyClosedException
  35. ^
  36. ..\src\gnu\io\RXTXPort.java:2282: cannot find symbol
  37. symbol : class PortAlreadyClosedException
  38. location: class gnu.io.RXTXPort
  39. throws UnsupportedCommOperationException, PortAlreadyClosedException
  40. ^
  41. ..\src\gnu\io\RXTXPort.java:2297: cannot find symbol
  42. symbol : class PortAlreadyClosedException
  43. location: class gnu.io.RXTXPort
  44. throws UnsupportedCommOperationException, PortAlreadyClosedException
  45. ^
  46. ..\src\gnu\io\RXTXPort.java:2312: cannot find symbol
  47. symbol : class PortAlreadyClosedException
  48. location: class gnu.io.RXTXPort
  49. throws UnsupportedCommOperationException, PortAlreadyClosedException
  50. ^
  51. ..\src\gnu\io\RXTXPort.java:2327: cannot find symbol
  52. symbol : class PortAlreadyClosedException
  53. location: class gnu.io.RXTXPort
  54. throws UnsupportedCommOperationException, PortAlreadyClosedException
  55. ^
  56. ..\src\gnu\io\RXTXPort.java:2342: cannot find symbol
  57. symbol : class PortAlreadyClosedException
  58. location: class gnu.io.RXTXPort
  59. throws UnsupportedCommOperationException, PortAlreadyClosedException
  60. ^
  61. ..\src\gnu\io\SerialPort.java:133: cannot find symbol
  62. symbol : class PortAlreadyClosedException
  63. location: class gnu.io.SerialPort
  64. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  65. ^
  66. ..\src\gnu\io\SerialPort.java:135: cannot find symbol
  67. symbol : class PortAlreadyClosedException
  68. location: class gnu.io.SerialPort
  69. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  70. ^
  71. ..\src\gnu\io\SerialPort.java:137: cannot find symbol
  72. symbol : class PortAlreadyClosedException
  73. location: class gnu.io.SerialPort
  74. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  75. ^
  76. ..\src\gnu\io\SerialPort.java:139: cannot find symbol
  77. symbol : class PortAlreadyClosedException
  78. location: class gnu.io.SerialPort
  79. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  80. ^
  81. ..\src\gnu\io\SerialPort.java:141: cannot find symbol
  82. symbol : class PortAlreadyClosedException
  83. location: class gnu.io.SerialPort
  84. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  85. ^
  86. ..\src\gnu\io\SerialPort.java:143: cannot find symbol
  87. symbol : class PortAlreadyClosedException
  88. location: class gnu.io.SerialPort
  89. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  90. ^
  91. ..\src\gnu\io\SerialPort.java:153: cannot find symbol
  92. symbol : class PortAlreadyClosedException
  93. location: class gnu.io.SerialPort
  94. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  95. ^
  96. ..\src\gnu\io\SerialPort.java:155: cannot find symbol
  97. symbol : class PortAlreadyClosedException
  98. location: class gnu.io.SerialPort
  99. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  100. ^
  101. ..\src\gnu\io\SerialPort.java:157: cannot find symbol
  102. symbol : class PortAlreadyClosedException
  103. location: class gnu.io.SerialPort
  104. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  105. ^
  106. ..\src\gnu\io\SerialPort.java:159: cannot find symbol
  107. symbol : class PortAlreadyClosedException
  108. location: class gnu.io.SerialPort
  109. throws UnsupportedCommOperationException, PortAlreadyClosedException;
  110. ^
  111. ..\src\gnu\io\RXTXPort.java:659: cannot find symbol
  112. symbol : class PortAlreadyClosedException
  113. location: class gnu.io.RXTXPort
  114. throw new PortAlreadyClosedException( this.name );
  115. ^
  116. 23 errors
  117. mingw32-make: *** [RXTXcomm.jar] Error 1
  118.  
  119. C:\tmp\rxtx-devel\build>
Add Comment
Please, Sign In to add comment