Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ,upd runjar #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix ,upd runjar #2

wants to merge 1 commit into from

Conversation

jMeTeora
Copy link

@jMeTeora jMeTeora commented Feb 2, 2022

configs:

.gitignore:
   1.fix DIR:target
   2.added for eclipseIDE
   3.added regex for log file [keylogger-*-*-*.txt]
pom.xml:
   1.created variable for dependency version
   2.created variable for main class
   3.updated dependency
   4.added ability to build executable jar file [build->plugins->maven-assembly-plugin] 
   

see issue, build with java -jar ./target/keylogger-1.0-jar-with-dependencies.jar

removed target dir

KeyLogger.java:
   push data to file on every event [saveLog()-> bw.flush();]

1)
..config:
.. .gitignore:
..   fix DIR:target
..   added for eclipseIDE
..   added regex for log file [keylogger-*-*-*.txt]
.. pom.xml:
..   created variable for dependency version
..   created variable for main class
..   updated dependency
..   added ability to build executable jar file [build->plugins->maven-assembly-plugin]

2)
removed target dir

3)
.. KeyLogger.java:
..   push data to file on every event [saveLog()-> bw.flush();]
pom.xml Show resolved Hide resolved
pom.xml Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant