Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Jun 23, 2024
1 parent 902156a commit b45f56c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion native/common/jp_classloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <jpype.h>
#include <pyjp.h>
#include <jp_classloader.h>
#include <filesystem>

jobject JPClassLoader::getBootLoader()
{
Expand Down
3 changes: 2 additions & 1 deletion native/java/org/jpype/agent/JPypeAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
public class JPypeAgent
{
public static void premain(String agentArgs, Instrumentation inst) {
System.out.println("Start jpype");
// This doesn't have to do anything.
// We just need to be an agent to load elevated privileges
}
}
2 changes: 0 additions & 2 deletions project/jpype_java/manifest.mf

This file was deleted.

2 changes: 1 addition & 1 deletion project/jpype_java/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ source.encoding=UTF-8
src.java.dir=${file.reference.native-java}
test.harness.dir=${file.reference.test-harness}
test.src.dir=test
manifest.file=manifest.mf
manifest.file=../../native/jara/manifest.txt

0 comments on commit b45f56c

Please sign in to comment.