質問編集履歴

3

誤字

2021/02/25 02:41

投稿

hihiyo
hihiyo

スコア0

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  ```
24
24
 
25
- finalException in thread "main" **java.sql.SQLException: No suitable driver found for jdbc**:MYNAME://MYNAME@STEP.hoge.hoge:22/MYNAME
25
+ finalException in thread "main" java.sql.SQLException: No suitable driver found for jdbc:MYNAME://MYNAME@STEP.hoge.hoge:22/MYNAME
26
26
 
27
27
  at java.sql.DriverManager.getConnection(DriverManager.java:689)
28
28
 

2

書式の

2021/02/25 02:41

投稿

hihiyo
hihiyo

スコア0

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,10 @@
5
5
  Tera Termのポート転送機能を用いてアプリケーションから接続しようとしていましたが、
6
6
 
7
7
  どのようにPostgreSQLの設定ファイルやTera Termの設定を変更し、アプリケーションでどのように接続先に設定すべきか、問題を整理できずに困っている状況です。
8
+
9
+ 特にJavaスクリプト上で接続を投げる先(STEPサーバーの22ポート?リモートサーバーの5432ポート?)がわからず、困っています。
10
+
11
+
8
12
 
9
13
 
10
14
 
@@ -18,7 +22,7 @@
18
22
 
19
23
  ```
20
24
 
21
- finalException in thread "main" java.sql.SQLException: No suitable driver found for jdbc:MYNAME://MYNAME@STEP.hoge.hoge:22/MYNAME
25
+ finalException in thread "main" **java.sql.SQLException: No suitable driver found for jdbc**:MYNAME://MYNAME@STEP.hoge.hoge:22/MYNAME
22
26
 
23
27
  at java.sql.DriverManager.getConnection(DriverManager.java:689)
24
28
 
@@ -160,6 +164,8 @@
160
164
 
161
165
  -- JavaSE-1.8(Java8)
162
166
 
167
+ -- JDBCドライバー(postgresql-42.2.18.jar)
168
+
163
169
  - リモートサーバー:
164
170
 
165
171
  -- Azure Reserved Virtual Machine Instance

1

誤字

2021/02/25 02:39

投稿

hihiyo
hihiyo

スコア0

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  ```
20
20
 
21
- finalException in thread "main" java.sql.SQLException: No suitable driver found for jdbc:yoshino://yoshino@cpu04.jprs.co.jp:22/yoshino
21
+ finalException in thread "main" java.sql.SQLException: No suitable driver found for jdbc:MYNAME://MYNAME@STEP.hoge.hoge:22/MYNAME
22
22
 
23
23
  at java.sql.DriverManager.getConnection(DriverManager.java:689)
24
24