atom-community / atom-community/atom-script

Error Message - Oracle ODBC Driver with same name already exists

Open
#1,519 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
730
Forks
264
PR merge metrics
No merged PRs in 30d

Description

Hi all. I can't get a simple Java program to compile and run using atom-script. My code is as follows:
```
// test.java
public class test{
public static void main(String args[]){
System.out.println("Hello world!");
}
}
```
and this is the error:
```
Oracle ODBC Driver with same name already exists.
[Finished in 0.135s]
```
Any suggestions? Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.